|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationCluster
This interface define methods to get cluster setting of sever remotely.
| Method Summary | |
|---|---|
java.lang.String |
getClusterAdminHost()
Return cluster admin server host addressthrows RemoteException; |
java.lang.String |
getClusterAdminRMIPort()
Return cluster admin RMI portthrows RemoteException; |
java.lang.String |
getClusterResourceRoot()
Return cluster resource rootthrows RemoteException; |
java.lang.String |
getShareHistoryDirectory()
Return cluster cluster share history directorythrows RemoteException; |
java.lang.String |
getSharePropertyDirectory()
Return cluster share property directorythrows RemoteException; |
java.lang.String |
getShareRealmDirectory()
Return cluster share realm directorythrows RemoteException; |
java.lang.String |
getShareTempDirectory()
Return cluster cluster share temp directorythrows RemoteException; |
boolean |
isClusterAdminServer()
Return if provide cluster admin serverthrows RemoteException; |
boolean |
isClusterBackupServer()
Return if provide cluster back serverthrows RemoteException; |
void |
loadProperties()
set the properties of server |
void |
setClusterAdminHost(java.lang.String adminPort)
Set cluster admin server host addressthrows RemoteException; |
void |
setClusterAdminRMIPort(java.lang.String adminRMIPort)
Set cluster admin RMI portthrows RemoteException; |
void |
setClusterAdminServer(boolean isCluster)
Set if Provide cluster admin serverthrows RemoteException; |
void |
setClusterBackupServer(boolean isBack)
Set if Provide cluster back serverthrows RemoteException; |
void |
setClusterResourceRoot(java.lang.String dir)
Set cluster resource rootthrows RemoteException; |
void |
setShareHistoryDirectory(java.lang.String dir)
Set cluster share history directorythrows RemoteException; |
void |
setSharePropertyDirectory(java.lang.String dir)
Set cluster share property directorythrows RemoteException; |
void |
setShareRealmDirectory(java.lang.String dir)
Set cluster share realm directorythrows RemoteException; |
void |
setShareTempDirectory(java.lang.String dir)
Set cluster share temp directorythrows RemoteException; |
| Method Detail |
|---|
boolean isClusterAdminServer()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setClusterAdminServer(boolean isCluster)
throws java.rmi.RemoteException
isCluster - Provide cluster admin server.
java.rmi.RemoteException - will be thrown if error occurs.
boolean isClusterBackupServer()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setClusterBackupServer(boolean isBack)
throws java.rmi.RemoteException
isBack - provide cluster back server.
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getClusterAdminHost()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setClusterAdminHost(java.lang.String adminPort)
throws java.rmi.RemoteException
adminPort - cluster admin server host address.
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getClusterAdminRMIPort()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setClusterAdminRMIPort(java.lang.String adminRMIPort)
throws java.rmi.RemoteException
adminRMIPort - cluster admin RMI port.
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getSharePropertyDirectory()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getShareRealmDirectory()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getClusterResourceRoot()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getShareTempDirectory()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getShareHistoryDirectory()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setSharePropertyDirectory(java.lang.String dir)
throws java.rmi.RemoteException
dirt - cluster share property directory.
java.rmi.RemoteException - will be thrown if error occurs.
void setShareRealmDirectory(java.lang.String dir)
throws java.rmi.RemoteException
dirt - cluster share realm directory.
java.rmi.RemoteException - will be thrown if error occurs.
void setClusterResourceRoot(java.lang.String dir)
throws java.rmi.RemoteException
dirt - cluster resource root.
java.rmi.RemoteException - will be thrown if error occurs.
void setShareTempDirectory(java.lang.String dir)
throws java.rmi.RemoteException
dirt - cluster share temp directory.
java.rmi.RemoteException - will be thrown if error occurs.
void setShareHistoryDirectory(java.lang.String dir)
throws java.rmi.RemoteException
dirt - cluster share history directory.
java.rmi.RemoteException - will be thrown if error occurs.
void loadProperties()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||