org.wso2.carbon.server.admin.stub
Interface ServerAdmin

All Known Implementing Classes:
ServerAdminStub

public interface ServerAdmin


Method Summary
 void endMaintenance()
          Auto generated method signature for Asynchronous Invocations
 ServerData getServerData()
          Auto generated method signature
 String getServerDataAsString()
          Auto generated method signature
 String getServerStatus()
          Auto generated method signature
 String getServerVersion()
          Auto generated method signature
 boolean isAlive()
          Auto generated method signature
 boolean restart()
          Auto generated method signature
 boolean restartGracefully()
          Auto generated method signature
 boolean shutdown()
          Auto generated method signature
 boolean shutdownGracefully()
          Auto generated method signature
 void startgetServerData(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetServerDataAsString(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetServerStatus(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetServerVersion(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startisAlive(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startMaintenance()
          Auto generated method signature for Asynchronous Invocations
 void startrestart(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startrestartGracefully(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startshutdown(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startshutdownGracefully(ServerAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 

Method Detail

getServerStatus

String getServerStatus()
                       throws RemoteException,
                              ServerAdminException
Auto generated method signature

Parameters:
getServerStatus8 -
Throws:
ServerAdminException - :
RemoteException

startgetServerStatus

void startgetServerStatus(ServerAdminCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getServerStatus8 -
Throws:
RemoteException

startMaintenance

void startMaintenance()
                      throws RemoteException,
                             ServerAdminException
Auto generated method signature for Asynchronous Invocations

Throws:
ServerAdminException - :
RemoteException

shutdown

boolean shutdown()
                 throws RemoteException
Auto generated method signature

Parameters:
shutdown12 -
Throws:
RemoteException

startshutdown

void startshutdown(ServerAdminCallbackHandler callback)
                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
shutdown12 -
Throws:
RemoteException

endMaintenance

void endMaintenance()
                    throws RemoteException,
                           ServerAdminException
Auto generated method signature for Asynchronous Invocations

Throws:
ServerAdminException - :
RemoteException

getServerDataAsString

String getServerDataAsString()
                             throws RemoteException,
                                    ServerAdminException
Auto generated method signature

Parameters:
getServerDataAsString16 -
Throws:
ServerAdminException - :
RemoteException

startgetServerDataAsString

void startgetServerDataAsString(ServerAdminCallbackHandler callback)
                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getServerDataAsString16 -
Throws:
RemoteException

isAlive

boolean isAlive()
                throws RemoteException
Auto generated method signature

Parameters:
isAlive19 -
Throws:
RemoteException

startisAlive

void startisAlive(ServerAdminCallbackHandler callback)
                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
isAlive19 -
Throws:
RemoteException

getServerData

ServerData getServerData()
                         throws RemoteException,
                                ServerAdminException
Auto generated method signature

Parameters:
getServerData22 -
Throws:
ServerAdminException - :
RemoteException

startgetServerData

void startgetServerData(ServerAdminCallbackHandler callback)
                        throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getServerData22 -
Throws:
RemoteException

restartGracefully

boolean restartGracefully()
                          throws RemoteException,
                                 ServerAdminException
Auto generated method signature

Parameters:
restartGracefully25 -
Throws:
ServerAdminException - :
RemoteException

startrestartGracefully

void startrestartGracefully(ServerAdminCallbackHandler callback)
                            throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
restartGracefully25 -
Throws:
RemoteException

getServerVersion

String getServerVersion()
                        throws RemoteException
Auto generated method signature

Parameters:
getServerVersion28 -
Throws:
RemoteException

startgetServerVersion

void startgetServerVersion(ServerAdminCallbackHandler callback)
                           throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getServerVersion28 -
Throws:
RemoteException

restart

boolean restart()
                throws RemoteException,
                       ServerAdminException
Auto generated method signature

Parameters:
restart31 -
Throws:
ServerAdminException - :
RemoteException

startrestart

void startrestart(ServerAdminCallbackHandler callback)
                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
restart31 -
Throws:
RemoteException

shutdownGracefully

boolean shutdownGracefully()
                           throws RemoteException
Auto generated method signature

Parameters:
shutdownGracefully34 -
Throws:
RemoteException

startshutdownGracefully

void startshutdownGracefully(ServerAdminCallbackHandler callback)
                             throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
shutdownGracefully34 -
Throws:
RemoteException


Copyright © 2014 WSO2. All rights reserved.