KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > ExceptionListener > Top Examples

  • org.jboss.mq.Connection
    This class implements javax.jms.Connection. <p> It is also the gateway through wich all calls to the JMS server is done. To do its work it needs a ServerIL to invoke (@see org.jboss.mq.server.ServerIL). </p> <p> The (new from february 2002) logic for clientID is the following: ...
  • org.jboss.jms.client.JBossConnection
    A connection @author <a HREF="mailto:adrian@jboss.org>Adrian Brock</a> @version $Revision: 1.3 $
  • org.jboss.jms.client.p2p.P2PConnectionDelegate
    The p2p connection @author <a HREF="mailto:nathan@jboss.org">Nathan Phelps</a> @author <a HREF="mailto:adrian@jboss.org>Adrian Brock</a> @version $Revision: 1.4 $
  • org.jboss.axis.transport.jms.JMSConnector
    No vendor dependent exception classes import progress.message.client.EUserAlreadyConnected; import progress.message.jclient.ErrorCodes; JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations. Its subclasses are TopicConnector and QueueConnector which further ...
  • org.objectweb.joram.client.connector.ManagedConnectionImpl
    A <code>ManagedConnectionImpl</code> instance wraps a physical connection to an underlying JORAM server, and provides "handles" for handling this physical connection.
Popular Tags