com.liferay.portal.cluster
Class AddressImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 org.jgroups.Address getRealAddress()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressImpl

public AddressImpl(org.jgroups.Address address)
Method Detail

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