org.mobicents.servlet.sip.startup.failover
Class BalancerDescription
java.lang.Object
org.mobicents.servlet.sip.startup.failover.BalancerDescription
- All Implemented Interfaces:
- java.io.Serializable
public class BalancerDescription
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jean Deruelle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BalancerDescription
public BalancerDescription(java.net.InetAddress address,
int sipPort)
- Parameters:
address - sipPort - hostName -
setAddress
public void setAddress(java.net.InetAddress address)
- Parameters:
address - the address to set
getAddress
public java.net.InetAddress getAddress()
- Returns:
- the address
setSipPort
public void setSipPort(int sipPort)
- Parameters:
sipPort - the sipPort to set
getSipPort
public int getSipPort()
- Returns:
- the sipPort
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2008. All Rights Reserved.