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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.DomainMBean

Packages that use DomainMBean
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 Contains classes and interfaces for configuring a WebLogic Server domain. 
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
 

Uses of DomainMBean in weblogic.deploy.api.tools
 

Methods in weblogic.deploy.api.tools with parameters of type DomainMBean
 TargetModuleID[] SessionHelper.getDefaultJMSTargetModuleIDs(DomainMBean domain, TargetMBean[] deploymentTargets, String appName, String name)
          Creates TargetModuleID objects for a JMS module contained withing this application.
 

Uses of DomainMBean in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions with parameters of type DomainMBean
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)
          Create a distributed queue and its members in the given JMS Module and target them on the specified JMS servers
static void JMSModuleHelper.createDistributedQueue(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(DomainMBean domain, String resourceName, String distributedQueueName, String distributedQueueMemberName, int weight)
          Create a distributed queue member for a given distributed queue in a given JMS Module.
static void JMSModuleHelper.createDistributedQueueMember(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(DomainMBean domain, String resourceName, String distributedTopicName, String jndiName)
          Create a distributed topic and its members in the given JMS Module and target them on the specified JMS servers.
static void JMSModuleHelper.createDistributedTopic(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(DomainMBean domain, String resourceName, String distributedTopicName, String distributedTopicMemberName, int weight)
          Create a distributed topic member for a given distributed topic in a given JMS Module.
static void JMSModuleHelper.createDistributedTopicMember(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(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)
          Delete a distributed queue and all its members.
static void JMSModuleHelper.deleteDistributedQueueMember(DomainMBean domain, String resourceName, String distributedQueueName, String distributedQueueMemberName)
          Delete a distributed queue member of a given distributed queue in a given JMS Module.
static void JMSModuleHelper.deleteDistributedTopic(DomainMBean domain, String resourceName, String distributedTopicName, boolean deleteMembers)
          Delete a distributed topic and all its members.
static void JMSModuleHelper.deleteDistributedTopicMember(DomainMBean domain, String resourceName, String distributedTopicName, String distributedTopicMemberName)
          Delete a distributed topic member of a given distributed topic in a given JMS Module.
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)
          Returns an array of distributed queue member JNDI names of given a distributed queue from a given JMS system resource
static String[] JMSModuleHelper.getDistributedQueueMemberNames(DomainMBean domain, String resourceName, String distributedQueueName)
          Returns an array of distributed queue member names of given a distributed queue from a given JMS system resource
static String[] JMSModuleHelper.getDistributedTopicMemberJndiNames(DomainMBean domain, String resourceName, String distributedTopicName)
          Returns an array of distributed topic member JNDI names of given a distributed topic from a given JMS system resource
static String[] JMSModuleHelper.getDistributedTopicMemberNames(DomainMBean domain, String resourceName, String distributedTopicName)
          Returns an array of distributed topic member names of given a distributed topic from a given JMS system resource
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.
 

Uses of DomainMBean in weblogic.management
 

Methods in weblogic.management that return DomainMBean
 DomainMBean MBeanHome.getActiveDomain()
          Deprecated. Returns the name of the WebLogic Server domain to which the server that is hosting this MBeanHome instance belongs.
 

Uses of DomainMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return DomainMBean
 DomainMBean AdminServerMBean.getActiveDomain()
          Deprecated. 9.0.0.0
 

Uses of DomainMBean in weblogic.management.mbeanservers.domainruntime
 

Methods in weblogic.management.mbeanservers.domainruntime that return DomainMBean
 DomainMBean DomainRuntimeServiceMBean.findDomainConfiguration(String serverName)
          Returns the active DomainMBean for the specified server.
 DomainMBean DomainRuntimeServiceMBean.getDomainConfiguration()
          Contains the active DomainMBean for the current WebLogic Server domain.
 DomainMBean DomainRuntimeServiceMBean.getDomainPending()
          Contains a read-only version of the pending DomainMBean for the current WebLogic Server domain.
 

Uses of DomainMBean in weblogic.management.mbeanservers.edit
 

Methods in weblogic.management.mbeanservers.edit that return DomainMBean
 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.
 

Uses of DomainMBean in weblogic.management.mbeanservers.runtime
 

Methods in weblogic.management.mbeanservers.runtime that return DomainMBean
 DomainMBean RuntimeServiceMBean.getDomainConfiguration()
          Contains the active DomainMBean for the current WebLogic Server domain.
 


Copyright 1996, 2014, 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.1.3)

Part Number E41849-02