Liferay 6.2-ce-ga5

com.liferay.portal.kernel.cluster
Interface ClusterLink


public interface ClusterLink


Field Summary
static String CLUSTER_FORWARD_MESSAGE
           
static int MAX_CHANNEL_COUNT
           
 
Method Summary
 InetAddress getBindInetAddress()
           
 List<Address> getLocalTransportAddresses()
           
 List<Address> getTransportAddresses(Priority priority)
           
 void initialize()
           
 boolean isEnabled()
           
 void sendMulticastMessage(Message message, Priority priority)
           
 void sendUnicastMessage(Address address, Message message, Priority priority)
           
 

Field Detail

CLUSTER_FORWARD_MESSAGE

static final String CLUSTER_FORWARD_MESSAGE
See Also:
Constant Field Values

MAX_CHANNEL_COUNT

static final int MAX_CHANNEL_COUNT
Method Detail

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)

Liferay 6.2-ce-ga5