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.


Method Index

 o isActive()
Tests if the managed object is active.
 o performStart()
Activates the managed object.
 o performStop()
Deactivates the managed object.

Methods

 o performStart
 public abstract void performStart()
Activates the managed object.

 o performStop
 public abstract void performStop()
Deactivates the managed object. The managed object will temporarily be stopped.

 o isActive
 public abstract boolean isActive()
Tests if the managed object is active.


All Packages  Class Hierarchy  This Package  Previous  Next  Index