org.apache.geronimo.messaging.interceptors
Class QueueOutInterceptor

java.lang.Object
  extended byorg.apache.geronimo.messaging.interceptors.QueueOutInterceptor
All Implemented Interfaces:
MsgOutInterceptor

public class QueueOutInterceptor
extends Object
implements MsgOutInterceptor

Used to push Msgs to a MsgQueue.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:40 $

Constructor Summary
QueueOutInterceptor(MsgQueue aQueue)
          Pushes Msgs to the specified queue.
 
Method Summary
 void push(Msg aMessage)
          Pushes a Msg.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueOutInterceptor

public QueueOutInterceptor(MsgQueue aQueue)
Pushes Msgs to the specified queue.

Parameters:
aQueue - Target queue.
Method Detail

push

public void push(Msg aMessage)
Description copied from interface: MsgOutInterceptor
Pushes a Msg.

Specified by:
push in interface MsgOutInterceptor
Parameters:
aMessage - Msg to be pushed.


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.