Uses of Interface
com.hazelcast.core.ITopic

Packages that use ITopic
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 ITopic in com.hazelcast.client
 

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

Uses of ITopic in com.hazelcast.core
 

Methods in com.hazelcast.core that return ITopic
static
<E> ITopic<E>
Hazelcast.getTopic(String name)
          Returns the distributed topic instance with the specified name.
<E> ITopic<E>
HazelcastInstance.getTopic(String name)
          Returns the distributed topic instance with the specified name.
 

Uses of ITopic in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ITopic
TopicMBean(ITopic<?> topic, ManagementService managementService)
           
 



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