Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.cluster.Address

Packages that use Address
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
 

Uses of Address in com.liferay.portal.cluster
 

Classes in com.liferay.portal.cluster that implement Address
 class AddressImpl
           
 

Methods in com.liferay.portal.cluster that return Address
protected  Address ClusterExecutorImpl.getLocalControlAddress()
           
 

Methods in com.liferay.portal.cluster that return types with arguments of type Address
protected  List<Address> ClusterBase.getAddresses(org.jgroups.JChannel channel)
           
protected  List<Address> ClusterRequestReceiver.getDepartAddresses(org.jgroups.View view)
           
 List<Address> ClusterLinkImpl.getLocalTransportAddresses()
           
 List<Address> ClusterLinkImpl.getTransportAddresses(Priority priority)
           
protected  List<Address> ClusterExecutorImpl.prepareAddresses(ClusterRequest clusterRequest)
           
 

Methods in com.liferay.portal.cluster with parameters of type Address
protected  void ClusterExecutorImpl.memberJoined(Address joinAddress, ClusterNode clusterNode)
           
 void ClusterLinkImpl.sendUnicastMessage(Address address, Message message, Priority priority)
           
 

Method parameters in com.liferay.portal.cluster with type arguments of type Address
protected  void ClusterExecutorImpl.memberRemoved(List<Address> departAddresses)
           
protected  void ClusterExecutorImpl.sendUnicastRequest(ClusterRequest clusterRequest, List<Address> addresses)
           
 

Uses of Address in com.liferay.portal.kernel.cluster
 

Methods in com.liferay.portal.kernel.cluster that return Address
static Address ClusterLinkUtil.getAddress(Message message)
           
 

Methods in com.liferay.portal.kernel.cluster that return types with arguments of type Address
static List<Address> ClusterLinkUtil.getLocalTransportAddresses()
           
 List<Address> ClusterLink.getLocalTransportAddresses()
           
static List<Address> ClusterLinkUtil.getTransportAddresses(Priority priority)
           
 List<Address> ClusterLink.getTransportAddresses(Priority priority)
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type Address
 void FutureClusterResponses.addExpectedReplyAddress(Address address)
           
 boolean FutureClusterResponses.expectsReply(Address address)
           
static void ClusterLinkUtil.sendUnicastMessage(Address address, Message message, Priority priority)
           
 void ClusterLink.sendUnicastMessage(Address address, Message message, Priority priority)
           
static Message ClusterLinkUtil.setAddress(Message message, Address address)
           
 

Constructor parameters in com.liferay.portal.kernel.cluster with type arguments of type Address
FutureClusterResponses(List<Address> addresses)
           
 


Liferay 6.0.5