| |
|
| javax.jbi.management.LifeCycleMBean
All known Subclasses: com.sun.jbi.management.system.ModelSystemService,
LifeCycleMBean | public interface LifeCycleMBean (Code) | | LifeCycleMBean is a base interface that defines standard life cycle controls
for JBI implementation services (which are implementation-specific), and JBI
components (bindings and engines).
author: JSR208 Expert Group |
getCurrentState | String getCurrentState()(Code) | | Get the current state of this managed compononent.
the current state of this managed component (must be one of the string constants defined by this interface) |
|
|
|