org.apache.geronimo.messaging
Interface MsgProducer

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

public interface MsgProducer

Components producing Msgs implement this interface.

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

Method Summary
 void setMsgProducerOut(MsgOutInterceptor aMsgOut)
          Sets a mean to this instance to push Msgs to the outside world.
 

Method Detail

setMsgProducerOut

public void setMsgProducerOut(MsgOutInterceptor aMsgOut)
Sets a mean to this instance to push Msgs to the outside world.

Parameters:
aMsgOut - Used by this instance to push Msgs to other components.


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