Modifier and Type | Method and Description |
---|---|
Activation |
ActiveMQServer.getActivation() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.addClusterChannelHandler(Channel channel,
Acceptor acceptorUsed,
CoreRemotingConnection remotingConnection,
Activation activation) |
void |
ClusterController.addClusterChannelHandler(Channel channel,
Acceptor acceptorUsed,
CoreRemotingConnection remotingConnection,
Activation activation)
used to set a channel handler on the connection that can be used by the cluster control
|
Modifier and Type | Interface and Description |
---|---|
interface |
HAPolicy<T extends Activation>
Every live server will have an HAPolicy that configures the type of server that it should be either live, backup or
colocated (both).
|
Modifier and Type | Method and Description |
---|---|
Activation |
SharedStoreSlavePolicy.createActivation(ActiveMQServerImpl server,
boolean wasLive,
Map<String,Object> activationParams,
ActiveMQServerImpl.ShutdownOnCriticalErrorListener shutdownOnCriticalIO) |
Activation |
ReplicaPolicy.createActivation(ActiveMQServerImpl server,
boolean wasLive,
Map<String,Object> activationParams,
ActiveMQServerImpl.ShutdownOnCriticalErrorListener shutdownOnCriticalIO) |
Activation |
LiveOnlyPolicy.createActivation(ActiveMQServerImpl server,
boolean wasLive,
Map<String,Object> activationParams,
ActiveMQServerImpl.ShutdownOnCriticalErrorListener shutdownOnCriticalIO) |
Modifier and Type | Class and Description |
---|---|
class |
ColocatedActivation |
class |
LiveActivation |
class |
LiveOnlyActivation |
class |
SharedNothingBackupActivation |
class |
SharedNothingLiveActivation |
class |
SharedStoreBackupActivation |
class |
SharedStoreLiveActivation |
Modifier and Type | Method and Description |
---|---|
Activation |
ActiveMQServerImpl.getActivation() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.