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