org.mobicents.slee.services.sip.balancer
Interface NodeRegisterImplMBean

All Known Implementing Classes:
NodeRegisterImpl

public interface NodeRegisterImplMBean


Method Summary
 java.net.InetAddress getAddress()
           
 java.util.List<SIPNode> getGatheredInfo()
           
 long getNodeExpiration()
           
 long getNodeExpirationTaskInterval()
           
 void setNodeExpiration(long value)
          Sets value which indicates when node has expired.
 void setNodeExpirationTaskInterval(long value)
          Sets interval between runs of task that removes nodes that expired.
 boolean startServer()
           
 boolean stopServer()
           
 

Method Detail

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.