|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management Bean for Cluster HAPartitions. It will start a JGroups channel and initialize the ReplicantManager and DistributedStateService.
Field Summary | |
static ObjectName (src) |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean (src) |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
java.util.Vector |
getCurrentView()
Return the list of member nodes that built from the current view |
boolean |
getDeadlockDetection()
Determine if deadlock detection is enabled |
HAPartition (src) |
getHAPartition()
Access to the underlying HAPartition without going through JNDI |
java.lang.String |
getJGroupsVersion()
The version of JGroups this is running on |
long |
getMethodCallTimeout()
Max time (in ms) to wait for synchronous group method calls ( HAPartition.callMethodOnCluster(String, String, Object[], Class[], boolean) ) |
java.net.InetAddress |
getNodeAddress()
The node address used to generate the node name |
java.lang.String |
getNodeName()
Uniquely identifies this node. |
java.lang.String |
getPartitionName()
Name of the partition being built. |
java.lang.String |
getPartitionProperties()
Get JGroups property string a la JDBC see JGroups web site for more information |
long |
getStateTransferTimeout()
|
void |
setDeadlockDetection(boolean doit)
|
void |
setMethodCallTimeout(long timeout)
|
void |
setNodeAddress(java.net.InetAddress address)
|
void |
setNodeName(java.lang.String node)
|
void |
setPartitionConfig(org.w3c.dom.Element config)
A write-only attribute that allows for an xml specification of the PartitionProperties string. |
void |
setPartitionName(java.lang.String newName)
|
void |
setPartitionProperties(java.lang.String newProps)
|
void |
setStateTransferTimeout(long timeout)
|
java.lang.String |
showHistory()
|
java.lang.String |
showHistoryAsXML()
|
void |
startChannelDebugger()
|
void |
startChannelDebugger(boolean accumulative)
|
void |
stopChannelDebugger()
|
Methods inherited from interface org.jboss.system.ServiceMBean (src) |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service (src) |
create, destroy, start, stop |
Field Detail |
public static final ObjectName (src) OBJECT_NAME
Method Detail |
public java.lang.String getPartitionName()
public void setPartitionName(java.lang.String newName)
public java.lang.String getPartitionProperties()
public void setPartitionProperties(java.lang.String newProps)
public void setPartitionConfig(org.w3c.dom.Element config)
public java.lang.String getNodeName()
public void setNodeName(java.lang.String node) throws java.lang.Exception
java.lang.Exception
public java.net.InetAddress getNodeAddress()
public void setNodeAddress(java.net.InetAddress address)
public java.lang.String getJGroupsVersion()
public long getStateTransferTimeout()
public void setStateTransferTimeout(long timeout)
public long getMethodCallTimeout()
HAPartition.callMethodOnCluster(String, String, Object[], Class[], boolean)
)
public void setMethodCallTimeout(long timeout)
public boolean getDeadlockDetection()
public void setDeadlockDetection(boolean doit)
public HAPartition (src) getHAPartition()
public java.util.Vector getCurrentView()
public java.lang.String showHistory()
public java.lang.String showHistoryAsXML()
public void startChannelDebugger()
public void startChannelDebugger(boolean accumulative)
public void stopChannelDebugger()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |