org.objectweb.jonas_ejb.container.JMdbFactory This class is a factory for a Message Driven Bean There is one such class per MDB class. Contains all information related to the bean and set up all JMS environment for the bean It manages a ServerSession pool to server MDB requests. @author Philippe Coq, Philippe Durieux
org.objectweb.joram.client.connector.OutboundTopicConnection An <code>OutboundTopicConnection</code> instance is a handler for a physical PubSub connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).