org.ourgrid.corepeer
Interface ShutdownManager

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ShutdownManagerImpl

public interface ShutdownManager
extends java.rmi.Remote

Stores references to important entities that should be stopped at sometime.


Method Summary
 void shutdown()
          Stops all the entities managed by this class.
 

Method Detail

shutdown

void shutdown()
              throws java.rmi.RemoteException
Stops all the entities managed by this class.

Throws:
java.rmi.RemoteException - If any problem occurs when stoping the entities.