org.mobicents.slee.services.sip.balancer
Interface NodeRegisterImplMBean
- All Known Implementing Classes:
- NodeRegisterImpl
public interface NodeRegisterImplMBean
setNodeExpirationTaskInterval
void setNodeExpirationTaskInterval(long value)
- Sets interval between runs of task that removes nodes that expired.
- Parameters:
value -
getNodeExpirationTaskInterval
long getNodeExpirationTaskInterval()
setNodeExpiration
void setNodeExpiration(long value)
- Sets value which indicates when node has expired. if node.timeStamp+nodeExpiration
- Parameters:
value -
getNodeExpiration
long getNodeExpiration()
getAddress
java.net.InetAddress getAddress()
startServer
boolean startServer()
stopServer
boolean stopServer()
getGatheredInfo
java.util.List<SIPNode> getGatheredInfo()
Copyright © 2008. All Rights Reserved.