|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This provides a MBean accessible interface for setting domain configuration
| Method Summary | |
Element |
getConfiguration()
The getDomains method |
long |
getDefaultTimeDelay()
|
long |
getHeartbeatTimeDelay()
The amount of time to wait between sending (and sometimes receiving) detection messages. |
void |
setConfiguration(Element xml)
set the configuration for the domains to be recognized by detector |
void |
setDefaultTimeDelay(long defaultTimeDelay)
The amount of time which can elapse without receiving a detection event before a server will be suspected as being dead and peroforming an explicit invocation on it to verify it is alive. |
void |
setHeartbeatTimeDelay(long heartbeatTimeDelay)
The amount of time to wait between sending (and sometimes receiving) detection messages. |
| Method Detail |
public void setConfiguration(Element xml)
throws Exception
xml -
Exceptionpublic Element getConfiguration()
getDomains method
Element value
public void setHeartbeatTimeDelay(long heartbeatTimeDelay)
throws org.jboss.system.ConfigurationException
heartbeatTimeDelay -
org.jboss.system.ConfigurationExceptionpublic long getHeartbeatTimeDelay()
public void setDefaultTimeDelay(long defaultTimeDelay)
throws org.jboss.system.ConfigurationException
defaultTimeDelay - time in milliseconds
org.jboss.system.ConfigurationExceptionpublic long getDefaultTimeDelay()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||