jaugment2.jini
Interface StoppableAdmin

All Known Implementing Classes:
simpleService, simpleAdministrator

public interface StoppableAdmin

An interface for service-administration-objects that are stoppable and restartable.


Method Summary
 void restart()
          restart this service once it has been stopped
 void stop(boolean exit)
          stop this service.
 

Method Detail

restart

public void restart()
             throws java.lang.Exception
restart this service once it has been stopped
See Also:
stop

stop

public void stop(boolean exit)
          throws java.lang.Exception
stop this service. If exit is false all references to this service are still valid but it has deregistered everywhere. (this includes the RMI-activation-daemon)
Parameters:
exit - stop running
See Also:
restart, destroy