Uses of Interface
com.hazelcast.core.ITopic

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

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

Uses of ITopic in com.hazelcast.core
 

Methods in com.hazelcast.core that return ITopic
<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 managedObject, ManagementService service)
           
 



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