Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.jms.common.JMSException

Packages that use JMSException
weblogic.jms.common Provides exceptions for weblogic.jms.common
weblogic.jms.extensions WebLogic Server extensions to JMS. 

 

Uses of JMSException in weblogic.jms.common

 

Subclasses of JMSException in weblogic.jms.common
 class ConfigurationException
          This exception is thrown when a multicast consumer detects a sequence gap in the data stream.

 

Uses of JMSException in weblogic.jms.extensions

 

Subclasses of JMSException in weblogic.jms.extensions
 class ClientSAFDuplicateException
          This exception is delivered to a ClientSAF instance whenever a duplicate running ClientSAF instance is found bound to a given data file directory.
 class ConsumerClosedException
          ConsumerClosedException is delivered to the ExceptionListener for a session (if set), when one of session's consumer is closed by the server as a result of a server failure or administrative intervention.
 class DataOverrunException
          DataOverrunException is thrown by a multicast session when the number of messages received by the session, but not yet delivered to the messageListener, exceeds the maximum number of messages allowed for the session.
 class JMSOrderException
          A JMSOrderException is thrown when the operation cannot meet the requested ordering quality.
 class SequenceGapException
          This exception is thrown when a multicast consumer detects a sequence gap in the data stream.

 

Methods in weblogic.jms.extensions that throw JMSException
abstract  void IJMSModuleHelper.createConnectionFactory(String resourceName, String factoryName, String factoryJndiName, String targetName, JMSNamedEntityModifier modifier)
          Creates a JMS connection factory in the given JMS System resource module
abstract  void IJMSModuleHelper.createDestinationKey(String resourceName, String destinationKeyName, String property, String keyType, String sortOrder, JMSNamedEntityModifier modifier)
          Creates a DestinationKey Bean in the given JMS system resource module
abstract  void IJMSModuleHelper.createForeignConnectionFactory(String resourceName, String foreignServerName, String foreignConnectionFactoryName, String localJNDIName, String remoteJNDIName, String username, String password, JMSNamedEntityModifier modifier)
          Creates a foreign JMS connection factory in a given foreign server of a JMS system resource module
abstract  void IJMSModuleHelper.createForeignDestination(String resourceName, String foreignServerName, String foreignDestinationName, String localJNDIName, String remoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a foreign JMS destination in a given foreign server of a JMS system resource module
abstract  void IJMSModuleHelper.createForeignServer(String resourceName, String foreignServerName, String targetName, JMSNamedEntityModifier modifier)
          Creates a foreign JMS server in a given JMS system resource module
abstract  void IJMSModuleHelper.createJMSServer(String jmsServerName, String targetName, String storeName)
          Creates a JMSServer in the given scope.
abstract  void IJMSModuleHelper.createJMSSystemResource(String resourceName, String targetName)
          Creates a JMS System resource in the given scope
abstract  void IJMSModuleHelper.createPersistentStore(IJMSModuleHelper.StoreType storeType, String storeName, String targetName, PersistentStoreModifier modifier)
          Creates a persistent store in the given scope
abstract  void IJMSModuleHelper.createQueue(String resourceName, String jmsServerName, String queueName, String jndiName, JMSNamedEntityModifier modifier)
          Creates a JMS queue in a given JMS system resource module.
abstract  void IJMSModuleHelper.createQuota(String resourceName, String quotaName, JMSNamedEntityModifier modifier)
          Creates a quota in the given JMS system resource module
abstract  void IJMSModuleHelper.createSAFAgent(String safAgentName, String targetName, String storeName)
          Creates a SAFAgent in the given scope.
abstract  void IJMSModuleHelper.createSAFErrorHandling(String resourceName, String safErrorHandlingName, JMSNamedEntityModifier modifier)
          Creates a SAF error handling in the given JMS system resource module
abstract  void IJMSModuleHelper.createSAFImportedDestinations(String resourceName, String safImportedDestinationsName, String safRemoteContextName, String safErrorHandlingName, String targetName, JMSNamedEntityModifier modifier)
          Creates a SAF imported destinations group in the given JMS system resource module
abstract  void IJMSModuleHelper.createSAFQueue(String resourceName, String safImportedDestinationsName, String safQueueName, String safQueueRemoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a SAF queue in the given SAF imported destinations group
abstract  void IJMSModuleHelper.createSAFRemoteContext(String resourceName, String safRemoteContextName, JMSNamedEntityModifier modifier)
          Creates a SAF remote context in the given JMS system resource module
abstract  void IJMSModuleHelper.createSAFTopic(String resourceName, String safImportedDestinationsName, String safTopicName, String safTopicRemoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a SAF topic in the given SAF imported destinations group
abstract  void IJMSModuleHelper.createTemplate(String resourceName, String templateName, JMSNamedEntityModifier modifier)
          Creates a template in the given JMS system resource module
abstract  void IJMSModuleHelper.createTopic(String resourceName, String jmsServerName, String topicName, String jndiName, JMSNamedEntityModifier modifier)
          Creates a JMS topic in the given JMS system resource module
abstract  void IJMSModuleHelper.createUniformDistributedQueue(String resourceName, String uniformDistributedQueueName, String jndiName, String targetName, JMSNamedEntityModifier modifier)
          Create a uniform distributed queue in the given JMS Module and target it as stated.
abstract  void IJMSModuleHelper.createUniformDistributedTopic(String resourceName, String uniformDistributedTopicName, String jndiName, String targetName, JMSNamedEntityModifier modifier)
          Create a uniform distributed topic in the given JMS Module and target it as stated.
abstract  void IJMSModuleHelper.deleteConnectionFactory(String resourceName, String factoryName)
          Deletes a JMS connection factory in the given JMS System resource module
abstract  void IJMSModuleHelper.deleteDestinationKey(String resourceName, String destinationKeyName)
          Deletes the destination key bean from the given
abstract  void IJMSModuleHelper.deleteForeignConnectionFactory(String resourceName, String foreignServerName, String foreignConnectionFactoryName)
          Delete a foreign connection factory from the given foreign server in a resource
abstract  void IJMSModuleHelper.deleteForeignDestination(String resourceName, String foreignServerName, String foreignDestinationName)
          Delete a foreign destination from a given foreignServer in a resource
abstract  void IJMSModuleHelper.deleteForeignServer(String resourceName, String foreignServerName)
          Delete a foreign server and all its foreign connection factories and foreign destinations.
abstract  void IJMSModuleHelper.deleteJMSServer(String jmsServerName)
          Deletes a JMSServer in the given scope.
abstract  void IJMSModuleHelper.deleteJMSSystemResource(String resourceName)
          Deletes a JMS System resource in the given scope
abstract  void IJMSModuleHelper.deletePersistentStore(String storeName)
          Deletes a persistent store
abstract  void IJMSModuleHelper.deleteQueue(String resourceName, String queueName)
          Deletes a JMS queue in a given JMS system resource module.
abstract  void IJMSModuleHelper.deleteQuota(String resourceName, String quotaName)
          Deletes a quota from the given JMS system resource module
abstract  void IJMSModuleHelper.deleteSAFAgent(String safAgentName)
          Deletes a SAFAgent in the given scope.
abstract  void IJMSModuleHelper.deleteSAFErrorHandling(String resourceName, String safErrorHandlingName)
          Delete a SAF error handling from the given JMS system resource module
abstract  void IJMSModuleHelper.deleteSAFImportedDestinations(String resourceName, String safImportedDestinationsName)
          Deletes a SAF imported destinations group and all its SAF queues and SAF topics.
abstract  void IJMSModuleHelper.deleteSAFQueue(String resourceName, String safImportedDestinationsName, String safQueueName)
          Deletes a SAF queue from the given SAF imported Destinations group.
abstract  void IJMSModuleHelper.deleteSAFRemoteContext(String resourceName, String safRemoteContextName)
          Deletes a SAF remote context from the given JMS system resource module
abstract  void IJMSModuleHelper.deleteSAFTopic(String resourceName, String safImportedDestinationsName, String safTopicName)
          Delete a SAF topic from the given SAF imported destinations group.
abstract  void IJMSModuleHelper.deleteTemplate(String resourceName, String templateName)
          Deletes a template from the given JMS system resource module
abstract  void IJMSModuleHelper.deleteTopic(String resourceName, String topicName)
          Deletes a topic from the given JMS system resource module
abstract  void IJMSModuleHelper.deleteUniformDistributedQueue(String resourceName, String uniformDistributedQueueName)
          Deletes a uniform distributed queue in the given JMS Module
abstract  void IJMSModuleHelper.deleteUniformDistributedTopic(String resourceName, String uniformDistributedTopicName)
          Deletes a uniform distributed topic in the given JMS Module
abstract  void IJMSModuleHelper.deployJMSServer(String jmsServerName, String targetName)
          Deploy a JMSServer and in turn advertise all the destinations on that JMSServer to the JNDI tree of the target server.
abstract  void IJMSModuleHelper.deploySAFAgent(String safAgentName, String targetName)
          Deploy a SAFAgent and in turn advertise all the imported destinations of that SAFAgent to the JNDI tree of the target servers/clusters.
abstract  void IJMSModuleHelper.findAndModifyEntity(String resourceName, String entityName, String entityType, JMSNamedEntityModifier modifier)
          Helper API to find and modify a JMS Module managed entity from the given JMS system resource.
abstract  JMSSystemResourceMBean IJMSModuleHelper.findJMSSystemResource(String resourceName)
          Finder for a JMSSystemResourceMBean in the given scope
static JMSConnectionRuntimeMBean JMSRuntimeHelper.getJMSConnectionRuntimeMBean(Context ctx, Connection connection)
          Retrieve the JMS connection runtime MBean for the associated JMS connection.
static JMSDestinationRuntimeMBean JMSRuntimeHelper.getJMSDestinationRuntimeMBean(Context ctx, String jmsServerName, String destinationName)
          Retrieve the JMS destination runtime MBean for the specified JMS destination name on the specified JMS server.
static JMSDestinationRuntimeMBean JMSRuntimeHelper.getJMSDestinationRuntimeMBean(Context ctx, Destination destination)
          Retrieve the JMS destination runtime MBean for the associated JMS destination.
static JMSConsumerRuntimeMBean JMSRuntimeHelper.getJMSMessageConsumerRuntimeMBean(Context ctx, MessageConsumer messageConsumer)
          Retrieve the JMS consumer runtime MBean for the associated JMS message consumer.
static JMSProducerRuntimeMBean JMSRuntimeHelper.getJMSMessageProducerRuntimeMBean(Context ctx, MessageProducer messageProducer)
          Retrieve the JMS producer runtime MBean for the associated JMS message producer.
static JMSServerRuntimeMBean JMSRuntimeHelper.getJMSServerRuntimeMBean(Context ctx, Destination destination)
          Retrieve the JMS server runtime MBean hosting the associated JMS destination.
static JMSServerRuntimeMBean JMSRuntimeHelper.getJMSServerRuntimeMBean(Context ctx, String mbeanName)
          Retrieve the JMS server runtime MBean for the specified JMS server name.
static JMSSessionRuntimeMBean JMSRuntimeHelper.getJMSSessionRuntimeMBean(Context ctx, Session customerSession)
          Retrieve the JMS customerSession runtime MBean for the associated JMS customerSession.
 String JMSRuntimeHelper.newJMSMessageIDToOld(String messageId)
          Convert WebLogic JMS 6.0 JMSMessageID format to the pre-6.0 format.
 String JMSRuntimeHelper.oldJMSMessageIDToNew(String messageId, long timeStamp)
          Convert WebLogic JMS pre-6.0 JMSMessageID format into the 6.0 format.
abstract  void IJMSModuleHelper.undeployJMSServer(String jmsServerName)
          Undeploy a JMSServer and in turn unadvertises all the destinations on that JMSServer from the JNDI tree of the target server.
abstract  void IJMSModuleHelper.undeploySAFAgent(String safAgentName)
          Undeploy a SAFAgent and in turn unadvertises all the destinations on that SAFAgent from the JNDI tree of the target server.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09