com.liferay.portal.cluster
Class AddressImpl
java.lang.Object
com.liferay.portal.cluster.AddressImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.cluster.Address, java.io.Serializable
public class AddressImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.cluster.Address
View Source
- Author:
- Shuyang Zhou
- See Also:
- Serialized Form
Constructor Summary |
AddressImpl(org.jgroups.Address address)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AddressImpl
public AddressImpl(org.jgroups.Address address)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface com.liferay.portal.kernel.cluster.Address
getRealAddress
public org.jgroups.Address getRealAddress()
- Specified by:
getRealAddress
in interface com.liferay.portal.kernel.cluster.Address
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object