Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Interface
weblogic.jms.extensions.JMSNamedEntityModifier

Packages that use JMSNamedEntityModifier
weblogic.jms.extensions WebLogic Server extensions to JMS. 
 

Uses of JMSNamedEntityModifier in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions with parameters of type JMSNamedEntityModifier
static void JMSModuleHelper.createConnectionFactory(Context ctx, String resourceName, String factoryName, String factoryJndiName, String targetName, JMSNamedEntityModifier modifier)
          Creates a JMS connection factory in the given JMS System resource module
static void JMSModuleHelper.createConnectionFactory(weblogic.management.configuration.DomainMBean domain, String resourceName, String factoryName, String factoryJndiName, String targetName, JMSNamedEntityModifier modifier)
          Creates a JMS connection factory in the given JMS System resource module
static void JMSModuleHelper.createDestinationKey(Context ctx, String resourceName, String destinationKeyName, String property, String keyType, String sortOrder, JMSNamedEntityModifier modifier)
          Creates a DestinationKey Bean in the given JMS system resource module
static void JMSModuleHelper.createDestinationKey(weblogic.management.configuration.DomainMBean domain, String resourceName, String destinationKeyName, String property, String keyType, String sortOrder, JMSNamedEntityModifier modifier)
          Creates a DestinationKey Bean in the given JMS system resource module
static void JMSModuleHelper.createDistributedQueue(Context ctx, String resourceName, String distributedQueueName, String jndiName, JMSNamedEntityModifier modifier)
          Create a distributed queue and its members in the given JMS Module and target them on the specified JMS servers
static void JMSModuleHelper.createDistributedQueue(weblogic.management.configuration.DomainMBean domain, String resourceName, String distributedQueueName, String jndiName, JMSNamedEntityModifier modifier)
          Create a distributed queue and its members in the given JMS Module and target them on the specified JMS servers
static void JMSModuleHelper.createDistributedQueueMember(Context ctx, String resourceName, String distributedQueueName, String distributedQueueMemberName, int weight, JMSNamedEntityModifier modifier)
          Create a distributed queue member for a given distributed queue in a given JMS Module.
static void JMSModuleHelper.createDistributedQueueMember(weblogic.management.configuration.DomainMBean domain, String resourceName, String distributedQueueName, String distributedQueueMemberName, int weight, JMSNamedEntityModifier modifier)
          Create a distributed queue member for a given distributed queue in a given JMS Module.
static void JMSModuleHelper.createDistributedTopic(Context ctx, String resourceName, String distributedTopicName, String jndiName, JMSNamedEntityModifier modifier)
          Create a distributed topic and its members in the given JMS Module and target them on the specified JMS servers.
static void JMSModuleHelper.createDistributedTopic(weblogic.management.configuration.DomainMBean domain, String resourceName, String distributedTopicName, String jndiName, JMSNamedEntityModifier modifier)
          Create a distributed topic and its members in the given JMS Module and target them on the specified JMS servers.
static void JMSModuleHelper.createDistributedTopicMember(Context ctx, String resourceName, String distributedTopicName, String distributedTopicMemberName, int weight, JMSNamedEntityModifier modifier)
          Create a distributed topic member for a given distributed topic in a given JMS Module.
static void JMSModuleHelper.createDistributedTopicMember(weblogic.management.configuration.DomainMBean domain, String resourceName, String distributedTopicName, String distributedTopicMemberName, int weight, JMSNamedEntityModifier modifier)
          Create a distributed topic member for a given distributed topic in a given JMS Module.
static void JMSModuleHelper.createForeignConnectionFactory(Context ctx, String resourceName, String foreignServerName, String foreignConnectionFactoryName, String localJNDIName, String remoteJNDIName, String username, String password, JMSNamedEntityModifier modifier)
          Creates a foreign JMS connection factgory in a given foreign server of a JMS system resource module
static void JMSModuleHelper.createForeignConnectionFactory(weblogic.management.configuration.DomainMBean domain, String resourceName, String foreignServerName, String foreignConnectionFactoryName, String localJNDIName, String remoteJNDIName, String username, String password, JMSNamedEntityModifier modifier)
          Creates a foreign JMS connection factgory in a given foreign server of a JMS system resource module
static void JMSModuleHelper.createForeignDestination(Context ctx, 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
static void JMSModuleHelper.createForeignDestination(weblogic.management.configuration.DomainMBean domain, 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
static void JMSModuleHelper.createForeignServer(Context ctx, String resourceName, String foreignServerName, String targetName, JMSNamedEntityModifier modifier)
          Creates a foriegn JMS server in a given JMS system resource module
static void JMSModuleHelper.createForeignServer(weblogic.management.configuration.DomainMBean domain, String resourceName, String foreignServerName, String targetName, JMSNamedEntityModifier modifier)
          Creates a foriegn JMS server in a given JMS system resource module
static void JMSModuleHelper.createQueue(Context ctx, String resourceName, String jmsServerName, String queueName, String jndiName, JMSNamedEntityModifier modifier)
          Creates a JMS queue in a given JMS system resource module.
static void JMSModuleHelper.createQueue(weblogic.management.configuration.DomainMBean domain, String resourceName, String jmsServerName, String queueName, String jndiName, JMSNamedEntityModifier modifier)
          Creates a JMS queue in a given JMS system resource module.
static void JMSModuleHelper.createQuota(Context ctx, String resourceName, String quotaName, String targetName, JMSNamedEntityModifier modifier)
          Creates the QuotaBean in the given JMS system resource module
static void JMSModuleHelper.createQuota(weblogic.management.configuration.DomainMBean domain, String resourceName, String quotaName, String targetName, JMSNamedEntityModifier modifier)
          Creates the QuotaBean in the given JMS system resource module
static void JMSModuleHelper.createSAFErrorHandling(Context ctx, String resourceName, String safErrorHandlingName, JMSNamedEntityModifier modifier)
          Creates a SAF error handling in a given JMS system resource
static void JMSModuleHelper.createSAFErrorHandling(weblogic.management.configuration.DomainMBean domain, String resourceName, String safErrorHandlingName, JMSNamedEntityModifier modifier)
          Creates a SAF error handling in a given JMS system resource
static void JMSModuleHelper.createSAFImportedDestinations(Context ctx, String resourceName, String safImportedDestinationsName, String safRemoteContextName, String targetName, JMSNamedEntityModifier modifier)
          Creates a SAF imported destination group in a given JMS system resource
static void JMSModuleHelper.createSAFImportedDestinations(weblogic.management.configuration.DomainMBean domain, String resourceName, String safImportedDestinationsName, String safRemoteContextName, String targetName, JMSNamedEntityModifier modifier)
          Creates a SAF imported destination group in a given JMS system resource
static void JMSModuleHelper.createSAFQueue(Context ctx, String resourceName, String safImportedDestinationsName, String safQueueName, String safQueueRemoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a SAF queue in a given SAF imported destinations group of JMS system resource module
static void JMSModuleHelper.createSAFQueue(weblogic.management.configuration.DomainMBean domain, String resourceName, String safImportedDestinationsName, String safQueueName, String safQueueRemoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a SAF queue in a given SAF imported destinations group of JMS system resource module
static void JMSModuleHelper.createSAFRemoteContext(Context ctx, String resourceName, String safRemoteContextName, JMSNamedEntityModifier modifier)
          Creates a SAF remote context in a given JMS system resource
static void JMSModuleHelper.createSAFRemoteContext(weblogic.management.configuration.DomainMBean domain, String resourceName, String safRemoteContextName, JMSNamedEntityModifier modifier)
          Creates a SAF remote context in a given JMS system resource
static void JMSModuleHelper.createSAFTopic(Context ctx, String resourceName, String safImportedDestinationsName, String safTopicName, String safTopicRemoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a SAF topic in a given SAF imported destinations group of JMS system resource module
static void JMSModuleHelper.createSAFTopic(weblogic.management.configuration.DomainMBean domain, String resourceName, String safImportedDestinationsName, String safTopicName, String safTopicRemoteJNDIName, JMSNamedEntityModifier modifier)
          Creates a SAF topic in a given SAF imported destinations group of JMS system resource module
static void JMSModuleHelper.createTemplate(Context ctx, String resourceName, String templateName, JMSNamedEntityModifier modifier)
          Creates a TemplateBean in the given JMS resource using Context provided
static void JMSModuleHelper.createTemplate(weblogic.management.configuration.DomainMBean domain, String resourceName, String templateName, JMSNamedEntityModifier modifier)
          Creates a TemplateBean in the given JMS resource using Context provided
static void JMSModuleHelper.createTopic(Context ctx, String resourceName, String jmsServerName, String topicName, String jndiName, JMSNamedEntityModifier modifier)
          Creates a JMS topic in a given JMS system resource module This method updates the following: The JMS system resource with the given resource name is modified by this call.
static void JMSModuleHelper.createTopic(weblogic.management.configuration.DomainMBean domain, String resourceName, String jmsServerName, String topicName, String jndiName, JMSNamedEntityModifier modifier)
          Creates a JMS topic in a given JMS system resource module This method updates the following: The JMS system resource with the given resource name is modified by this call.
static void JMSModuleHelper.createUniformDistributedQueue(Context ctx, 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.
static void JMSModuleHelper.createUniformDistributedQueue(weblogic.management.configuration.DomainMBean domain, 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.
static void JMSModuleHelper.createUniformDistributedTopic(Context ctx, 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.
static void JMSModuleHelper.createUniformDistributedTopic(weblogic.management.configuration.DomainMBean domain, 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.
static void JMSModuleHelper.findAndModifyEntity(Context ctx, 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.
static void JMSModuleHelper.findAndModifyEntity(weblogic.management.configuration.DomainMBean domain, 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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02