org.objectweb.jonas_jms.JmsManagerImpl JmsManager implementation This singleton class must exist in each JOnAS server that want to use JMS @author Laurent Chauvirey, Frederic Maistre, Nicolas Tachker Contributor(s): <p> Christophe Ney: for making easier Enhydra integration <p> Philippe Durieux <p> Jeff Mesnil: for JOR ...
org.apache.axis.transport.jms.QueueConnector QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp 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.jboss.test.timer.ejb.OnCreateTimerMessageBean An MDB that obtains the TimerService during the ejbCreate callback. A timer is created in onMessage using this TimerService. It delays for 1 seconds and continues once a second for 10 seconds. @ejb.bean name="OnCreateTimerMDB" description="OnCreateTimerMDB unit test bean" destination-type="javax.j ...
org.jboss.webservice.transport.jms.JMSTransportSupport The abstract base class for MDBs that want to act as web service endpoints. A subclass should only need to implement the service endpoint interface. @author thomas.diesler@jboss.org
test.interfaces.QueueBeanUtil Utility class for QueueBean. @xdoclet-generated at 16-04-05 @copyright The XDoclet Team @author XDoclet @version 1.2.3
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 $