Method Summary |
|
protected HAPartitionImpl | createPartition() Extension point meant for test cases; instantiates the HAPartitionImpl. |
protected void | createService() |
protected void | destroyService() |
protected String | generateUniqueNodeName() |
public boolean | getAllowSynchronousMembershipNotifications() |
public Vector | getCurrentView() |
public boolean | getDeadlockDetection() |
public HAPartition | getHAPartition() |
public String | getJGroupsVersion() |
public long | getMethodCallTimeout() |
public JChannelFactoryMBean | getMultiplexer() |
public String | getMultiplexerStack() |
public String | getName() |
public InetAddress | getNodeAddress() |
public String | getNodeName() Uniquely identifies this node. |
protected ObjectName | getObjectName(MBeanServer server, ObjectName name) |
public String | getPartitionName() |
public String | getPartitionProperties() |
public long | getStateTransferTimeout() |
protected void | registerChannelInJmx() |
public void | setAllowSynchronousMembershipNotifications(boolean allowSync) |
public void | setDeadlockDetection(boolean doit) |
public void | setMethodCallTimeout(long timeout) |
public void | setMultiplexer(JChannelFactoryMBean muxFactory) |
public void | setMultiplexerStack(String stackName) |
public void | setNodeAddress(InetAddress address) |
public void | setNodeName(String node) |
public void | setPartitionConfig(Element config) |
public void | setPartitionName(String newName) |
public void | setPartitionProperties(String newProps) |
public void | setStateTransferTimeout(long timeout) |
public String | showHistory() |
public String | showHistoryAsXML() |
public void | startChannelDebugger() |
public void | startChannelDebugger(boolean accumulative) |
protected void | startService() |
public void | stopChannelDebugger() |
protected void | stopService() |
protected void | unregisterChannelFromJmx() |