|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary | |
static String |
geoSiteIdThe local site name. |
static int |
remoteSiteReachabilityAlarmThresholdDefines the number of attempts made to reach a remote site before raising an alarm. |
| Method Summary | |
String |
getGeoSiteId() |
int |
getRemoteSiteReachabilityAlarmThreshold()Returns the number of attempts made by a site to reach its peer site before raising an alarm. |
String |
getSiteAddress(String siteName)Gets the remote site address identified by site name. |
Set |
listRemoteSites()Lists all remote sites. |
void |
removeSite(String siteName)Removes the configuration for a remote site. |
void |
setGeoSiteId(String siteName)Defines the name of this geographic redundant site. |
void |
setRemoteSiteReachabilityAlarmThreshold(int threshold)Specifies the number of attempts made by a site to reach its peer site before raising an alarm. |
void |
setSiteAddress(String siteName, String address)Sets the address for a remote site. |
| Field Detail |
public static final String geoSiteId
public static final int remoteSiteReachabilityAlarmThreshold
| Method Detail |
public String getGeoSiteId()
public int getRemoteSiteReachabilityAlarmThreshold()
Scope: Cluster
public String getSiteAddress(String siteName)
Scope: Cluster
siteName - The remote site name.public Set listRemoteSites()
Scope: Cluster
public void removeSite(String siteName)
throws ManagementException
Scope: Cluster
siteName - The remote site name.ManagementException
public void setGeoSiteId(String siteName)
throws ManagementException
Scope: Cluster
siteName - name of this geographic redundant siteManagementException
public void setRemoteSiteReachabilityAlarmThreshold(int threshold)
throws ManagementException
Scope: Cluster
threshold - number of attemptsManagementException
public void setSiteAddress(String siteName,
String address)
throws InputManagementException
Scope: Cluster
siteName - The remote site name. Must be equal to the site name configured on the remote site.address - The remote site address. Must be a valid JNDI provider URL. Example: t3://host1:port1,host2:port2.InputManagementException - If the site address is invalid.
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||