com.sun.jaw.reference.agent.services
Interface ActivatableIf
- All Known Implementing Classes:
- AdaptorServer, AlarmClock, DiscoveryClient, DiscoveryResponder, Monitor, NetClassLoader, NetClassServerImpl, RemoteAgent, Scheduler
- public abstract interface ActivatableIf
The Activatable interface is implemented by a managed object that
can be activated and deactivated.
Method Summary |
boolean |
isActive()
Tests if the managed object is active. |
void |
performStart()
Activates the managed object. |
void |
performStop()
Deactivates the managed object. |
performStart
public void performStart()
- Activates the managed object.
performStop
public void performStop()
- Deactivates the managed object.
The managed object will temporarily be stopped.
isActive
public boolean isActive()
- Tests if the managed object is active.