Interface ClusterAdmin
-
- All Known Implementing Classes:
ClusterAdminStub
public interface ClusterAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendClusterMaintenance()Auto generated method signature for Asynchronous InvocationsvoidendGroupMaintenance(String groupName20)Auto generated method signature for Asynchronous InvocationsGroup[]getGroups()Auto generated method signatureGroupMember[]getMembers(String groupName30)Auto generated method signaturevoidrestartCluster()Auto generated method signature for Asynchronous InvocationsvoidrestartClusterGracefully()Auto generated method signature for Asynchronous InvocationsvoidrestartGroup(String groupName25)Auto generated method signature for Asynchronous InvocationsvoidrestartGroupGracefully(String groupName38)Auto generated method signature for Asynchronous InvocationsvoidshutdownCluster()Auto generated method signature for Asynchronous InvocationsvoidshutdownClusterGracefully()Auto generated method signature for Asynchronous InvocationsvoidshutdownGroup(String groupName15)Auto generated method signature for Asynchronous InvocationsvoidshutdownGroupGracefully(String groupName17)Auto generated method signature for Asynchronous InvocationsvoidstartClusterMaintenance()Auto generated method signature for Asynchronous InvocationsvoidstartgetGroups(ClusterAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMembers(String groupName30, ClusterAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartGroupMaintenance(String groupName22)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
shutdownGroup
void shutdownGroup(String groupName15) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
shutdownGroupGracefully
void shutdownGroupGracefully(String groupName17) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
restartCluster
void restartCluster() throws RemoteException, ExceptionAuto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
endGroupMaintenance
void endGroupMaintenance(String groupName20) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
startGroupMaintenance
void startGroupMaintenance(String groupName22) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
startClusterMaintenance
void startClusterMaintenance() throws RemoteException, ExceptionAuto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
restartGroup
void restartGroup(String groupName25) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
shutdownClusterGracefully
void shutdownClusterGracefully() throws RemoteException, ExceptionAuto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
restartClusterGracefully
void restartClusterGracefully() throws RemoteException, ExceptionAuto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
shutdownCluster
void shutdownCluster() throws RemoteException, ExceptionAuto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
getMembers
GroupMember[] getMembers(String groupName30) throws RemoteException, Exception
Auto generated method signature- Parameters:
getMembers29-- Throws:
Exception- :RemoteException
-
startgetMembers
void startgetMembers(String groupName30, ClusterAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMembers29-- Throws:
RemoteException
-
getGroups
Group[] getGroups() throws RemoteException, Exception
Auto generated method signature- Throws:
Exception- :RemoteException
-
startgetGroups
void startgetGroups(ClusterAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
endClusterMaintenance
void endClusterMaintenance() throws RemoteException, ExceptionAuto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
restartGroupGracefully
void restartGroupGracefully(String groupName38) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception- :RemoteException
-
-