Liferay 6.1.2-ce-ga3

com.liferay.portal.cluster
Class AddressImpl

java.lang.Object
  extended by com.liferay.portal.cluster.AddressImpl
All Implemented Interfaces:
Address, Serializable

public class AddressImpl
extends Object
implements Address

See Also:
Serialized Form

Constructor Summary
AddressImpl(org.jgroups.Address address)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 org.jgroups.Address getRealAddress()
           
 int hashCode()
           
 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(Object obj)
Overrides:
equals in class Object

getDescription

public String getDescription()
Specified by:
getDescription in interface Address

getRealAddress

public org.jgroups.Address getRealAddress()
Specified by:
getRealAddress in interface Address

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3