public class SingleClusterLink
extends java.lang.Object
implements com.liferay.portal.kernel.cluster.ClusterLink
| Constructor and Description |
|---|
SingleClusterLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
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) |
public boolean isEnabled()
isEnabled 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.ClusterLink