|
|||||||||||
PREV CLASS NEXT CLASS | 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.
Revisions:
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
Vector |
getCurrentView()
Return the list of member nodes that built from the current view |
boolean |
getDeadlockDetection()
Determine if deadlock detection is enabled |
HAPartition |
getHAPartition()
Access to the underlying HAPartition without going through JNDI |
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) ) |
InetAddress |
getNodeAddress()
The node address used to generate the node name |
String |
getNodeName()
Uniquely identifies this node. |
String |
getPartitionName()
Name of the partition being built. |
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(InetAddress address)
|
void |
setNodeName(String node)
|
void |
setPartitionConfig(Element config)
A write-only attribute that allows for an xml specification of the PartitionProperties string. |
void |
setPartitionName(String newName)
|
void |
setPartitionProperties(String newProps)
|
void |
setStateTransferTimeout(long timeout)
|
String |
showHistory()
|
String |
showHistoryAsXML()
|
void |
startChannelDebugger()
|
void |
startChannelDebugger(boolean accumulative)
|
void |
stopChannelDebugger()
|
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public String getPartitionName()
public void setPartitionName(String newName)
public String getPartitionProperties()
public void setPartitionProperties(String newProps)
public void setPartitionConfig(Element config)
public String getNodeName()
public void setNodeName(String node) throws Exception
Exception
public InetAddress getNodeAddress()
public void setNodeAddress(InetAddress address)
public 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 getHAPartition()
public Vector getCurrentView()
public String showHistory()
public String showHistoryAsXML()
public void startChannelDebugger()
public void startChannelDebugger(boolean accumulative)
public void stopChannelDebugger()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |