|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MsgOutInterceptor in org.apache.geronimo.messaging |
Fields in org.apache.geronimo.messaging declared as MsgOutInterceptor | |
protected MsgOutInterceptor |
BaseEndPoint.out
Used to communicate with remote EndPoints. |
Methods in org.apache.geronimo.messaging that return MsgOutInterceptor | |
MsgOutInterceptor |
MsgConsumer.getMsgConsumerOut()
Gets a mean to push Msgs to this instance. |
MsgOutInterceptor |
BaseEndPoint.getMsgConsumerOut()
|
Methods in org.apache.geronimo.messaging with parameters of type MsgOutInterceptor | |
void |
MsgProducer.setMsgProducerOut(MsgOutInterceptor aMsgOut)
Sets a mean to this instance to push Msgs to the outside world. |
void |
BaseEndPoint.setMsgProducerOut(MsgOutInterceptor aMsgOut)
|
Object |
RequestSender.sendSyncRequest(Object anOpaque,
MsgOutInterceptor anOut,
Object aTargetID,
NodeInfo aTargetNode)
Sends a synchronous request Msg to the specified node. |
Object |
RequestSender.sendSyncRequest(Object anOpaque,
MsgOutInterceptor anOut,
Object aTargetID,
NodeInfo[] aTargetNodes)
Sends a synchronous request Msg to the specified nodes. |
Uses of MsgOutInterceptor in org.apache.geronimo.messaging.interceptors |
Subinterfaces of MsgOutInterceptor in org.apache.geronimo.messaging.interceptors | |
interface |
MsgTransformer
An interface allowing various implementations to transform Msgs. |
Classes in org.apache.geronimo.messaging.interceptors that implement MsgOutInterceptor | |
class |
HeaderOutInterceptor
Counterpart of HeaderInInterceptor. |
class |
MsgOutDispatcher
Dispatches Msgs to Msg output based on their headers. |
class |
QueueOutInterceptor
Used to push Msgs to a MsgQueue. |
class |
StreamOutInterceptor
Counterpart of StreamInInterceptor. |
class |
ThrowableTrapOutInterceptor
Throwables trap. |
Methods in org.apache.geronimo.messaging.interceptors with parameters of type MsgOutInterceptor | |
void |
MsgOutDispatcher.register(Object aHeader,
MsgOutInterceptor anOut)
Registers a header value. |
Constructors in org.apache.geronimo.messaging.interceptors with parameters of type MsgOutInterceptor | |
ThrowableTrapOutInterceptor(MsgOutInterceptor anOut,
ThrowableTrapOutInterceptor.ThrowableTrapHandler anHandler)
Creates an exception trap. |
|
HeaderOutInterceptor(Object aKey,
Object aValue,
MsgOutInterceptor aNext)
Creates an outbound interceptor, which adds a header having the key aKey and the value aValue. |
Uses of MsgOutInterceptor in org.apache.geronimo.messaging.proxy |
Methods in org.apache.geronimo.messaging.proxy that return MsgOutInterceptor | |
MsgOutInterceptor |
EndPointCallback.getOut()
Gets the Msg transport used to sent Requests. |
Methods in org.apache.geronimo.messaging.proxy with parameters of type MsgOutInterceptor | |
void |
EndPointCallback.setOut(MsgOutInterceptor anOut)
Sets the Msg output to be used to sent Requests. |
void |
EndPointProxyFactoryImpl.setMsgProducerOut(MsgOutInterceptor aMsgOut)
|
Uses of MsgOutInterceptor in org.apache.geronimo.messaging.reference |
Constructors in org.apache.geronimo.messaging.reference with parameters of type MsgOutInterceptor | |
ReferenceFactory(RequestSender aSender,
MsgOutInterceptor anOut)
|
Uses of MsgOutInterceptor in org.apache.geronimo.messaging.remotenode |
Fields in org.apache.geronimo.messaging.remotenode declared as MsgOutInterceptor | |
protected MsgOutInterceptor |
AbstractRemoteNode.producerOut
Incoming Msgs (coming from remote nodes) are pushed to this output. |
Methods in org.apache.geronimo.messaging.remotenode that return MsgOutInterceptor | |
MsgOutInterceptor |
AbstractRemoteNode.getMsgConsumerOut()
|
MsgOutInterceptor |
RemoteNodeManagerImpl.getMsgConsumerOut()
|
Methods in org.apache.geronimo.messaging.remotenode with parameters of type MsgOutInterceptor | |
void |
AbstractRemoteNode.setMsgProducerOut(MsgOutInterceptor aMsgOut)
|
Uses of MsgOutInterceptor in org.apache.geronimo.messaging.remotenode.network |
Classes in org.apache.geronimo.messaging.remotenode.network that implement MsgOutInterceptor | |
class |
ProtocolOutInterceptor
|
Methods in org.apache.geronimo.messaging.remotenode.network that return MsgOutInterceptor | |
MsgOutInterceptor |
AbstractRemoteNodeConnection.getMsgConsumerOut()
|
Methods in org.apache.geronimo.messaging.remotenode.network with parameters of type MsgOutInterceptor | |
void |
AbstractRemoteNodeConnection.setMsgProducerOut(MsgOutInterceptor aMsgOut)
|
void |
ProtocolInDispatcher.setMsgProducerOut(MsgOutInterceptor aMsgOut)
|
Uses of MsgOutInterceptor in org.apache.geronimo.messaging.replication |
Methods in org.apache.geronimo.messaging.replication with parameters of type MsgOutInterceptor | |
void |
ReplicationMemberImpl.setMsgProducerOut(MsgOutInterceptor aMsgOut)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |