|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterPartitionMBean
MBean interface for ClusterPartition.
Revisions:
Field Summary | |
---|---|
static ObjectName |
OBJECT_NAME
Deprecated. not used; will be removed in AS 6 |
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 | |
---|---|
boolean |
getAllowSynchronousMembershipNotifications()
Returns whether this partition will synchronously notify any HAPartition.HAMembershipListener of membership changes using the calling thread from the underlying group communications layer (e.g. |
String |
getCacheConfigName()
Gets the configuration name under which our cache is registered with the cache manager. |
String |
getChannelStackName()
Gets the name of the JGroups channel protocol stack configuration provided to the channel factory . |
Vector<String> |
getCurrentView()
Return the list of member nodes that built from the current view |
boolean |
getDeadlockDetection()
Deprecated. will be removed in AS 6 |
org.jboss.ha.framework.interfaces.DistributedReplicantManager |
getDistributedReplicantManager()
Deprecated. will be removed in AS 6 |
org.jboss.ha.framework.interfaces.DistributedState |
getDistributedStateService()
Deprecated. will be removed in AS 6; use JBoss Cache for distributed caching |
org.jboss.ha.framework.interfaces.HAPartition |
getHAPartition()
Deprecated. will be removed in AS 6 |
String |
getJGroupsVersion()
The version of JGroups this is running on |
long |
getMethodCallTimeout()
Gets the 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 across the entire cluster. |
String |
getPartitionName()
Name of the partition being built. |
long |
getStateTransferTimeout()
Number of milliseconds to wait until state has been transferred, or zero to wait forever. |
String |
showHistory()
Gets a listing of significant events since the instantiation of this service (e.g. |
String |
showHistoryAsXML()
Gets a listing of significant events since the instantiation of this service (e.g. |
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 |
---|
@Deprecated static final ObjectName OBJECT_NAME
Method Detail |
---|
String getPartitionName()
String getNodeName()
InetAddress getNodeAddress()
String getJGroupsVersion()
long getStateTransferTimeout()
long getMethodCallTimeout()
HAPartition.callMethodOnCluster(String, String, Object[], Class[], boolean)
)
@Deprecated boolean getDeadlockDetection()
false
.
false
boolean getAllowSynchronousMembershipNotifications()
true
if registered listeners that don't implement
AsynchHAMembershipExtendedListener
or
AsynchHAMembershipListener
will be notified
synchronously of membership changes; false
if
those listeners will be notified asynchronously. Default
is false
.@Deprecated org.jboss.ha.framework.interfaces.HAPartition getHAPartition()
@Deprecated org.jboss.ha.framework.interfaces.DistributedReplicantManager getDistributedReplicantManager()
@Deprecated org.jboss.ha.framework.interfaces.DistributedState getDistributedStateService()
String getCacheConfigName()
String getChannelStackName()
channel factory
.
Vector<String> getCurrentView()
String showHistory()
String showHistoryAsXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |