Interface ServerAdmin
-
- All Known Implementing Classes:
ServerAdminStub
public interface ServerAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendMaintenance()Auto generated method signature for Asynchronous InvocationsServerDatagetServerData()Auto generated method signatureStringgetServerDataAsString()Auto generated method signatureStringgetServerStatus()Auto generated method signatureStringgetServerVersion()Auto generated method signaturebooleanisAlive()Auto generated method signaturebooleanrestart()Auto generated method signaturebooleanrestartGracefully()Auto generated method signaturebooleanshutdown()Auto generated method signaturebooleanshutdownGracefully()Auto generated method signaturevoidstartgetServerData(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServerDataAsString(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServerStatus(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServerVersion(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartisAlive(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartMaintenance()Auto generated method signature for Asynchronous Invocationsvoidstartrestart(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartrestartGracefully(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous Invocationsvoidstartshutdown(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartshutdownGracefully(ServerAdminCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
restart
boolean restart() throws RemoteException, ServerAdminExceptionAuto generated method signature- Parameters:
restart8-- Throws:
ServerAdminException- :RemoteException
-
startrestart
void startrestart(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
restart8-- Throws:
RemoteException
-
shutdownGracefully
boolean shutdownGracefully() throws RemoteExceptionAuto generated method signature- Parameters:
shutdownGracefully11-- Throws:
RemoteException
-
startshutdownGracefully
void startshutdownGracefully(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
shutdownGracefully11-- Throws:
RemoteException
-
isAlive
boolean isAlive() throws RemoteExceptionAuto generated method signature- Parameters:
isAlive14-- Throws:
RemoteException
-
startisAlive
void startisAlive(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
isAlive14-- Throws:
RemoteException
-
getServerData
ServerData getServerData() throws RemoteException, ServerAdminException
Auto generated method signature- Parameters:
getServerData17-- Throws:
ServerAdminException- :RemoteException
-
startgetServerData
void startgetServerData(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServerData17-- Throws:
RemoteException
-
getServerStatus
String getServerStatus() throws RemoteException, ServerAdminException
Auto generated method signature- Parameters:
getServerStatus20-- Throws:
ServerAdminException- :RemoteException
-
startgetServerStatus
void startgetServerStatus(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServerStatus20-- Throws:
RemoteException
-
endMaintenance
void endMaintenance() throws RemoteException, ServerAdminExceptionAuto generated method signature for Asynchronous Invocations- Throws:
ServerAdminException- :RemoteException
-
restartGracefully
boolean restartGracefully() throws RemoteException, ServerAdminExceptionAuto generated method signature- Parameters:
restartGracefully24-- Throws:
ServerAdminException- :RemoteException
-
startrestartGracefully
void startrestartGracefully(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
restartGracefully24-- Throws:
RemoteException
-
getServerDataAsString
String getServerDataAsString() throws RemoteException, ServerAdminException
Auto generated method signature- Parameters:
getServerDataAsString27-- Throws:
ServerAdminException- :RemoteException
-
startgetServerDataAsString
void startgetServerDataAsString(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServerDataAsString27-- Throws:
RemoteException
-
startMaintenance
void startMaintenance() throws RemoteException, ServerAdminExceptionAuto generated method signature for Asynchronous Invocations- Throws:
ServerAdminException- :RemoteException
-
shutdown
boolean shutdown() throws RemoteExceptionAuto generated method signature- Parameters:
shutdown31-- Throws:
RemoteException
-
startshutdown
void startshutdown(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
shutdown31-- Throws:
RemoteException
-
getServerVersion
String getServerVersion() throws RemoteException
Auto generated method signature- Parameters:
getServerVersion34-- Throws:
RemoteException
-
startgetServerVersion
void startgetServerVersion(ServerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServerVersion34-- Throws:
RemoteException
-
-