Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastClientProxy.getTopic(String name) |
<E> ITopic<E> |
HazelcastClient.getTopic(String name) |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastInstance.getTopic(String name)
Returns the distributed topic instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastConnectionImpl.getTopic(String name) |
<E> ITopic<E> |
HazelcastConnection.getTopic(String name) |
Constructor and Description |
---|
TopicMBean(ITopic managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.