DomainMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

A WebLogic Domain is a group of servers and/or clusters which are administered as a group.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.configuration.DomainMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Related MBeans

This section describes attributes that provide access to other MBeans.


AdminConsole

get AdminConsoleMBean object, a console specific MBean to configure weblogic administration console attributes.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeAdminConsoleMBean
Relationship type: Containment.

AppDeployments

The collection of deployable entities in this domain. This replaces the Application in previous versions.

               
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Lookup OperationlookupInternalAppDeployment(String name)

Returns a javax.management.ObjectName for the instance of AppDeploymentMBean named name.

Lookup OperationlookupAppDeployment(String name)

Returns a javax.management.ObjectName for the instance of AppDeploymentMBean named name.

Privileges Read only
TypeAppDeploymentMBean[]
Relationship type: Containment.

Applications

Define applications for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateApplication (java.lang.String name)

destroyApplication (ApplicationMBean application)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupApplication(String name)

Returns a javax.management.ObjectName for the instance of ApplicationMBean named name.

Privileges Read only
TypeApplicationMBean[]
Relationship type: Containment.

BridgeDestinations

Return the BridgeDestinations for this Domain.

Deprecated. 9.0.0.0

           
Factory MethodscreateBridgeDestination (java.lang.String name)

destroyBridgeDestination (BridgeDestinationMBean bridgeDestination)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupBridgeDestination(String name)

Returns a javax.management.ObjectName for the instance of BridgeDestinationMBean named name.

Privileges Read only
TypeBridgeDestinationMBean[]
Relationship type: Containment.

Clusters

Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.

           
Factory MethodscreateCluster (java.lang.String name)

destroyCluster (ClusterMBean cluster)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupCluster(String name)

Returns a javax.management.ObjectName for the instance of ClusterMBean named name.

Privileges Read only
TypeClusterMBean[]
Relationship type: Containment.

CoherenceClusterSystemResources

The CoherenceClusterSystemResourceMBeans that have been defined for this domain.

           
Factory MethodscreateCoherenceClusterSystemResource (java.lang.String name)

destroyCoherenceClusterSystemResource (CoherenceClusterSystemResourceMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupCoherenceClusterSystemResource(String name)

Returns a javax.management.ObjectName for the instance of CoherenceClusterSystemResourceMBean named name.

Privileges Read only
TypeCoherenceClusterSystemResourceMBean[]
Relationship type: Containment.

CoherenceServers

The CoherenceServerMBeans that have been defined for this domain.

           
Factory MethodscreateCoherenceServer (java.lang.String name)

destroyCoherenceServer (CoherenceServerMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupCoherenceServer(String name)

Returns a javax.management.ObjectName for the instance of CoherenceServerMBean named name.

Privileges Read only
TypeCoherenceServerMBean[]
Relationship type: Containment.

CustomResources

Returns the JMSSystemResourceMBeans that have been defined for this domain.

           
Factory MethodscreateCustomResource (java.lang.String name)

destroyCustomResource (CustomResourceMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupCustomResource(String name)

Returns a javax.management.ObjectName for the instance of CustomResourceMBean named name.

Privileges Read only
TypeCustomResourceMBean[]
Relationship type: Containment.

DeploymentConfiguration

Return the deployment configuration for this Domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeDeploymentConfigurationMBean
Relationship type: Containment.

Deployments

Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.

       
Privileges Read only
TypeDeploymentMBean[]
Relationship type: Reference.

DomainLogFilters

Gets the array of domain log filters defined in the domain

Deprecated. 9.0.0.0

           
Factory MethodscreateDomainLogFilter (java.lang.String name)

destroyDomainLogFilter (DomainLogFilterMBean logFilter)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupDomainLogFilter(String name)

Returns a javax.management.ObjectName for the instance of DomainLogFilterMBean named name.

Privileges Read only
TypeDomainLogFilterMBean[]
Relationship type: Containment.

EmbeddedLDAP

Returns the embedded LDAP configuration for this domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeEmbeddedLDAPMBean
Relationship type: Containment.

ErrorHandlings

Get ErrorHandlingMBean for this Domain

           
Factory MethodscreateErrorHandling (java.lang.String name)

destroyErrorHandling (ErrorHandlingMBean errorHandling)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupErrorHandling(String name)

Returns a javax.management.ObjectName for the instance of ErrorHandlingMBean named name.

Privileges Read only
TypeErrorHandlingMBean[]
Relationship type: Containment.

FileStores

Return file stores defined in this domain

           
Factory MethodscreateFileStore (java.lang.String name)

destroyFileStore (FileStoreMBean store)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupFileStore(String name)

Returns a javax.management.ObjectName for the instance of FileStoreMBean named name.

Privileges Read only
TypeFileStoreMBean[]
Relationship type: Containment.

ForeignJNDIProviders

Get all the defined Foreign JNDI Providers

           
Factory MethodscreateForeignJNDIProvider (java.lang.String name)

destroyForeignJNDIProvider (ForeignJNDIProviderMBean provider)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupForeignJNDIProvider(String name)

Returns a javax.management.ObjectName for the instance of ForeignJNDIProviderMBean named name.

Privileges Read only
TypeForeignJNDIProviderMBean[]
Relationship type: Containment.

InternalAppDeployments

The collection of internal application deployments in this domain

               
Lookup OperationlookupInternalAppDeployment(String name)

Returns a javax.management.ObjectName for the instance of AppDeploymentMBean named name.

Lookup OperationlookupAppDeployment(String name)

Returns a javax.management.ObjectName for the instance of AppDeploymentMBean named name.

Privileges Read only
TypeAppDeploymentMBean[]
Relationship type: Reference.

InternalLibraries

The collection of internal libraries in this domain

               
Lookup OperationlookupInternalLibrary(String name)

Returns a javax.management.ObjectName for the instance of LibraryMBean named name.

Lookup OperationlookupLibrary(String name)

Returns a javax.management.ObjectName for the instance of LibraryMBean named name.

Privileges Read only
TypeLibraryMBean[]
Relationship type: Reference.

JDBCConnectionPools

Returns the JDBCConnectionPoolMBeans representing the pools that have been configured to be part of this domain.

Deprecated. 9.0.0.0 Replaced by DomainMBean#JDBCSystemResources

           
Factory MethodscreateJDBCConnectionPool (java.lang.String name)

destroyJDBCConnectionPool (JDBCConnectionPoolMBean pool)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCConnectionPool(String name)

Returns a javax.management.ObjectName for the instance of JDBCConnectionPoolMBean named name.

Privileges Read only
TypeJDBCConnectionPoolMBean[]
Relationship type: Containment.

JDBCDataSourceFactories

Define JDBCDataSourceFactories for this Domain

Deprecated. 9.0.0.0 Replaced by DomainMBean#AppDeployment

           
Factory MethodscreateJDBCDataSourceFactory (java.lang.String name)

destroyJDBCDataSourceFactory (JDBCDataSourceFactoryMBean factory)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCDataSourceFactory(String name)

Returns a javax.management.ObjectName for the instance of JDBCDataSourceFactoryMBean named name.

Privileges Read only
TypeJDBCDataSourceFactoryMBean[]
Relationship type: Containment.

JDBCDataSources

Returns the JDBCDataSourceMBeans representing the data sources that have been configured to be part of this domain.

Deprecated. 9.0.0.0 Replaced by DomainMBean#JDBCSystemResources

           
Factory MethodscreateJDBCDataSource (java.lang.String name)

destroyJDBCDataSource (JDBCDataSourceMBean dataSource)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCDataSource(String name)

Returns a javax.management.ObjectName for the instance of JDBCDataSourceMBean named name.

Privileges Read only
TypeJDBCDataSourceMBean[]
Relationship type: Containment.

JDBCMultiPools

Returns the JDBCMultiPool representing the multi-pools that have been configured to be part of this domain.

Deprecated. 9.0.0.0 Replaced by DomainMBean#JDBCSystemResources

           
Factory MethodscreateJDBCMultiPool (java.lang.String name)

destroyJDBCMultiPool (JDBCMultiPoolMBean pool)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCMultiPool(String name)

Returns a javax.management.ObjectName for the instance of JDBCMultiPoolMBean named name.

Privileges Read only
TypeJDBCMultiPoolMBean[]
Relationship type: Containment.

JDBCStores

Return file stores defined in this domain

           
Factory MethodscreateJDBCStore (java.lang.String name)

destroyJDBCStore (JDBCStoreMBean store)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCStore(String name)

Returns a javax.management.ObjectName for the instance of JDBCStoreMBean named name.

Privileges Read only
TypeJDBCStoreMBean[]
Relationship type: Containment.

JDBCSystemResources

Returns the JDBCSystemResourceMBeans that have been defined for this domain

           
Factory MethodscreateJDBCSystemResource (java.lang.String name)

destroyJDBCSystemResource (JDBCSystemResourceMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCSystemResource(String name)

Returns a javax.management.ObjectName for the instance of JDBCSystemResourceMBean named name.

Privileges Read only
TypeJDBCSystemResourceMBean[]
Relationship type: Containment.

JDBCTxDataSources

Returns the JDBCTxDataSource representing the JDBCTxDataSource which has been configured in this domain

Deprecated. 9.0.0.0 Replaced by DomainMBean#JDBCSystemResources

           
Factory MethodscreateJDBCTxDataSource (java.lang.String name)

destroyJDBCTxDataSource (JDBCTxDataSourceMBean dataSource)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJDBCTxDataSource(String name)

Returns a javax.management.ObjectName for the instance of JDBCTxDataSourceMBean named name.

Privileges Read only
TypeJDBCTxDataSourceMBean[]
Relationship type: Containment.

JMSBridgeDestinations

Return the JMSBridgeDestinations for this Domain.

           
Factory MethodscreateJMSBridgeDestination (java.lang.String name)

destroyJMSBridgeDestination (JMSBridgeDestinationMBean jmsBridgeDestination)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSBridgeDestination(String name)

Returns a javax.management.ObjectName for the instance of JMSBridgeDestinationMBean named name.

Privileges Read only
TypeJMSBridgeDestinationMBean[]
Relationship type: Containment.

JMSConnectionFactories

Return the JMSConnectionFactorys for this Domain.

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSConnectionFactory (java.lang.String name)

destroyJMSConnectionFactory (JMSConnectionFactoryMBean jmsConnectionFactory)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSConnectionFactory(String name)

Returns a javax.management.ObjectName for the instance of JMSConnectionFactoryMBean named name.

Privileges Read only
TypeJMSConnectionFactoryMBean[]
Relationship type: Containment.

JMSDestinationKeys

Retrieve JMSDestinationKeys for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSDestinationKey (java.lang.String name)

destroyJMSDestinationKey (JMSDestinationKeyMBean destination)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSDestinationKey(String name)

Returns a javax.management.ObjectName for the instance of JMSDestinationKeyMBean named name.

Privileges Read only
TypeJMSDestinationKeyMBean[]
Relationship type: Containment.

JMSDestinations

Retrieve JMSDestinations for this Domain

Deprecated. 9.0.0.0

           
Lookup OperationlookupJMSDestination(String name)

Returns a javax.management.ObjectName for the instance of JMSDestinationMBean named name.

Privileges Read only
TypeJMSDestinationMBean[]
Relationship type: Reference.

JMSDistributedQueueMembers

Define JMSDistributedQueueMembers for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSDistributedQueueMember (java.lang.String name)

destroyJMSDistributedQueueMember (JMSDistributedQueueMemberMBean queue)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSDistributedQueueMember(String name)

Returns a javax.management.ObjectName for the instance of JMSDistributedQueueMemberMBean named name.

Privileges Read only
TypeJMSDistributedQueueMemberMBean[]
Relationship type: Containment.

JMSDistributedQueues

Define JMSDistributedQueues for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSDistributedQueue (java.lang.String name)

destroyJMSDistributedQueue (JMSDistributedQueueMBean member)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSDistributedQueue(String name)

Returns a javax.management.ObjectName for the instance of JMSDistributedQueueMBean named name.

Privileges Read only
TypeJMSDistributedQueueMBean[]
Relationship type: Containment.

JMSDistributedTopicMembers

Define JMSDistributedTopicMembers for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSDistributedTopicMember (java.lang.String name)

destroyJMSDistributedTopicMember (JMSDistributedTopicMemberMBean topic)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSDistributedTopicMember(String name)

Returns a javax.management.ObjectName for the instance of JMSDistributedTopicMemberMBean named name.

Privileges Read only
TypeJMSDistributedTopicMemberMBean[]
Relationship type: Containment.

JMSDistributedTopics

Define JMSDistributedTopics for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSDistributedTopic (java.lang.String )

destroyJMSDistributedTopic (JMSDistributedTopicMBean member)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSDistributedTopic(String name)

Returns a javax.management.ObjectName for the instance of JMSDistributedTopicMBean named name.

Privileges Read only
TypeJMSDistributedTopicMBean[]
Relationship type: Containment.

JMSFileStores

Define JMSFileStores for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSFileStore (java.lang.String name)

destroyJMSFileStore (JMSFileStoreMBean store)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSFileStore(String name)

Returns a javax.management.ObjectName for the instance of JMSFileStoreMBean named name.

Privileges Read only
TypeJMSFileStoreMBean[]
Relationship type: Containment.

JMSInteropModules

Returns the JMS Interop Module that have been defined for this domain.

           
Factory MethodscreateJMSInteropModule (java.lang.String name)

destroyJMSInteropModule (JMSInteropModuleMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSInteropModule(String name)

Returns a javax.management.ObjectName for the instance of JMSInteropModuleMBean named name.

Privileges Read only
TypeJMSInteropModuleMBean[]
Relationship type: Containment.

JMSJDBCStores

Define JMSJDBCStores for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSJDBCStore (java.lang.String name)

destroyJMSJDBCStore (JMSJDBCStoreMBean store)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSJDBCStore(String name)

Returns a javax.management.ObjectName for the instance of JMSJDBCStoreMBean named name.

Privileges Read only
TypeJMSJDBCStoreMBean[]
Relationship type: Containment.

JMSQueues

Define JMSQueues for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSQueue (java.lang.String name)

destroyJMSQueue (JMSQueueMBean queue)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSQueue(String name)

Returns a javax.management.ObjectName for the instance of JMSQueueMBean named name.

Privileges Read only
TypeJMSQueueMBean[]
Relationship type: Containment.

JMSServers

Define JMSServers for this Domain

           
Factory MethodscreateJMSServer (java.lang.String name)

destroyJMSServer (JMSServerMBean jmsServer)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSServer(String name)

Returns a javax.management.ObjectName for the instance of JMSServerMBean named name.

Privileges Read only
TypeJMSServerMBean[]
Relationship type: Containment.

JMSSessionPools

Return the JMSSessionPools for this Domain.

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSSessionPool (java.lang.String name)

destroyJMSSessionPool (JMSSessionPoolMBean jmsSessionPool)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSSessionPool(String name)

Returns a javax.management.ObjectName for the instance of JMSSessionPoolMBean named name.

Privileges Read only
TypeJMSSessionPoolMBean[]
Relationship type: Containment.

JMSStores

Define JMSStores for this Domain

Deprecated. 9.0.0.0

           
Lookup OperationlookupJMSStore(String name)

Returns a javax.management.ObjectName for the instance of JMSStoreMBean named name.

Privileges Read only
TypeJMSStoreMBean[]
Relationship type: Reference.

JMSSystemResources

Returns the JMSSystemResourceMBeans that have been defined for this domain.

           
Factory MethodscreateJMSSystemResource (java.lang.String name)

destroyJMSSystemResource (JMSSystemResourceMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSSystemResource(String name)

Returns a javax.management.ObjectName for the instance of JMSSystemResourceMBean named name.

Privileges Read only
TypeJMSSystemResourceMBean[]
Relationship type: Containment.

JMSTemplates

Define JMSTemplates for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSTemplate (java.lang.String name)

destroyJMSTemplate (JMSTemplateMBean template)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSTemplate(String name)

Returns a javax.management.ObjectName for the instance of JMSTemplateMBean named name.

Privileges Read only
TypeJMSTemplateMBean[]
Relationship type: Containment.

JMSTopics

Define JMSTopics for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateJMSTopic (java.lang.String name)

destroyJMSTopic (JMSTopicMBean topic)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJMSTopic(String name)

Returns a javax.management.ObjectName for the instance of JMSTopicMBean named name.

Privileges Read only
TypeJMSTopicMBean[]
Relationship type: Containment.

JMX

The configuration of the JMX Subsystem.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeJMXMBean
Relationship type: Containment.

JoltConnectionPools

Return the JoltConnectionPools for this Domain.

           
Factory MethodscreateJoltConnectionPool (java.lang.String name)

destroyJoltConnectionPool (JoltConnectionPoolMBean joltConnectionPool)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupJoltConnectionPool(String name)

Returns a javax.management.ObjectName for the instance of JoltConnectionPoolMBean named name.

Privileges Read only
TypeJoltConnectionPoolMBean[]
Relationship type: Containment.

JPA

Return the JPA configuration for this Domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeJPAMBean
Relationship type: Containment.

JTA

Return the JTA configuration for this Domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeJTAMBean
Relationship type: Containment.

Libraries

               
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Lookup OperationlookupInternalLibrary(String name)

Returns a javax.management.ObjectName for the instance of LibraryMBean named name.

Lookup OperationlookupLibrary(String name)

Returns a javax.management.ObjectName for the instance of LibraryMBean named name.

Privileges Read only
TypeLibraryMBean[]
Relationship type: Containment.

Log

Return the domain logfile configuration for this domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeLogMBean
Relationship type: Containment.

LogFilters

Gets the array of log filters defined in the domain

           
Factory MethodscreateLogFilter (java.lang.String name)

destroyLogFilter (LogFilterMBean logFilter)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupLogFilter(String name)

Returns a javax.management.ObjectName for the instance of LogFilterMBean named name.

Privileges Read only
TypeLogFilterMBean[]
Relationship type: Containment.

Machines

Define machines for this Domain

           
Factory MethodscreateMachine (java.lang.String name)

destroyMachine (MachineMBean machine)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupMachine(String name)

Returns a javax.management.ObjectName for the instance of MachineMBean named name.

Privileges Read only
TypeMachineMBean[]
Relationship type: Containment.

MailSessions

Retrieve MailSessions for this Domain

           
Factory MethodscreateMailSession (java.lang.String name)

destroyMailSession (MailSessionMBean ms)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupMailSession(String name)

Returns a javax.management.ObjectName for the instance of MailSessionMBean named name.

Privileges Read only
TypeMailSessionMBean[]
Relationship type: Containment.

MessagingBridges

Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.

           
Factory MethodscreateMessagingBridge (java.lang.String name)

destroyMessagingBridge (MessagingBridgeMBean bridge)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupMessagingBridge(String name)

Returns a javax.management.ObjectName for the instance of MessagingBridgeMBean named name.

Privileges Read only
TypeMessagingBridgeMBean[]
Relationship type: Containment.

MigratableTargets

Returns an array of the contained MigratableTarget MBeans

           
Factory MethodscreateMigratableTarget (java.lang.String name)

destroyMigratableTarget (MigratableTargetMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupMigratableTarget(String name)

Returns a javax.management.ObjectName for the instance of MigratableTargetMBean named name.

Privileges Read only
TypeMigratableTargetMBean[]
Relationship type: Containment.

NetworkChannels

Define NetworkChannels for this Domain

Deprecated. 9.0.0.0

           
Factory MethodscreateNetworkChannel (java.lang.String name)

destroyNetworkChannel (NetworkChannelMBean channel)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupNetworkChannel(String name)

Returns a javax.management.ObjectName for the instance of NetworkChannelMBean named name.

Privileges Read only
TypeNetworkChannelMBean[]
Relationship type: Containment.

RemoteSAFContexts

Get RemoteSAFContextMBean for this Domain

           
Factory MethodscreateRemoteSAFContext (java.lang.String name)

destroyRemoteSAFContext (RemoteSAFContextMBean remoteSAFContext)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupRemoteSAFContext(String name)

Returns a javax.management.ObjectName for the instance of RemoteSAFContextMBean named name.

Privileges Read only
TypeRemoteSAFContextMBean[]
Relationship type: Containment.

RestfulManagementServices

The configuration of the Management Services Subsystem.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeRestfulManagementServicesMBean
Relationship type: Containment.

SAFAgents

Get SAFAgentMBean for this Domain

           
Factory MethodscreateSAFAgent (java.lang.String name)

destroySAFAgent (SAFAgentMBean sAFAgent)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupSAFAgent(String name)

Returns a javax.management.ObjectName for the instance of SAFAgentMBean named name.

Privileges Read only
TypeSAFAgentMBean[]
Relationship type: Containment.

Security

Return the (old) security configuration for this domain.

Deprecated. 9.0.0.0

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeSecurityMBean
Relationship type: Containment.

SecurityConfiguration

Return the (new) security configuration for this domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeSecurityConfigurationMBean
Relationship type: Containment.

SelfTuning

Get the WorkManager configuration pieces for this domain

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeSelfTuningMBean
Relationship type: Containment.

Servers

Returns the ServerMBeans representing the servers that have been configured to be part of this domain.

           
Factory MethodscreateServer (java.lang.String name)

destroyServer (ServerMBean server)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupServer(String name)

Returns a javax.management.ObjectName for the instance of ServerMBean named name.

Privileges Read only
TypeServerMBean[]
Relationship type: Containment.

ShutdownClasses

Retrieve ShutdownClasses for this Domain

           
Factory MethodscreateShutdownClass (java.lang.String name)

destroyShutdownClass (ShutdownClassMBean sc)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupShutdownClass(String name)

Returns a javax.management.ObjectName for the instance of ShutdownClassMBean named name.

Privileges Read only
TypeShutdownClassMBean[]
Relationship type: Containment.

SingletonServices

Retrieve SingletonServicees for this Domain

           
Factory MethodscreateSingletonService (java.lang.String name)

destroySingletonService (SingletonServiceMBean sc)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupSingletonService(String name)

Returns a javax.management.ObjectName for the instance of SingletonServiceMBean named name.

Privileges Read only
TypeSingletonServiceMBean[]
Relationship type: Containment.

SNMPAgent

Return the SNMPAgentMBean for this domain. This is a singleton MBean describing SNMP Agent configuration details. This MBean has getters and setters for other SNMP related configuration MBeans.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeSNMPAgentMBean
Relationship type: Containment.

SNMPAgentDeployments

The SNMPAgentDeployments defined in the domain.

           
Factory MethodscreateSNMPAgentDeployment (java.lang.String name)

destroySNMPAgentDeployment (SNMPAgentDeploymentMBean mbean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupSNMPAgentDeployment(String name)

Returns a javax.management.ObjectName for the instance of SNMPAgentDeploymentMBean named name.

Privileges Read only
TypeSNMPAgentDeploymentMBean[]
Relationship type: Containment.

StartupClasses

Retrieve StartupClasses for this Domain

           
Factory MethodscreateStartupClass (java.lang.String name)

destroyStartupClass (StartupClassMBean sc)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupStartupClass(String name)

Returns a javax.management.ObjectName for the instance of StartupClassMBean named name.

Privileges Read only
TypeStartupClassMBean[]
Relationship type: Containment.

SystemResources

Return the SystemResourceMBeans in this Domain.

           
Lookup OperationlookupSystemResource(String name)

Returns a javax.management.ObjectName for the instance of SystemResourceMBean named name.

Privileges Read only
TypeSystemResourceMBean[]
Relationship type: Reference.

Targets

Define targets for this Domain

           
Lookup OperationlookupTarget(String name)

Returns a javax.management.ObjectName for the instance of TargetMBean named name.

Privileges Read only
TypeTargetMBean[]
Relationship type: Reference.

VirtualHosts

Define VirtualHosts for this Domain

           
Factory MethodscreateVirtualHost (java.lang.String name)

destroyVirtualHost (VirtualHostMBean host)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupVirtualHost(String name)

Returns a javax.management.ObjectName for the instance of VirtualHostMBean named name.

Privileges Read only
TypeVirtualHostMBean[]
Relationship type: Containment.

WebAppContainer

Collection of global properties to be applied on all webapps in this domain.

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeWebAppContainerMBean
Relationship type: Containment.

WebserviceSecurities

           
Factory MethodscreateWebserviceSecurity (java.lang.String name)

destroyWebserviceSecurity (WebserviceSecurityMBean wsc)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupWebserviceSecurity(String name)

Returns a javax.management.ObjectName for the instance of WebserviceSecurityMBean named name.

Privileges Read only
TypeWebserviceSecurityMBean[]
Relationship type: Containment.

WLDFSystemResources

Returns the WLDFSystemResourceMBeans that have been defined for this domain.

           
Factory MethodscreateWLDFSystemResource (java.lang.String name)

destroyWLDFSystemResource (WLDFSystemResourceMBean bean)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupWLDFSystemResource(String name)

Returns a javax.management.ObjectName for the instance of WLDFSystemResourceMBean named name.

Privileges Read only
TypeWLDFSystemResourceMBean[]
Relationship type: Containment.

WLECConnectionPools

Get WLECConnectionPools for this Domain

           
Factory MethodscreateWLECConnectionPool (java.lang.String name)

destroyWLECConnectionPool (WLECConnectionPoolMBean store)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupWLECConnectionPool(String name)

Returns a javax.management.ObjectName for the instance of WLECConnectionPoolMBean named name.

Privileges Read only
TypeWLECConnectionPoolMBean[]
Relationship type: Containment.

WSReliableDeliveryPolicies

Define wSReliableDeliveryPolicies for this Domain

           
Factory MethodscreateWSReliableDeliveryPolicy (java.lang.String name)

destroyWSReliableDeliveryPolicy (WSReliableDeliveryPolicyMBean policy)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupWSReliableDeliveryPolicy(String name)

Returns a javax.management.ObjectName for the instance of WSReliableDeliveryPolicyMBean named name.

Privileges Read only
TypeWSReliableDeliveryPolicyMBean[]
Relationship type: Containment.

WTCServers

Return the WTCServerMBeans for this Domain.

           
Factory MethodscreateWTCServer (java.lang.String name)

destroyWTCServer (WTCServerMBean wtcServer)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupWTCServer(String name)

Returns a javax.management.ObjectName for the instance of WTCServerMBean named name.

Privileges Read only
TypeWTCServerMBean[]
Relationship type: Containment.

XMLEntityCaches

Returns all the XMLEntityCache objects defined in this domain

           
Factory MethodscreateXMLEntityCache (java.lang.String name)

destroyXMLEntityCache (XMLEntityCacheMBean XMLEntityCache)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupXMLEntityCache(String name)

Returns a javax.management.ObjectName for the instance of XMLEntityCacheMBean named name.

Privileges Read only
TypeXMLEntityCacheMBean[]
Relationship type: Containment.

XMLRegistries

Define xMLRegistries for this Domain

           
Factory MethodscreateXMLRegistry (java.lang.String name)

destroyXMLRegistry (XMLRegistryMBean registry)

Factory methods do not return objects.

See Using factory methods.

Lookup OperationlookupXMLRegistry(String name)

Returns a javax.management.ObjectName for the instance of XMLRegistryMBean named name.

Privileges Read only
TypeXMLRegistryMBean[]
Relationship type: Containment.


Attributes

This section describes the following attributes:


AdministrationMBeanAuditingEnabled

Specifies whether the Administration Server generates a log message when this WebLogic Server domain's configuration has been modified.

Any change to a server, module, or other item in the domain (either through the Administration Console, command-line utilities, or the APIs) will cause the Administration Server to generate this informational message.

This attribute has been deprecated in favor of ConfigurationAuditType. If values for both attributes are specified, the resultant behavior will be the logical OR condition of the two settings.

Deprecated. Please use <code>DomainMBean.getConfigurationAuditType()</code>

       
Privileges Read/Write
Typeboolean

AdministrationPort

The common secure administration port for this WebLogic Server domain. (Requires you to enable the administration port.)

For more information, see:

       
Privileges Read/Write
Typeint
Default Value9002
Minimum value1
Maximum value65535

AdministrationPortEnabled

Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain. Because the administration port uses SSL, enabling the administration port requires that SSL must be configured for all servers in the domain.

The domain-wide administration port enables you to start a WebLogic Server instance in STANDBY state. It also allows you to separate administration traffic from application traffic in your domain. Because all servers in the domain must enable or disable the administration port at once, you configure the default administration port settings at the domain level.

If you enable the administration port:

For more information, see:

       
Privileges Read/Write
Typeboolean
Secure valuetrue

AdministrationProtocol

The default protocol for communicating through the administration port or administration channels. (Requires you to enable the administration port or to create an administration channel.)

If requests through the administration port or an administration channel do not specify a protocol, WebLogic Server uses the protocol specified here.

For more information, see:

       
Available Since Release 9.0.0.0
Privileges Read/Write
Typejava.lang.String
Default Valuet3s
Legal Values
  • t3s
  • https
  • iiops
  • t3
  • http
  • iiop

AdminServerName

       
Privileges Read/Write
Typejava.lang.String

ArchiveConfigurationCount

The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified.

       
Privileges Read/Write
Typeint
Default Value0

AutoConfigurationSaveEnabled

Causes the server to periodically persist changes to its configuration.

Deprecated. 9.0.0.0 The configuration is explicit written on a save call.

       
Privileges Read/Write
Typeboolean
Default Valuetrue

CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

ClusterConstraintsEnabled

Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running.

By default, cluster constraints are disabled and deployment is attempted only on the servers that are reachable at the time of deployment from the Administration Server. Any servers that have been shut down or are temporarily partitioned from the Administration Server will retrieve the deployment during server startup or shortly after the network partition is resolved.

       
Privileges Read/Write
Typeboolean

ConfigBackupEnabled

If true, then backups of the configuration will be made during server boot.

       
Privileges Read/Write
Typeboolean

ConfigurationAuditType

Returns the criteria used for auditing configuration events (configuration changes and other operations):

       
Privileges Read/Write
Typejava.lang.String
Default Valuenone
Legal Values
  • none
  • log
  • audit
  • logaudit

ConfigurationVersion

The release identifier for the configuration. This identifier will be used to indicate the version of the configuration. All server generated configurations will be established with the release identifier of the running server. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. "7" is acceptable.

       
Privileges Read/Write
Typejava.lang.String

ConsoleContextPath

The context path that you want to use in URLs that specify the Administration Console. (Requires you to enable the Administration Console for the current domain.)

To access the Administration Console, you use the following URL: http://listen-addess:listen-port/context-path. For example, if you set the context path to myconsole, then you use the following URL to access the Administration Console: http://localhost:7001/myconsole.

To specify the listen address and listen port that you use to access the Administration Console, configure the listen address and listen port of the Administration Server.

For more information, see:

       
Privileges Read/Write
Typejava.lang.String
Default Valueconsole

ConsoleEnabled

Specifies whether the Administration Server automatically deploys the Administration Console in the current domain.

If the Administration Console is not deployed, you can still use the WebLogic Scripting Tool or the management APIs to configure and monitor the domain.

       
Privileges Read/Write
Typeboolean
Default Valuetrue

ConsoleExtensionDirectory

Returns the directory path that console extensions are loaded from.

For more information, see:

       
Privileges Read/Write
Typejava.lang.String
Default Valueconsole-ext

DomainVersion

Defines the common version of all servers in a domain. In a domain containing servers that are not all at the same release version, this attribute is used to determine the feature level that servers will assume. The value must be less than or equal to the version of any managed server in the domain. If this value is not equal to the version of the release version of the admin server, then the admin server will not be allowed to make modifications to the configuration.

       
Privileges Read/Write
Typejava.lang.String

ExalogicOptimizationsEnabled

Specifies whether optimizations for Oracle Exalogic should be enabled. Optimizations include improved thread management and request processing, and reduced lock contention. This attribute should be enabled only when configuring a WebLogic domain for Oracle Exalogic. For more information, see "Enabling Exalogic-Specific Enhancements in Oracle WebLogic Server 11g Release 1 (10.3.4)" in the Oracle Exalogic Deployment Guide.

       
Available Since Release 10.3.4.0
Privileges Read/Write
Typeboolean

GuardianEnabled

Specifies whether the Guardian Agent is deployed when starting servers in the current domain.

       
Privileges Read/Write
Typeboolean

InternalAppsDeployOnDemandEnabled

Specifies whether internal applications such as the console, uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of during server startup.

       
Privileges Read/Write
Typeboolean
Default Valuetrue

LastModificationTime

Return the last time this domain was updated. This is guaranteed to be unique for a given transactional modification.

       
Privileges Read only
Typelong
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

Name

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:
Name=user-specified-name

       
Privileges Read/Write
Typejava.lang.String

Notes

Optional information that you can include to describe this configuration.

WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the XML entity &lt;. Carriage returns/line feeds are preserved.

Note:

If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

       
Privileges Read/Write
Typejava.lang.String

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

       
Privileges Read only
Typeweblogic.management.WebLogicObjectName
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

Parent

Return the immediate parent for this MBean

       
Privileges Read/Write
Type

ProductionModeEnabled

Specifies whether all servers in this domain run in production mode.

You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features.

The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domain's configuration document.

       
Privileges Read/Write
Typeboolean

Registered

Returns false if the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

RootDirectory

Return the root directory for the domain. In other words for a server process [ServerMBean.getRootDirectory] or [ServerMBean.getDomainDirectory]

       
Privileges Read only
Typejava.lang.String
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

Type

Returns the type of the MBean.

       
Privileges Read only
Typejava.lang.String
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


Operations

This section describes the following operations:


createUnixMachine

Creates a UnixMachineMBean and adds it to the list returned by getMachines. You may use destroyMachine to destroy beans of this type.

   
Operation Name"createUnixMachine"
ParametersObject [] {  name }

where:

  • name is an object of type java.lang.String that specifies:

    name

SignatureString [] { "java.lang.String" }
ReturnsUnixMachineMBean

discoverManagedServer

Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.

   
Operation Name"discoverManagedServer"
ParametersObject [] {   }

where:

    SignatureString [] { "java.lang.String" }
    Returns boolean

    discoverManagedServers

    Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.

       
    Operation Name"discoverManagedServers"
    Parametersnull
    Signaturenull
    Returns void

    freezeCurrentValue

    If the specified attribute has not been set explicitly, and if the attribute has a default value, this operation forces the MBean to persist the default value.

    Unless you use this operation, the default value is not saved and is subject to change if you update to a newer release of WebLogic Server. Invoking this operation isolates this MBean from the effects of such changes.

    Note:

    To insure that you are freezing the default value, invoke the restoreDefaultValue operation before you invoke this.

    This operation has no effect if you invoke it on an attribute that does not provide a default value or on an attribute for which some other value has been set.

    Deprecated. 9.0.0.0

       
    Operation Name"freezeCurrentValue"
    ParametersObject [] {  attributeName }

    where:

    • attributeName is an object of type java.lang.String that specifies:

      attributeName

    SignatureString [] { "java.lang.String" }
    Returns void
    Exceptions
    • javax.management.AttributeNotFoundException
    • javax.management.MBeanException

    getDisconnectedManagedServers

    this method provides an array of strings that are the names of the managed servers that are not currently connected.

    Deprecated. Use the ServerLifecycleRuntime

       
    Operation Name"getDisconnectedManagedServers"
    Parametersnull
    Signaturenull
    Returns class

    isSet

    Returns true if the specified attribute has been set explicitly in this MBean instance.

       
    Operation Name"isSet"
    ParametersObject [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to check

    SignatureString [] { "java.lang.String" }
    Returns boolean

    kill

    Deprecated. 9.0.0.0

       
    Operation Name"kill"
    Parametersnull
    Signaturenull
    ReturnsHashMap

    restoreDefaultValue

    If the specified attribute has a default value, this operation removes any value that has been set explicitly and causes the attribute to use the default value.

    Default values are subject to change if you update to a newer release of WebLogic Server. To prevent the value from changing if you update to a newer release, invoke the freezeCurrentValue operation.

    This operation has no effect if you invoke it on an attribute that does not provide a default value or on an attribute that is already using the default.

    Deprecated. 9.0.0.0

       
    Operation Name"restoreDefaultValue"
    ParametersObject [] {  attributeName }

    where:

    • attributeName is an object of type java.lang.String that specifies:

      attributeName

    SignatureString [] { "java.lang.String" }
    Returns void
    Exceptions
    • javax.management.AttributeNotFoundException

    start

    These operations are used to start and forceShutdown all the servers belonging to the Domain. HashMap contains references to TaskRuntimeMBeans corresponding to each server in the Domain, keyed using the server name.

    Deprecated. 9.0.0.0

       
    Operation Name"start"
    Parametersnull
    Signaturenull
    ReturnsHashMap

    unSet

    Restore the given property to its default value.

       
    Operation Name"unSet"
    ParametersObject [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to restore

    SignatureString [] { "java.lang.String" }
    Returns void