org.jboss.ha.framework.server
Interface DistributedReplicantManagerImplMBean

All Superinterfaces:
org.jboss.ha.framework.interfaces.DistributedReplicantManager
All Known Implementing Classes:
DistributedReplicantManagerImpl

public interface DistributedReplicantManagerImplMBean
extends org.jboss.ha.framework.interfaces.DistributedReplicantManager

MBean interface for the Distributed Replicant Manager (DRM) service

Version:
$Revision: 81751 $

Revisions:

12 janvier 2002 Sacha Labourey:

Author:
Sacha Labourey.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
org.jboss.ha.framework.interfaces.DistributedReplicantManager.ReplicantListener
 
Method Summary
 String getPartitionName()
          Get the name of the underlying partition used by this service.
 String listContent()
           
 String listXmlContent()
           
 
Methods inherited from interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
add, getAllServices, getReplicantsViewId, isMasterReplica, lookupLocalReplicant, lookupReplicants, lookupReplicantsNodeNames, lookupReplicantsNodes, registerListener, remove, unregisterListener
 

Method Detail

getPartitionName

String getPartitionName()
Get the name of the underlying partition used by this service.

Returns:
the name of the partition

listContent

String listContent()
                   throws Exception
Throws:
Exception

listXmlContent

String listXmlContent()
                      throws Exception
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.