jgroup.test.performance
Interface RemoteShutdown

All Superinterfaces:
jgroup.core.ExternalGMIListener, java.rmi.Remote
All Known Implementing Classes:
PerformanceServer, ReplicatedServer

public interface RemoteShutdown
extends jgroup.core.ExternalGMIListener

Interface used shutdown a Jgroup server remotely.

Since:
Jgroup 2.1
Author:
Hein Meling

Method Summary
 void preShutdown()
          Prepare to shut down the server
 void shutdown(int delay)
          Shut down the server
 

Method Detail

preShutdown

void preShutdown()
                 throws java.rmi.RemoteException
Prepare to shut down the server

Throws:
java.rmi.RemoteException

shutdown

void shutdown(int delay)
              throws java.rmi.RemoteException
Shut down the server

Throws:
java.rmi.RemoteException


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.