org.objectweb.joram.client.jms.admin.AdminModule The <code>AdminModule</code> class allows to set an administrator connection to a given JORAM server, and provides administration and monitoring methods at a server/platform level.
org.objectweb.joram.client.jms.Queue Implements the <code>javax.jms.Queue</code> interface and provides JORAM specific administration and monitoring methods.
org.objectweb.joram.client.jms.Destination Implements the <code>javax.jms.Destination</code> interface and provides JORAM specific administration and monitoring methods.
org.objectweb.joram.client.jms.Topic Implements the <code>javax.jms.Topic</code> interface and provides JORAM specific administration and monitoring methods.
org.objectweb.joram.client.jms.admin.AdminHelper The <code>AdminHelper</code> class is a utility class providing methods for building special configurations such as topics cluster or hierarchy, queues cluster, etc.
org.objectweb.joram.client.connector.JoramAdapter A <code>JoramAdapter</code> instance manages connectivities to an underlying JORAM server: outbound connectivity (JCA connection management contract) and inbound connectivity (asynchronous message delivery as specified by the JCA message inflow contract).
org.codehaus.aspectwerkz.hook.ClassLoaderPatcher Utility methods to manipulate class redefinition of java.lang.ClassLoader in xxxStarter @author <a HREF="mailto:alex@gnilux.com">Alexandre Vasseur </a>