com.liferay.portal.cluster
Class ClusterLinkImpl
java.lang.Object
com.liferay.portal.cluster.ClusterBase
com.liferay.portal.cluster.ClusterLinkImpl
- All Implemented Interfaces:
- ClusterLink
public class ClusterLinkImpl
- extends ClusterBase
- implements ClusterLink
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterLinkImpl
public ClusterLinkImpl()
destroy
public void destroy()
- Specified by:
destroy
in class ClusterBase
getBindInetAddress
public InetAddress getBindInetAddress()
- Specified by:
getBindInetAddress
in interface ClusterLink
getLocalTransportAddresses
public List<Address> getLocalTransportAddresses()
- Specified by:
getLocalTransportAddresses
in interface ClusterLink
getTransportAddresses
public List<Address> getTransportAddresses(Priority priority)
- Specified by:
getTransportAddresses
in interface ClusterLink
initialize
public void initialize()
- Specified by:
initialize
in interface ClusterLink
sendMulticastMessage
public void sendMulticastMessage(Message message,
Priority priority)
- Specified by:
sendMulticastMessage
in interface ClusterLink
sendUnicastMessage
public void sendUnicastMessage(Address address,
Message message,
Priority priority)
- Specified by:
sendUnicastMessage
in interface ClusterLink
setClusterForwardMessageListener
public void setClusterForwardMessageListener(ClusterForwardMessageListener clusterForwardMessageListener)
getChannel
protected org.jgroups.JChannel getChannel(Priority priority)
initChannels
protected void initChannels()
throws Exception
- Specified by:
initChannels
in class ClusterBase
- Throws:
Exception