com.hazelcast.topic.impl
Class TotalOrderedTopicProxy

java.lang.Object
  extended by com.hazelcast.spi.AbstractDistributedObject<TopicService>
      extended by com.hazelcast.topic.impl.TopicProxySupport
          extended by com.hazelcast.topic.impl.TopicProxy
              extended by com.hazelcast.topic.impl.TotalOrderedTopicProxy
All Implemented Interfaces:
DistributedObject, ITopic, InitializingObject

public class TotalOrderedTopicProxy
extends TopicProxy


Field Summary
 
Fields inherited from class com.hazelcast.spi.AbstractDistributedObject
PARTITIONING_STRATEGY
 
Constructor Summary
TotalOrderedTopicProxy(String name, NodeEngine nodeEngine, TopicService service)
           
 
Method Summary
 void publish(Object message)
          Publishes the message to all subscribers of this topic
 
Methods inherited from class com.hazelcast.topic.impl.TopicProxy
addMessageListener, getLocalTopicStats, removeMessageListener
 
Methods inherited from class com.hazelcast.topic.impl.TopicProxySupport
addMessageListenerInternal, getLocalTopicStatsInternal, getName, getServiceName, initialize, publishInternal, removeMessageListenerInternal
 
Methods inherited from class com.hazelcast.spi.AbstractDistributedObject
destroy, equals, getId, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionKey, getService, hashCode, invalidate, postDestroy, throwNotActiveException, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hazelcast.core.ITopic
getName
 
Methods inherited from interface com.hazelcast.core.DistributedObject
destroy, getId, getPartitionKey, getServiceName
 

Constructor Detail

TotalOrderedTopicProxy

public TotalOrderedTopicProxy(String name,
                              NodeEngine nodeEngine,
                              TopicService service)
Method Detail

publish

public void publish(Object message)
Description copied from interface: ITopic
Publishes the message to all subscribers of this topic

Specified by:
publish in interface ITopic
Overrides:
publish in class TopicProxy
Parameters:
message - the message to publish to all subscribers of this topic


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