Uses of Interface
org.apache.geronimo.messaging.io.PushSynchronization

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

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

Constructors in org.apache.geronimo.messaging.interceptors with parameters of type PushSynchronization
StreamOutInterceptor(OutputStream anOut, StreamManager aManager, PushSynchronization aSerialization, ReplacerResolver aResolver)
          Pushes Msgs to an OutputStream.
 

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

Classes in org.apache.geronimo.messaging.io that implement PushSynchronization
 class PushSynchronizationAdaptor
          PushSynchronization adaptor.
 

Methods in org.apache.geronimo.messaging.io that return PushSynchronization
 PushSynchronization IOContext.getPushSynchronization()
           
 

Methods in org.apache.geronimo.messaging.io with parameters of type PushSynchronization
 void IOContext.setPushSynchronization(PushSynchronization aPushSynchronization)
           
 

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

Classes in org.apache.geronimo.messaging.remotenode that implement PushSynchronization
 class LogicalCompression
          Logical compression of Msgs.
 

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

Constructors in org.apache.geronimo.messaging.remotenode.network with parameters of type PushSynchronization
ProtocolOutInterceptor(org.apache.geronimo.network.protocol.Protocol aProtocol, StreamManager aManager, PushSynchronization aSerialization, ReplacerResolver aResolver)
          Pushes Msgs to a Protocol.
 



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