org.apache.geronimo.messaging
Interface MsgConsumer

All Known Subinterfaces:
EndPoint, EndPointProxyFactory, MBeanServerEndPoint, MsgConsProd, NodeEndPointView, ReferenceableManager, RemoteNode, RemoteNodeConnection, RemoteNodeManager, ReplicationMember, StreamManager
All Known Implementing Classes:
AbstractRemoteNode, AbstractRemoteNodeConnection, BaseEndPoint, EndPointProxyFactoryImpl, GBeanBaseEndPoint, MBeanServerEndPointImpl, ReferenceableManagerImpl, RemoteNodeJoinerConnection, RemoteNodeManagerImpl, ReplicationMemberImpl, StreamManagerImpl

public interface MsgConsumer

Components consuming Msgs implement this interface.

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

Method Summary
 MsgOutInterceptor getMsgConsumerOut()
          Gets a mean to push Msgs to this instance.
 

Method Detail

getMsgConsumerOut

public MsgOutInterceptor getMsgConsumerOut()
Gets a mean to push Msgs to this instance.

Returns:
Mean to push Msgs to this consumer of Msgs.


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