org.jboss.system
Interface BarrierController.BarrierMBean

All Known Implementing Classes:
BarrierController.Barrier (src)
Enclosing interface:
BarrierController (src)

public static interface BarrierController.BarrierMBean

The controlled barrier MBean interface


Method Summary
 ObjectName (src) getBarrierController()
          We just want to expose those attributes
 int getState()
           
 java.lang.String getStateString()
           
 void jbossInternalLifecycle(java.lang.String method)
          Hook up with the ServiceController
 

Method Detail

getBarrierController

public ObjectName (src)  getBarrierController()
We just want to expose those attributes


getStateString

public java.lang.String getStateString()

getState

public int getState()

jbossInternalLifecycle

public void jbossInternalLifecycle(java.lang.String method)
                            throws java.lang.Exception
Hook up with the ServiceController

Throws:
java.lang.Exception