com.liferay.portal.kernel.cluster
Interface ClusterLink
public interface ClusterLink
CLUSTER_FORWARD_MESSAGE
static final String CLUSTER_FORWARD_MESSAGE
- See Also:
- Constant Field Values
MAX_CHANNEL_COUNT
static final int MAX_CHANNEL_COUNT
getBindInetAddress
InetAddress getBindInetAddress()
getLocalTransportAddresses
List<Address> getLocalTransportAddresses()
getTransportAddresses
List<Address> getTransportAddresses(Priority priority)
initialize
void initialize()
isEnabled
boolean isEnabled()
sendMulticastMessage
void sendMulticastMessage(Message message,
Priority priority)
sendUnicastMessage
void sendUnicastMessage(Address address,
Message message,
Priority priority)