|
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 int |
interval |
static boolean |
isActive |
static int |
maxRetry |
| Method Summary | |
int |
getInterval()Returns the maximum interval of time (in milliseconds) a server has to respond to a heartbeat message. |
boolean |
getIsActive()Returns the status of the heartbeat feature within a domain. |
int |
getmaxRetry()Returns the total number of unanswered heartbeat messages that a server receives before it is deemed unavailable to process further traffic. |
void |
setInterval(int interval)Sets the maximum interval of time (in milliseconds) a server has to respond to a heartbeat message. |
void |
setIsActive(boolean active)Sets the status of the heartbeat feature within a domain. |
void |
setmaxRetry(int retry)Sets the total number of unanswered heartbeat messages that a server receives before it is deemed unavailable to process further traffic. |
| Field Detail |
public static final int interval
public static final boolean isActive
public static final int maxRetry
| Method Detail |
public int getInterval()
throws ConfigurationException
Scope: Cluster
ConfigurationException
public boolean getIsActive()
throws ConfigurationException
Scope: Cluster
ConfigurationException
public int getmaxRetry()
throws ConfigurationException
Scope: Cluster
ConfigurationException
public void setInterval(int interval)
throws ConfigurationException
Scope: Cluster
interval - maximum interval in millisecondsConfigurationException
public void setIsActive(boolean active)
throws ConfigurationException
Scope: Cluster
active - true to enable heartbeats, false to disableConfigurationException
public void setmaxRetry(int retry)
throws ConfigurationException
Scope: Cluster
retry - number of heartbeat retriesConfigurationException
|
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 | ||||||||||