public class ClusterLinkImpl extends ClusterBase implements com.liferay.portal.kernel.cluster.ClusterLink
bindInetAddress| Constructor and Description |
|---|
ClusterLinkImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
java.net.InetAddress |
getBindInetAddress() |
protected org.jgroups.JChannel |
getChannel(com.liferay.portal.kernel.cluster.Priority priority) |
java.util.List<com.liferay.portal.kernel.cluster.Address> |
getLocalTransportAddresses() |
java.util.List<com.liferay.portal.kernel.cluster.Address> |
getTransportAddresses(com.liferay.portal.kernel.cluster.Priority priority) |
protected void |
initChannels() |
void |
initialize() |
void |
sendMulticastMessage(com.liferay.portal.kernel.messaging.Message message,
com.liferay.portal.kernel.cluster.Priority priority) |
void |
sendUnicastMessage(com.liferay.portal.kernel.cluster.Address address,
com.liferay.portal.kernel.messaging.Message message,
com.liferay.portal.kernel.cluster.Priority priority) |
void |
setClusterForwardMessageListener(com.liferay.portal.kernel.cluster.messaging.ClusterForwardMessageListener clusterForwardMessageListener) |
afterPropertiesSet, createJChannel, getAddresses, initBindAddress, initSystemProperties, isEnabled, sendJGroupsMessagepublic void destroy()
destroy in class ClusterBasepublic java.net.InetAddress getBindInetAddress()
getBindInetAddress in interface com.liferay.portal.kernel.cluster.ClusterLinkpublic java.util.List<com.liferay.portal.kernel.cluster.Address> getLocalTransportAddresses()
getLocalTransportAddresses in interface com.liferay.portal.kernel.cluster.ClusterLinkpublic java.util.List<com.liferay.portal.kernel.cluster.Address> getTransportAddresses(com.liferay.portal.kernel.cluster.Priority priority)
getTransportAddresses in interface com.liferay.portal.kernel.cluster.ClusterLinkpublic void initialize()
initialize in interface com.liferay.portal.kernel.cluster.ClusterLinkpublic void sendMulticastMessage(com.liferay.portal.kernel.messaging.Message message,
com.liferay.portal.kernel.cluster.Priority priority)
sendMulticastMessage in interface com.liferay.portal.kernel.cluster.ClusterLinkpublic void sendUnicastMessage(com.liferay.portal.kernel.cluster.Address address,
com.liferay.portal.kernel.messaging.Message message,
com.liferay.portal.kernel.cluster.Priority priority)
sendUnicastMessage in interface com.liferay.portal.kernel.cluster.ClusterLinkpublic void setClusterForwardMessageListener(com.liferay.portal.kernel.cluster.messaging.ClusterForwardMessageListener clusterForwardMessageListener)
protected org.jgroups.JChannel getChannel(com.liferay.portal.kernel.cluster.Priority priority)
protected void initChannels()
throws java.lang.Exception
initChannels in class ClusterBasejava.lang.Exception