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

public class AddressImpl
extends java.lang.Object
implements com.liferay.portal.kernel.cluster.Address

View Source

Author:
Shuyang Zhou

Constructor Summary
AddressImpl(org.jgroups.Address address)
           
 
Method Summary
 java.lang.String getDescription()
           
 org.jgroups.Address getRealAddress()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressImpl

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

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object