Interface ClusterAdmin
-
- All Known Implementing Classes:
ClusterAdminStub
public interface ClusterAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endClusterMaintenance()
Auto generated method signature for Asynchronous Invocationsvoid
endGroupMaintenance(String groupName20)
Auto generated method signature for Asynchronous InvocationsGroup[]
getGroups()
Auto generated method signatureGroupMember[]
getMembers(String groupName30)
Auto generated method signaturevoid
restartCluster()
Auto generated method signature for Asynchronous Invocationsvoid
restartClusterGracefully()
Auto generated method signature for Asynchronous Invocationsvoid
restartGroup(String groupName25)
Auto generated method signature for Asynchronous Invocationsvoid
restartGroupGracefully(String groupName38)
Auto generated method signature for Asynchronous Invocationsvoid
shutdownCluster()
Auto generated method signature for Asynchronous Invocationsvoid
shutdownClusterGracefully()
Auto generated method signature for Asynchronous Invocationsvoid
shutdownGroup(String groupName15)
Auto generated method signature for Asynchronous Invocationsvoid
shutdownGroupGracefully(String groupName17)
Auto generated method signature for Asynchronous Invocationsvoid
startClusterMaintenance()
Auto generated method signature for Asynchronous Invocationsvoid
startgetGroups(ClusterAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMembers(String groupName30, ClusterAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startGroupMaintenance(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, Exception
Auto 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, Exception
Auto 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, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
restartClusterGracefully
void restartClusterGracefully() throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
shutdownCluster
void shutdownCluster() throws RemoteException, Exception
Auto 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, Exception
Auto 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
-
-