com.ibm.manplato
Class Server_Stub

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteStub
              |
              +--com.ibm.manplato.Server_Stub
All Implemented Interfaces:
java.rmi.Remote, RemoteManagementListener, java.io.Serializable

public final class Server_Stub
extends java.rmi.server.RemoteStub
implements RemoteManagementListener, java.rmi.Remote

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
Server_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
(package private) static void ()
           
 java.lang.Boolean stopServer(java.lang.String $param_String_1)
          Informs the server to shutdown all operations.
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Server_Stub

public Server_Stub(java.rmi.server.RemoteRef ref)
Method Detail

static void ()

stopServer

public java.lang.Boolean stopServer(java.lang.String $param_String_1)
                             throws java.rmi.RemoteException
Description copied from interface: RemoteManagementListener
Informs the server to shutdown all operations.
Specified by:
stopServer in interface RemoteManagementListener
Following copied from interface: com.ibm.manplato.RemoteManagementListener
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.