| Package | Description | 
|---|---|
| weblogic.deploy.api.tools | Provides convenience classes to obtain a  WebLogicDeploymentManager, populate a configuration for an application, and 
create a new or updated deployment plan. | 
| weblogic.jms.extensions | WebLogic Server extensions to JMS. | 
| weblogic.management | Provides for the configuration, control and monitoring of a WebLogic Domain. | 
| weblogic.management.configuration | |
| weblogic.management.mbeanservers.domainruntime | Provides interfaces for  weblogic.management.mbeanservers.domainruntime. | 
| weblogic.management.mbeanservers.edit | Provides interfaces and exceptions for  weblogic.management.mbeanservers.edit. | 
| weblogic.management.mbeanservers.runtime | Provides interfaces for  weblogic.management.mbeanservers.runtime. | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetModuleID[] | SessionHelper. getDefaultJMSTargetModuleIDs(DomainMBean domain,
                            TargetMBean[] deploymentTargets,
                            String appName,
                            String name)Creates TargetModuleID objects for a JMS module contained withing this application. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | JMSModuleHelper. createConnectionFactory(DomainMBean domain,
                       String resourceName,
                       String factoryName,
                       String factoryJndiName,
                       String targetName)Creates a JMS connection factory in the given JMS System resource module | 
| static void | JMSModuleHelper. createConnectionFactory(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(DomainMBean domain,
                    String resourceName,
                    String destinationKeyName,
                    String property,
                    String keyType,
                    String sortOrder)Creates a DestinationKey Bean in the given JMS system resource module | 
| static void | JMSModuleHelper. createDestinationKey(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(DomainMBean domain,
                      String resourceName,
                      String distributedQueueName,
                      String jndiName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedQueue(DomainMBean domain,
                      String resourceName,
                      String distributedQueueName,
                      String jndiName,
                      JMSNamedEntityModifier modifier)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedQueueMember(DomainMBean domain,
                            String resourceName,
                            String distributedQueueName,
                            String distributedQueueMemberName,
                            int weight)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedQueueMember(DomainMBean domain,
                            String resourceName,
                            String distributedQueueName,
                            String distributedQueueMemberName,
                            int weight,
                            JMSNamedEntityModifier modifier)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedTopic(DomainMBean domain,
                      String resourceName,
                      String distributedTopicName,
                      String jndiName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedTopic(DomainMBean domain,
                      String resourceName,
                      String distributedTopicName,
                      String jndiName,
                      JMSNamedEntityModifier modifier)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedTopicMember(DomainMBean domain,
                            String resourceName,
                            String distributedTopicName,
                            String distributedTopicMemberName,
                            int weight)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createDistributedTopicMember(DomainMBean domain,
                            String resourceName,
                            String distributedTopicName,
                            String distributedTopicMemberName,
                            int weight,
                            JMSNamedEntityModifier modifier)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. createForeignConnectionFactory(DomainMBean domain,
                              String resourceName,
                              String foreignServerName,
                              String foreignConnectionFactoryName,
                              String localJNDIName,
                              String remoteJNDIName,
                              String username,
                              String password)Creates a foreign JMS connection factgory in a given foreign server of a
 JMS system resource module | 
| static void | JMSModuleHelper. createForeignConnectionFactory(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(DomainMBean domain,
                        String resourceName,
                        String foreignServerName,
                        String foreignDestinationName,
                        String localJNDIName,
                        String remoteJNDIName)Creates a foreign JMS destination in a given foreign server of a
 JMS system resource module | 
| static void | JMSModuleHelper. createForeignDestination(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(DomainMBean domain,
                   String resourceName,
                   String foreignServerName,
                   String targetName)Creates a foriegn JMS server in a given JMS system resource module | 
| static void | JMSModuleHelper. createForeignServer(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. createJMSServer(DomainMBean domain,
               String jmsServerName,
               String targetName)Creates a JMSServer in a given WebLogic domain. | 
| static void | JMSModuleHelper. createJMSSystemResource(DomainMBean domain,
                       String resourceName,
                       String targetName)Creates a JMS System resource in the given domain idenetified by the ctx | 
| static void | JMSModuleHelper. createQueue(DomainMBean domain,
           String resourceName,
           String jmsServerName,
           String queueName,
           String jndiName)Creates a JMS queue in a given JMS system resource module. | 
| static void | JMSModuleHelper. createQueue(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(DomainMBean domain,
           String resourceName,
           String quotaName,
           String targetName)Creates the QuotaBean in the given JMS system resource module | 
| static void | JMSModuleHelper. createQuota(DomainMBean domain,
           String resourceName,
           String quotaName,
           String targetName,
           JMSNamedEntityModifier modifier)Creates the QuotaBean in the given JMS system resource module | 
| static void | JMSModuleHelper. createSAFAgent(DomainMBean domain,
              String safAgentName,
              String targetName)Creates a SAFAgent in a given WebLogic domain. | 
| static void | JMSModuleHelper. createSAFErrorHandling(DomainMBean domain,
                      String resourceName,
                      String safErrorHandlingName)Creates a SAF error handling in a given JMS system resource | 
| static void | JMSModuleHelper. createSAFErrorHandling(DomainMBean domain,
                      String resourceName,
                      String safErrorHandlingName,
                      JMSNamedEntityModifier modifier)Creates a SAF error handling in a given JMS system resource | 
| static void | JMSModuleHelper. createSAFImportedDestinations(DomainMBean domain,
                             String resourceName,
                             String safImportedDestinationsName,
                             String safRemoteContextName,
                             String targetName)Creates a SAF imported destination group in a given JMS system resource | 
| static void | JMSModuleHelper. createSAFImportedDestinations(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(DomainMBean domain,
              String resourceName,
              String safImportedDestinationsName,
              String safQueueName,
              String safQueueRemoteJNDIName)Creates a SAF queue in a given SAF imported destinations group of
 JMS system resource module | 
| static void | JMSModuleHelper. createSAFQueue(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(DomainMBean domain,
                      String resourceName,
                      String safRemoteContextName)Creates a SAF remote context in a given JMS system resource | 
| static void | JMSModuleHelper. createSAFRemoteContext(DomainMBean domain,
                      String resourceName,
                      String safRemoteContextName,
                      JMSNamedEntityModifier modifier)Creates a SAF remote context in a given JMS system resource | 
| static void | JMSModuleHelper. createSAFTopic(DomainMBean domain,
              String resourceName,
              String safImportedDestinationsName,
              String safTopicName,
              String safTopicRemoteJNDIName)Creates a SAF topic in a given SAF imported destinations group of
 JMS system resource module | 
| static void | JMSModuleHelper. createSAFTopic(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(DomainMBean domain,
              String resourceName,
              String templateName)Creates a TemplateBean in the given JMS resource using Context provided | 
| static void | JMSModuleHelper. createTemplate(DomainMBean domain,
              String resourceName,
              String templateName,
              JMSNamedEntityModifier modifier)Creates a TemplateBean in the given JMS resource using Context provided | 
| static void | JMSModuleHelper. createTopic(DomainMBean domain,
           String resourceName,
           String jmsServerName,
           String topicName,
           String jndiName)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(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(DomainMBean domain,
                             String resourceName,
                             String uniformDistributedQueueName,
                             String jndiName,
                             String targetName)Create a uniform distributed queue in the given JMS Module and
 target it as stated. | 
| static void | JMSModuleHelper. createUniformDistributedQueue(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(DomainMBean domain,
                             String resourceName,
                             String uniformDistributedTopicName,
                             String jndiName,
                             String targetName)Create a uniform distributed topic in the given JMS Module and
 target it as stated. | 
| static void | JMSModuleHelper. createUniformDistributedTopic(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. deleteConnectionFactory(DomainMBean domain,
                       String resourceName,
                       String factoryName)Deletes a JMS connection factory from the given JMS System resource | 
| static void | JMSModuleHelper. deleteDestinationKey(DomainMBean domain,
                    String resourceName,
                    String destinationKeyName)Deletes the destination key bean from the given | 
| static void | JMSModuleHelper. deleteDistributedQueue(DomainMBean domain,
                      String resourceName,
                      String distributedQueueName,
                      boolean deleteMembers)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. deleteDistributedQueueMember(DomainMBean domain,
                            String resourceName,
                            String distributedQueueName,
                            String distributedQueueMemberName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. deleteDistributedTopic(DomainMBean domain,
                      String resourceName,
                      String distributedTopicName,
                      boolean deleteMembers)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. deleteDistributedTopicMember(DomainMBean domain,
                            String resourceName,
                            String distributedTopicName,
                            String distributedTopicMemberName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static void | JMSModuleHelper. deleteForeignConnectionFactory(DomainMBean domain,
                              String resourceName,
                              String foreignServerName,
                              String foreignConnectionFactoryName)Delete a foreign connection factory from the given foreign server in a resource | 
| static void | JMSModuleHelper. deleteForeignDestination(DomainMBean domain,
                        String resourceName,
                        String foreignServerName,
                        String foreignDestinationName)Delete a foreign destination from a given foreignServer in a resource | 
| static void | JMSModuleHelper. deleteForeignServer(DomainMBean domain,
                   String resourceName,
                   String foreignServerName)Delete a foreign server and all its foreign connection factories and
 foreign destinations. | 
| static void | JMSModuleHelper. deleteJMSServer(DomainMBean domain,
               String jmsServerName)Delete a JMSServer from the given WebLogic domain. | 
| static void | JMSModuleHelper. deleteJMSSystemResource(DomainMBean domain,
                       String resourceName)Removes the given JMS System Resource from the domain identified by admin URL | 
| static void | JMSModuleHelper. deleteQueue(DomainMBean domain,
           String resourceName,
           String queueName)Deletes a JMS queue from the given JMS system resource module. | 
| static void | JMSModuleHelper. deleteQuota(DomainMBean domain,
           String resourceName,
           String quotaName)Deletes the QuotaBean from the given JMS System resource module | 
| static void | JMSModuleHelper. deleteSAFAgent(DomainMBean domain,
              String safAgentName)Delete a SAFAgent from the given WebLogic domain. | 
| static void | JMSModuleHelper. deleteSAFErrorHandling(DomainMBean domain,
                      String resourceName,
                      String safErrorHandlingName)Delete a SAF error handling. | 
| static void | JMSModuleHelper. deleteSAFImportedDestinations(DomainMBean domain,
                             String resourceName,
                             String safImportedDestinationsName)Delete a SAF imported destinations and all its SAF queues and SAF topics. | 
| static void | JMSModuleHelper. deleteSAFQueue(DomainMBean domain,
              String resourceName,
              String safImportedDestinationsName,
              String safQueueName)Delete a SAF Queue from a given SAF imported Destinations. | 
| static void | JMSModuleHelper. deleteSAFRemoteContext(DomainMBean domain,
                      String resourceName,
                      String safRemoteContextName)Delete a SAF remote context. | 
| static void | JMSModuleHelper. deleteSAFTopic(DomainMBean domain,
              String resourceName,
              String safImportedDestinationsName,
              String safTopicName)Delete a SAF Topic from a given SAF imported Destinations. | 
| static void | JMSModuleHelper. deleteTemplate(DomainMBean domain,
              String resourceName,
              String templateName)Deletes the TemplateBean from a given JMS system resource module | 
| static void | JMSModuleHelper. deleteTopic(DomainMBean domain,
           String resourceName,
           String topicName)Deletes a JMS topic from the given JMS system resource module. | 
| static void | JMSModuleHelper. deleteUniformDistributedQueue(DomainMBean domain,
                             String resourceName,
                             String queueName)Deletes a JMS uniform distributed queue from the given JMS system resource module. | 
| static void | JMSModuleHelper. deleteUniformDistributedTopic(DomainMBean domain,
                             String resourceName,
                             String topicName)Deletes a JMS uniform distributed topic from the given JMS system resource module. | 
| static void | JMSModuleHelper. deployJMSServer(DomainMBean domain,
               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. | 
| static void | JMSModuleHelper. deploySAFAgent(DomainMBean domain,
              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. | 
| static void | JMSModuleHelper. findAndModifyEntity(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. | 
| static String[] | JMSModuleHelper. getDistributedQueueMemberJndiNames(DomainMBean domain,
                                  String resourceName,
                                  String distributedQueueName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static String[] | JMSModuleHelper. getDistributedQueueMemberNames(DomainMBean domain,
                              String resourceName,
                              String distributedQueueName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static String[] | JMSModuleHelper. getDistributedTopicMemberJndiNames(DomainMBean domain,
                                  String resourceName,
                                  String distributedTopicName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| static String[] | JMSModuleHelper. getDistributedTopicMemberNames(DomainMBean domain,
                              String resourceName,
                              String distributedTopicName)Deprecated. 
 12.2.1.0, since Weighted Distributed Destination has been
 deprecated and replaced by Uniform Distributed Destination | 
| IJMSModuleHelper | JMSModuleHelperFactory. getHelper(DomainMBean domain,
         String partitionName,
         IJMSModuleHelper.ScopeType scopeType,
         String scopeName)Creates a JMS Module Helper. | 
| static void | JMSModuleHelper. undeployJMSServer(DomainMBean domain,
                 String jmsServerName)Undeploy a JMSServer and in turn unadvertises all the destinations
 on that JMSServer from the JNDI tree of the target server. | 
| static void | JMSModuleHelper. undeploySAFAgent(DomainMBean domain,
                String safAgentName)Undeploy a SAFAgent and in turn unadvertises all the destinations
 on that SAFAgent from the JNDI tree of the target server. | 
| Modifier and Type | Method and Description | 
|---|---|
| DomainMBean | MBeanHome. getActiveDomain()Deprecated.  Returns the name of the WebLogic Server domain to which the server that is
 hosting this  MBeanHomeinstance belongs. | 
| Modifier and Type | Method and Description | 
|---|---|
| DomainMBean | AdminServerMBean. getActiveDomain()Deprecated. 
 9.0.0.0 | 
| Modifier and Type | Method and Description | 
|---|---|
| DomainMBean | DomainRuntimeServiceMBean. findDomainConfiguration(String serverName)Returns the active  DomainMBeanfor the specified server. | 
| DomainMBean | DomainRuntimeServiceMBean. getDomainConfiguration()Contains the active  DomainMBeanfor the current
 WebLogic Server domain. | 
| DomainMBean | DomainRuntimeServiceMBean. getDomainPending()Contains a read-only version of the pending  DomainMBeanfor the current WebLogic Server domain. | 
| Modifier and Type | Method and Description | 
|---|---|
| DomainMBean | EditServiceMBean. getDomainConfiguration()Contains the pending  DomainMBean, which is the root
 of the pending configuration MBean hierarchy. | 
| DomainMBean | ConfigurationManagerMBean. startEdit(int waitTimeInMillis,
         int timeOutInMillis)Starts an edit session on behalf of the currently authenticated
 user and prevents other users from editing the configuration for
 the duration of the session. | 
| DomainMBean | ConfigurationManagerMBean. startEdit(int waitTimeInMillis,
         int timeOutInMillis,
         boolean exclusive)Starts an edit session on behalf of the currently authenticated
 user and prevents other users from editing the configuration for
 the duration of the session. | 
| Modifier and Type | Method and Description | 
|---|---|
| DomainMBean | RuntimeServiceMBean. getDomainConfiguration()Contains the active  DomainMBeanfor the current
 WebLogic Server domain. |