Uses of Interface
com.hazelcast.core.IQueue

Packages that use IQueue
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of IQueue in com.hazelcast.client
 

Methods in com.hazelcast.client that return IQueue
<E> IQueue<E>
HazelcastClientProxy.getQueue(String name)
           
<E> IQueue<E>
HazelcastClient.getQueue(String name)
           
 

Uses of IQueue in com.hazelcast.core
 

Methods in com.hazelcast.core that return IQueue
<E> IQueue<E>
HazelcastInstance.getQueue(String name)
          Returns the distributed queue instance with the specified name.
 

Uses of IQueue in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type IQueue
QueueMBean(IQueue managedObject, ManagementService service)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.