KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.objectweb.joram.client.jms.StreamMessage
    Implements the <code>javax.jms.StreamMessage</code> interface.
  • org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
    Test the conversion of primitive types for the <code>javax.jms.Message</code> properties. <br /> See JMS Specification, §3.5.4 Property Value Conversion and the corresponding table (p.33-34). <br /> The method name <code>testXXX2YYY</code> means that we test if ...
  • org.objectweb.joram.client.jms.Session
    Implements the <code>javax.jms.Session</code> interface.
  • org.objectweb.joram.client.jms.BytesMessage
    Implements the <code>javax.jms.BytesMessage</code> interface.
  • org.objectweb.joram.client.jms.Message
    Implements the <code>javax.jms.Message</code> interface. <p> A Joram message wraps a proprietary MOM message which is actually the effective MOM transport facility for the JMS operations.
  • org.jboss.mq.SpyMessage
    This class implements javax.jms.Message @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @author David Maplesden (David.Maplesden@orion.co.nz) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.27.6.2 $
  • org.jboss.jms.message.standard.StandardMessage
    A standard message @author <a HREF="mailto:adrian@jboss.org>Adrian Brock</a> @version $Revision: 1.3 $
  • org.exolab.jms.message.MessageImpl
    This class implements the javax.jms.Message interface. @version $Revision: 1.2 $ $Date: 2005/03/18 03:50:12 $ @author <a HREF="mailto:mourikis@exolab.org">Jim Mourikis</a> @see javax.jms.Message
  • org.exolab.jms.client.JmsSession
    Client implementation of the <code>javax.jms.Session</code> interface. @author <a HREF="mailto:jima@exoffice.com">Jim Alateras</a> @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.2 $ $Date: 2005/03/18 03:36:37 $ The owner o ...
  • org.jboss.jms.serverless.MessageImpl
    @author Ovidiu Feodorov <ovidiu@jboss.org> @version $Revision: 1.1 $ $Date: 2004/04/15 22:54:19 $
  • org.jboss.mq.server.TracingInterceptor
    A pass through Interceptor, wich will trace all calls. @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.10 $
  • 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.jbossmq.MQBase
    JMS tests base class. Your test extends this class, and can then use common methods. To do the tests you use TopicWorker or QueueWorker and the MessageCreator, MessageFilter and perhaps MessageQos classes, directly or by extending them. You can change the connection factories and destinations us ...
  • org.jboss.jms.BytesMessageImpl
    @author <a HREF="mailto:nathan@jboss.org">Nathan Phelps</a> @version $Revision: 1.2 $ $Date: 2003/08/21 10:07:04 $
  • 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.exolab.jms.message.BytesMessageImpl
    This class implements the {@link BytesMessage} interface. @version $Revision: 1.2 $ $Date: 2005/03/18 03:50:12 $ @author <a HREF="mailto:mourikis@intalio.com">Jim Mourikis</a> @author <a HREF="mailto:tima@netspace.net.au">Tim Anderson</a> @see BytesMe ...
  • 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: ...
  • com.caucho.jms.message.BytesMessageImpl
    A byte-stream message.
  • org.objectweb.joram.client.jms.XASession
    Implements the <code>javax.jms.XASession</code> interface. <p> An XA session actually extends the behaviour of a normal session by providing an XA resource representing it to a Transaction Manager, so that it is part of a distributed transaction. The XASession wraps what looks li ...
  • org.exolab.jms.administration.net.JmsAdminConnectionImpl
    This class is repsonsible for an admin connection to the RMI server @author <a HREF="mailto:mourikis@intalio.com">Jim Mourikis</a> @version $Revision: 1.2 $ $Date: 2005/05/03 13:57:11 $ @see org.exolab.jms.administration.AdminConnectionFactory
  • org.jboss.mq.SpyMapMessage
    This class implements javax.jms.MapMessage @author Norbert Lataille (Norbert.Lataille@m4x.org) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.11.6.2 $
  • org.jboss.mq.SpyStreamMessage
    This class implements javax.jms.StreamMessage @author Norbert Lataille (Norbert.Lataille@m4x.org) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.9.6.2 $
  • 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 ...
  • com.mockobjects.jms.MockMapMessage
    MockMapMessage @author ggalli@e-tree.com @version $Revision: 1.1 $
  • org.jboss.resource.adapter.jms.JmsStreamMessage
    A wrapper for a message @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.1 $
  • org.jboss.jms.StreamMessageImpl
    @author <a HREF="mailto:nathan@jboss.org">Nathan Phelps</a> @version $Revision: 1.2 $ $Date: 2003/08/21 10:07:04 $
  • org.jboss.mq.server.JMSServerInterceptorSupport
    A pass through JMSServerInvoker. @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.5 $
  • org.jboss.jms.client.JBossConnection
    A connection @author <a HREF="mailto:adrian@jboss.org>Adrian Brock</a> @version $Revision: 1.3 $
  • 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.exolab.jms.server.net.RemoteServerSession
    Implementation of the {@link ServerSession} interface which wraps an {@link ServerSession} to make it remotable. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.2 $ $Date: 2005/06/13 23:05:45 $
  • org.jboss.mq.pm.jdbc2.PersistenceManager
    This class manages all persistence related services for JDBC based persistence. @jmx:mbean extends="org.jboss.system.ServiceMBean, org.jboss.mq.pm.PersistenceManagerMBean, org.jboss.mq.pm.CacheStoreMBean" @author Jayesh Parayali (jayeshpk1@yahoo.com) @author Hiram Chirino (cojonudo14@hotmail.com ...
  • org.jboss.jms.util.MessageProperties
    Overrides {@link JMSMap} to enforce the message property specific conversion rules specified in section 3.5.4 of the JMS specification. Additionally, enforces naming restrictions imposed on property names in section 3.5.1 of the JMS specification. @author <a HREF="mailto:nathan@jboss.org">N ...
  • org.objectweb.joram.mom.util.BridgeUnifiedModule
    The <code>BridgeUnifiedModule</code> class is a bridge module based on the JMS 1.1 unified semantics and classes.
  • org.jboss.mq.security.ServerSecurityInterceptor
    ServerSecurityInvoker.java @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.6 $
  • org.jboss.mq.SpyConnection
    This class implements javax.jms.QueueConnection and javax.jms.TopicConnection @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.15.6.2 $
  • org.springframework.jms.core.JmsTemplate102Tests
    Unit tests for the JmsTemplate implemented using JMS 1.0.2. @author Andre Biryukov @author Mark Pollack
  • com.caucho.jms.selector.SelectorParser
    Parsing the selector.
  • org.jboss.mq.pm.none.PersistenceManager
    A persistence manager and cache store that does not persistence. It can do persistence by delegating to a real persistence manager, depending upon destination configuration. @jmx:mbean extends="org.jboss.system.ServiceMBean, org.jboss.mq.pm.PersistenceManagerMBean, org.jboss.mq.pm.CacheStoreMBea ...
  • org.objectweb.joram.client.jms.ha.tcp.HATcpConnection
  • com.mockobjects.jms.MockMessageConsumer
  • com.caucho.jms.jdbc.JdbcQueueConsumer
    Represents a JDBC queue consumer.
  • org.springframework.jms.core.JmsTemplate102
    A subclass of JmsTemplate that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTemplate itself. This class can be used for JMS 1.0.2 providers, offering the same API as JmsTemplate does for JMS 1.1 providers. <p>You must specify the domain or style of messaging ...
  • org.jboss.jms.asf.StdServerSessionPool
    Implementation of ServerSessionPool. <p> Created: Thu Dec 7 17:02:03 2000 @author <a HREF="mailto:peter.antman@tim.se">Peter Antman</a> . @author <a HREF="mailto:hiram.chirino@jboss.org">Hiram Chirino</a> . @version $Revision: 1.25.4.2 $
  • org.jboss.mq.sm.StateManager
    Interface for StateManager. A StateManager is a manager that manages states that has to do with clients users and durable subscription. A state manager most know how to persist information regarding durable subscriptions. It should also hold all current clientID's that are connected to the serv ...
  • org.exolab.jms.client.JmsTopicPublisher
    Client implementation of the <code>javax.jms.TopicPublisher</code> interface. @author <a HREF="mailto:jima@comware.com.au">Jim Alateras</a> @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.2 $ $Date: 2005/03/18 03:36:37 $ Co ...
  • org.jboss.mq.server.NonPersistentInterceptor
    Makes all messages Non Persistent @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.2 $
  • com.caucho.jms.session.QueueConnectionImpl
    A sample queue connection factory.
  • org.jboss.mq.SpyQueueReceiver
    This class implements javax.jms.QueueReceiver @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.9 $
  • org.objectweb.joram.client.jms.local.XALocalConnectionFactory
    An <code>XALocalConnectionFactory</code> instance is a factory of local connections dedicated to XA communication.
Popular Tags