Uses of Class
org.apache.geronimo.messaging.Msg

Packages that use Msg
org.apache.geronimo.messaging   
org.apache.geronimo.messaging.interceptors   
org.apache.geronimo.messaging.io   
org.apache.geronimo.messaging.remotenode   
org.apache.geronimo.messaging.remotenode.network   
 

Uses of Msg in org.apache.geronimo.messaging
 

Methods in org.apache.geronimo.messaging that return Msg
 Msg Msg.reply()
          Builds a response Msg from this Msg.
 

Methods in org.apache.geronimo.messaging with parameters of type Msg
protected  void BaseEndPoint.handleRequest(Msg aMsg)
          Handles a request Msg.
protected  void BaseEndPoint.handleResponse(Msg aMsg)
          Handles a response Msg.
 

Constructors in org.apache.geronimo.messaging with parameters of type Msg
Msg(Msg aPrototype)
          Prototype.
 

Uses of Msg in org.apache.geronimo.messaging.interceptors
 

Methods in org.apache.geronimo.messaging.interceptors that return Msg
 Msg HeaderInInterceptor.pop()
          Pops a Msg from the previous inbound Msg interceptor and retrieves a specific header.
 Msg StreamInInterceptor.pop()
           
 Msg QueueInInterceptor.pop()
           
 Msg MsgInInterceptor.pop()
          Pops a Msg from the underlying Msg source.
 Msg MsgQueue.remove()
          Removes a Message from this queue.
 

Methods in org.apache.geronimo.messaging.interceptors with parameters of type Msg
 void ThrowableTrapOutInterceptor.push(Msg aMsg)
           
 void ThrowableTrapOutInterceptor.ThrowableTrapHandler.push(Msg aMsg, Throwable aThrowable)
          To receive failure notification.
 void MsgOutDispatcher.push(Msg aMsg)
          Dispatches the Msg.
 void HeaderOutInterceptor.push(Msg aMsg)
          Adds an header to the Msg and pushes it to the next interceptor.
 void MsgOutInterceptor.push(Msg aMsg)
          Pushes a Msg.
 void StreamOutInterceptor.push(Msg aMessage)
           
 void MsgQueue.add(Msg aMessage)
          Adds a Message to this queue.
 void QueueOutInterceptor.push(Msg aMessage)
           
 

Uses of Msg in org.apache.geronimo.messaging.io
 

Methods in org.apache.geronimo.messaging.io with parameters of type Msg
 Object PushSynchronizationAdaptor.beforePush(StreamOutputStream anOut, Msg aMsg)
           
 void PushSynchronizationAdaptor.afterPush(StreamOutputStream anOut, Msg aMsg, Object anOpaque)
           
 void PopSynchronizationAdaptor.afterPop(StreamInputStream anIn, Msg aMsg, Object anOpaque)
           
 Object PushSynchronization.beforePush(StreamOutputStream anOut, Msg aMsg)
          Notifies the implementation that a Msg is being pushed.
 void PushSynchronization.afterPush(StreamOutputStream anOut, Msg aMsg, Object anOpaque)
          Notifies the implementation that a Msg has been pushed.
 void PopSynchronization.afterPop(StreamInputStream anIn, Msg aMsg, Object anOpaque)
          Notifies the implementation that a Msg has been popped.
 

Uses of Msg in org.apache.geronimo.messaging.remotenode
 

Methods in org.apache.geronimo.messaging.remotenode with parameters of type Msg
 void LogicalCompression.afterPop(StreamInputStream anIn, Msg aMsg, Object anOpaque)
           
 Object LogicalCompression.beforePush(StreamOutputStream anOut, Msg aMsg)
           
 void LogicalCompression.afterPush(StreamOutputStream anOut, Msg aMsg, Object anOpaque)
           
 

Uses of Msg in org.apache.geronimo.messaging.remotenode.network
 

Methods in org.apache.geronimo.messaging.remotenode.network with parameters of type Msg
 void ProtocolOutInterceptor.push(Msg aMsg)
           
 



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