Uses of Class
org.apache.geronimo.messaging.io.StreamOutputStream

Packages that use StreamOutputStream
org.apache.geronimo.messaging.io   
org.apache.geronimo.messaging.remotenode   
 

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

Methods in org.apache.geronimo.messaging.io with parameters of type StreamOutputStream
 Object PushSynchronizationAdaptor.beforePush(StreamOutputStream anOut, Msg aMsg)
           
 void PushSynchronizationAdaptor.afterPush(StreamOutputStream anOut, 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.
 

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

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



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