|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITopic | |
|---|---|
| com.hazelcast.client.console | This package contains ClientConsoleApp |
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
| com.hazelcast.console | This package contains classes related to ConsoleApp |
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.hibernate.local | Provides local classes for Hibernate. |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| com.hazelcast.jca | This package contains jca functionality |
| com.hazelcast.jmx | Contains Hazelcast management bean classes. |
| com.hazelcast.topic.impl | This package contains ITopic functionality for Hazelcast. With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
| com.hazelcast.topic.impl.reliable | |
| Uses of ITopic in com.hazelcast.client.console |
|---|
| Methods in com.hazelcast.client.console that return ITopic | |
|---|---|
ITopic<Object> |
ClientConsoleApp.getTopic()
|
| Uses of ITopic in com.hazelcast.client.impl |
|---|
| Methods in com.hazelcast.client.impl that return ITopic | ||
|---|---|---|
|
HazelcastClientInstanceImpl.getReliableTopic(String name)
|
|
|
HazelcastClientProxy.getReliableTopic(String name)
|
|
|
HazelcastClientInstanceImpl.getTopic(String name)
|
|
|
HazelcastClientProxy.getTopic(String name)
|
|
| Uses of ITopic in com.hazelcast.client.proxy |
|---|
| Classes in com.hazelcast.client.proxy that implement ITopic | |
|---|---|
class |
ClientTopicProxy<E>
|
| Uses of ITopic in com.hazelcast.console |
|---|
| Methods in com.hazelcast.console that return ITopic | |
|---|---|
ITopic<Object> |
ConsoleApp.getTopic()
|
| Uses of ITopic in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return ITopic | ||
|---|---|---|
|
HazelcastInstance.getReliableTopic(String name)
Returns the reliable ReliableTopic instance with the specified name. |
|
|
HazelcastInstance.getTopic(String name)
Returns the distributed topic instance with the specified name. |
|
| Uses of ITopic in com.hazelcast.hibernate.local |
|---|
| Fields in com.hazelcast.hibernate.local declared as ITopic | |
|---|---|
protected ITopic<Object> |
LocalRegionCache.topic
|
| Uses of ITopic in com.hazelcast.instance |
|---|
| Methods in com.hazelcast.instance that return ITopic | ||
|---|---|---|
|
HazelcastInstanceImpl.getReliableTopic(String name)
|
|
|
HazelcastInstanceProxy.getReliableTopic(String name)
|
|
|
HazelcastInstanceImpl.getTopic(String name)
|
|
|
HazelcastInstanceProxy.getTopic(String name)
|
|
| Uses of ITopic in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return ITopic | ||
|---|---|---|
|
HazelcastConnectionImpl.getReliableTopic(String name)
|
|
|
HazelcastConnectionImpl.getTopic(String name)
|
|
| Uses of ITopic in com.hazelcast.jmx |
|---|
| Constructors in com.hazelcast.jmx with parameters of type ITopic | |
|---|---|
TopicMBean(ITopic managedObject,
ManagementService service)
|
|
| Uses of ITopic in com.hazelcast.topic.impl |
|---|
| Classes in com.hazelcast.topic.impl that implement ITopic | |
|---|---|
class |
TopicProxy<E>
|
class |
TotalOrderedTopicProxy
|
| Methods in com.hazelcast.topic.impl that return ITopic | |
|---|---|
ITopic |
TopicService.createDistributedObject(String name)
|
| Uses of ITopic in com.hazelcast.topic.impl.reliable |
|---|
| Classes in com.hazelcast.topic.impl.reliable that implement ITopic | |
|---|---|
class |
ReliableTopicProxy<E>
The serverside ITopic implementation for reliable topics. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||