KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jboss.test.jbossmq.test.JBossMQUnitTest
    Basic jms tests. Some simple tests of spyderMQ @author Hiram Chirino <Cojonudo14@hotmail.com> @author Scott.Stark@jboss.org @version $Revision: 1.3.6.3 $
  • org.jboss.axis.transport.jms.TopicConnector
    TopicConnector is a concrete JMSConnector subclass that specifically handles connections to topics (pub-sub domain). @author Jaime Meritt (jmeritt@sonicsoftware.com) @author Richard Chung (rchung@sonicsoftware.com) @author Dave Chappell (chappell@sonicsoftware.com)
  • org.jboss.resource.adapter.jms.JmsSession
    Adapts the JMS QueueSession and TopicSession API to a JmsManagedConnection. <p>Created: Tue Apr 17 22:39:45 2001 @author <a HREF="mailto:peter.antman@tim.se">Peter Antman </a>. @author <a HREF="mailto:jason@planet57.com">Jason Dillon </a>. @version $Revision: 1.10.6 ...
  • org.objectweb.jonas_jms.JTopicSession
    @author Laurent Chauvirey, Frederic Maistre, Nicolas Tachker Contributor(s): Philippe Durieux Philippe Coq
  • org.jboss.resource.adapter.jms.JmsSessionFactoryImpl
    Implements the JMS Connection API and produces {@link JmsSession} objects. <p>Created: Thu Mar 29 15:36:51 2001 @version <tt>$Revision: 1.11.6.3 $</tt> @author <a HREF="mailto:peter.antman@tim.se">Peter Antman</a>. @author <a HREF="mailto:jason@planet57.com"> ...
  • org.jboss.mq.il.oil2.OIL2ServerIL
    The JVM implementation of the ServerIL object @author <a HREF="mailto:hiram.chirino@jboss.org">Hiram Chirino</a> @version $Revision: $ @created August 16, 2001
  • org.exolab.jms.client.JmsQueueSession
    Client implementation of the <code>javax.jms.QueueSession</code> interface. @author <a HREF="mailto:jima@exoffice.com">Jim Alateras</a> @version $Revision: 1.2 $ $Date: 2005/03/18 03:36:37 $ Construct a new <code>JmsQueueSession</code>. @param connection the ...
  • org.jboss.mq.server.JMSServerInterceptor
    Interceptor interface for clients IL accessing the JMSServer. Using an iterface for this layer makes it possible to put in logic without having to modify the server objet. And also makes this pluggable. @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.5 $
  • org.jboss.jms.serverless.SessionImpl
    @author Ovidiu Feodorov <ovidiu@jboss.org> @version $Revision: 1.1 $ $Date: 2004/04/15 22:54:19 $ @param id - the session id. The SessionManager instance guarantees uniqueness during its lifetime.
  • org.objectweb.joram.client.tools.admin.AdminController
Popular Tags