Uses of Interface
com.hazelcast.core.IQueue

Packages that use IQueue
com.hazelcast.client   
com.hazelcast.core   
com.hazelcast.jmx The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. 
 

Uses of IQueue in com.hazelcast.client
 

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

Uses of IQueue in com.hazelcast.core
 

Methods in com.hazelcast.core that return IQueue
static
<E> IQueue<E>
Hazelcast.getQueue(String name)
          Returns the distributed queue instance with the specified name.
<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<?> queue, ManagementService managementService)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.