|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
geoSiteId The local site name. |
static int |
remoteSiteReachabilityAlarmThreshold Defines the number of attempts made to reach a remote site before raising an alarm. |
Method Summary | |
String |
getGeoSiteId() |
int |
getRemoteSiteReachabilityAlarmThreshold() |
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) |
void |
setRemoteSiteReachabilityAlarmThreshold(int threshold) |
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()
public String getSiteAddress(String siteName)
siteName
- The remote site name.public Set listRemoteSites()
public void removeSite(String siteName) throws ManagementException
siteName
-ManagementException
public void setGeoSiteId(String siteName) throws ManagementException
ManagementException
public void setRemoteSiteReachabilityAlarmThreshold(int threshold) throws ManagementException
ManagementException
public void setSiteAddress(String siteName, String address) throws InputManagementException
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:port2InputManagementException
- If the site address is invalid.
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |