org.ourgrid.corepeer
Class ShutdownManagerImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.ourgrid.common.rmi.OurgridUnicastRemoteObject
                  extended by org.ourgrid.corepeer.ShutdownManagerImpl
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, ShutdownManager

public class ShutdownManagerImpl
extends OurgridUnicastRemoteObject
implements ShutdownManager

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ShutdownManagerImpl()
           
 
Method Summary
 void shutdown()
          Stops all the entities managed by this class.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShutdownManagerImpl

public ShutdownManagerImpl()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

shutdown

public void shutdown()
Description copied from interface: ShutdownManager
Stops all the entities managed by this class.

Specified by:
shutdown in interface ShutdownManager