org.jboss.system
Interface BarrierController.BarrierMBean

All Known Implementing Classes:
BarrierController.Barrier
Enclosing interface:
BarrierController

public static interface BarrierController.BarrierMBean

The controlled barrier MBean interface


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

Method Detail

getBarrierController

public javax.management.ObjectName getBarrierController()
We just want to expose those attributes


getStateString

public String getStateString()

getState

public int getState()

jbossInternalLifecycle

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

Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.