All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.reference.agent.services.ActivatableIf
- public interface ActivatableIf
The Activatable interface is implemented by a managed object that
can be activated and deactivated.
-
isActive()
- Tests if the managed object is active.
-
performStart()
- Activates the managed object.
-
performStop()
- Deactivates the managed object.
performStart
public abstract void performStart()
- Activates the managed object.
performStop
public abstract void performStop()
- Deactivates the managed object.
The managed object will temporarily be stopped.
isActive
public abstract boolean isActive()
- Tests if the managed object is active.
All Packages Class Hierarchy This Package Previous Next Index