Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.messaging
Class IntrabandBridgeDestination

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.DestinationWrapper
      extended by com.liferay.portal.kernel.nio.intraband.messaging.IntrabandBridgeDestination
All Implemented Interfaces:
Destination

public class IntrabandBridgeDestination
extends DestinationWrapper


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.messaging.DestinationWrapper
destination
 
Constructor Summary
IntrabandBridgeDestination(Destination destination)
           
 
Method Summary
 void send(Message message)
           
 void sendMessageRoutingBag(MessageRoutingBag messageRoutingBag)
           
protected  void sendMessageRoutingBag(RegistrationReference registrationReference, MessageRoutingBag messageRoutingBag)
           
protected  String toRoutingId(SPI spi)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.DestinationWrapper
addDestinationEventListener, close, close, copyDestinationEventListeners, copyMessageListeners, getDestinationStatistics, getMessageListenerCount, getMessageListeners, getName, isRegistered, open, register, register, removeDestinationEventListener, removeDestinationEventListeners, unregister, unregisterMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrabandBridgeDestination

public IntrabandBridgeDestination(Destination destination)
Method Detail

send

public void send(Message message)
Specified by:
send in interface Destination
Overrides:
send in class DestinationWrapper

sendMessageRoutingBag

public void sendMessageRoutingBag(MessageRoutingBag messageRoutingBag)

sendMessageRoutingBag

protected void sendMessageRoutingBag(RegistrationReference registrationReference,
                                     MessageRoutingBag messageRoutingBag)

toRoutingId

protected String toRoutingId(SPI spi)
                      throws RemoteException
Throws:
RemoteException

Liferay 6.2-ce-ga5