org.jboss.errai.bus.server.cluster.noop
Class NoopClusteringProvider
java.lang.Object
org.jboss.errai.bus.server.cluster.noop.NoopClusteringProvider
- All Implemented Interfaces:
- ClusteringProvider
public class NoopClusteringProvider
- extends Object
- implements ClusteringProvider
- Author:
- Mike Brock
Method Summary |
void |
clusterTransmit(String sessionId,
String subject,
String messageId)
Sends an asynchronous message to the cluster to find if any of the clustered buses are aware of the specified
session and subject. |
void |
clusterTransmitGlobal(Message message)
Advertises a global message to the entire cluster. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopClusteringProvider
public NoopClusteringProvider()
clusterTransmit
public void clusterTransmit(String sessionId,
String subject,
String messageId)
- Description copied from interface:
ClusteringProvider
- Sends an asynchronous message to the cluster to find if any of the clustered buses are aware of the specified
session and subject.
- Specified by:
clusterTransmit
in interface ClusteringProvider
- Parameters:
sessionId
- the session ID requested.subject
- the subject requested.
clusterTransmitGlobal
public void clusterTransmitGlobal(Message message)
- Description copied from interface:
ClusteringProvider
- Advertises a global message to the entire cluster.
- Specified by:
clusterTransmitGlobal
in interface ClusteringProvider
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.