public class ClusterJMSService extends Object implements ClusterService
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterJMSService.JMSExceptionListener |
ClusterService.DestinationType| Constructor and Description |
|---|
ClusterJMSService() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(ClusterService.DestinationType type,
String channel,
Serializable object) |
void |
close() |
void |
connect() |
<T> void |
createConsumer(ClusterService.DestinationType type,
String channel,
Class<T> objectMessageClass,
Consumer<T> listener) |
boolean |
isAppFormerClustered() |
public void connect()
connect in interface ClusterServicepublic <T> void createConsumer(ClusterService.DestinationType type, String channel, Class<T> objectMessageClass, Consumer<T> listener)
createConsumer in interface ClusterServicepublic void broadcast(ClusterService.DestinationType type, String channel, Serializable object)
broadcast in interface ClusterServicepublic boolean isAppFormerClustered()
isAppFormerClustered in interface ClusterServicepublic void close()
close in interface ClusterServiceCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.