org.jboss.system
Interface BarrierController.BarrierMBean

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

public static interface BarrierController.BarrierMBean

The controlled barrier MBean interface


Method Summary
 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

ObjectName getBarrierController()
We just want to expose those attributes


getStateString

String getStateString()

getState

int getState()

jbossInternalLifecycle

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

Throws:
Exception


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