|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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 | ||
---|---|---|
|
HazelcastClient.getTopic(String name)
|
Uses of ITopic in com.hazelcast.core |
---|
Methods in com.hazelcast.core that return ITopic | ||
---|---|---|
static
|
Hazelcast.getTopic(String name)
Returns the distributed topic instance with the specified name. |
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |