Uses of Class
org.objectweb.joram.client.jms.admin.AdministeredObject
-
Packages that use AdministeredObject Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. -
-
Uses of AdministeredObject in org.objectweb.joram.client.jms
Subclasses of AdministeredObject in org.objectweb.joram.client.jms Modifier and Type Class Description classConnectionFactoryImplements all thejavax.jms.ConnectionFactoryinterfaces.classDestinationImplements thejavax.jms.Destinationinterface and provides JORAM specific administration and monitoring methods.classQueueImplements thejavax.jms.Queueinterface.classQueueConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classTemporaryQueueImplements thejavax.jms.TemporaryQueueinterface.classTemporaryTopicImplements thejavax.jms.TemporaryTopicinterface.classTopicImplements thejavax.jms.Topicinterface.classTopicConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classXAConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classXAQueueConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classXATopicConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory. -
Uses of AdministeredObject in org.objectweb.joram.client.jms.admin
Subclasses of AdministeredObject in org.objectweb.joram.client.jms.admin Modifier and Type Class Description classAbstractConnectionFactoryImplements thejavax.jms.ConnectionFactoryinterface.classClusterConnectionFactoryA base class for clustered connection factories.classClusterDestinationA base class for clustered destinations.classClusterQueueClustered queue.classClusterTopicClustered topic.classDeadMQueueDeprecated.Since Joram 5.2.2 the DeadMQueue is a simply a Queue.classUserTheUserclass is a utility class needed for administering Joram users.Fields in org.objectweb.joram.client.jms.admin with type parameters of type AdministeredObject Modifier and Type Field Description (package private) Hashtable<String,AdministeredObject>JoramSaxWrapper. toBind -
Uses of AdministeredObject in org.objectweb.joram.client.jms.local
Subclasses of AdministeredObject in org.objectweb.joram.client.jms.local Modifier and Type Class Description classLocalConnectionFactoryALocalConnectionFactoryinstance is a factory of local connections.classQueueLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classTopicLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classXALocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classXAQueueLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classXATopicLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory. -
Uses of AdministeredObject in org.objectweb.joram.client.jms.tcp
Subclasses of AdministeredObject in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description classQueueTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classTcpConnectionFactoryATcpConnectionFactoryinstance is a factory of TCP connections.classTopicTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classXAQueueTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classXATcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classXATopicTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.
-