|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoteClusterBase
This interface represents a remote repository. It contains information used to connect to a remote site for the purpose of replicating content from that repository to this one.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthType()
Sets the authentication method to use when logging on to the remote cluster. |
ICleanupOptions |
getCleanupOptions()
Returns the cleanup options for replicated objects that have been removed from the origin cluster. |
java.lang.String |
getClusterURI()
Gets the Web Services URI to use when connecting to the remote cluster. |
java.lang.String |
getCMS()
Gets the CMS or cluster name to use when logging on to the remote cluster. |
java.lang.String |
getUserName()
Gets the username to use when logging on to the remote cluster. |
boolean |
isPasswordNotEmpty()
Checks whether the password to use during remote cluster logon is empty. |
boolean |
isPasswordSet()
Checks whether the password to use during remote cluster logon has been set. |
void |
setAuthType(java.lang.String authType)
Sets the authentication method to use when logging on to the remote cluster. |
void |
setClusterURI(java.lang.String uri)
Sets the Web Services URI to use when connecting to the remote cluster. |
void |
setCMS(java.lang.String cms)
Sets the CMS or cluster name to use when logging on to the remote cluster. |
void |
setPassword(java.lang.String password)
Sets the password to use when logging on to the remote cluster. |
void |
setUserName(java.lang.String username)
Sets the username to use when logging on to the remote cluster. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
void setClusterURI(java.lang.String uri)
uri - the URI to use
java.lang.String getClusterURI()
throws SDKException
SDKExceptionvoid setUserName(java.lang.String username)
username - the BOE username
java.lang.String getUserName()
throws SDKException
SDKExceptionvoid setPassword(java.lang.String password)
password - the password to useboolean isPasswordSet()
true if the password has been set, false otherwise.boolean isPasswordNotEmpty()
true if the password is empty, false otherwise.void setCMS(java.lang.String cms)
cms - the CMS or cluster name to use
java.lang.String getCMS()
throws SDKException
SDKExceptionvoid setAuthType(java.lang.String authType)
authType - the authentication method to use
java.lang.String getAuthType()
throws SDKException
SDKException
ICleanupOptions getCleanupOptions()
throws SDKException
ICleanupOptions interface that can be used to set or retrieve
cleanup options for replicated objects that have been removed from the
originating cluster.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||