com.ibm.manplato
Interface RemoteManagementListener

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Server_Stub, Server

public interface RemoteManagementListener
extends java.rmi.Remote

This interface defines the RMI Remote exposed methods for the ManplatoSync Server for Java.

Version:
$Rev$-$Date: 2001/03/15 16:55:29 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $

Method Summary
 java.lang.Boolean stopServer(java.lang.String password)
          Informs the server to shutdown all operations.
 

Method Detail

stopServer

public java.lang.Boolean stopServer(java.lang.String password)
                             throws java.rmi.RemoteException
Informs the server to shutdown all operations.
Parameters:
the - remote administration password.
Returns:
a Boolean object representing the status of the request. true == request accepted, false otherwise.
Throws:
java.rmi.RemoteException - Any exception thrown while processing the request.