A WebLogic Domain is a group of servers and/or clusters which are administered as a group.
Fully Qualified Interface Name | If 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. |
This section describes attributes that provide access to other MBeans.
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 |
Type | AdminConsoleMBean |
Relationship type: | Containment. |
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 Operation | lookupInternalAppDeployment(String name)
Returns a |
Lookup Operation | lookupAppDeployment(String name)
Returns a |
Privileges | Read only |
Type | AppDeploymentMBean[] |
Relationship type: | Containment. |
Define applications for this Domain
Deprecated.
Factory Methods | createApplication
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupApplication(String name)
Returns a |
Privileges | Read only |
Type | ApplicationMBean[] |
Relationship type: | Containment. |
Return the BridgeDestinations for this Domain.
Deprecated.
Factory Methods | createBridgeDestination
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupBridgeDestination(String name)
Returns a |
Privileges | Read only |
Type | BridgeDestinationMBean[] |
Relationship type: | Containment. |
Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.
Factory Methods | createCluster
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupCluster(String name)
Returns a |
Privileges | Read only |
Type | ClusterMBean[] |
Relationship type: | Containment. |
The CoherenceClusterSystemResourceMBeans that have been defined for this domain.
Factory Methods | createCoherenceClusterSystemResource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupCoherenceClusterSystemResource(String name)
Returns a |
Privileges | Read only |
Type | CoherenceClusterSystemResourceMBean[] |
Relationship type: | Containment. |
The CoherenceServerMBeans that have been defined for this domain.
Factory Methods | createCoherenceServer
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupCoherenceServer(String name)
Returns a |
Privileges | Read only |
Type | CoherenceServerMBean[] |
Relationship type: | Containment. |
Returns the JMSSystemResourceMBeans that have been defined for this domain.
Factory Methods | createCustomResource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupCustomResource(String name)
Returns a |
Privileges | Read only |
Type | CustomResourceMBean[] |
Relationship type: | Containment. |
Return the deployment configuration for this Domain.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | DeploymentConfigurationMBean |
Relationship type: | Containment. |
Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.
Privileges | Read only |
Type | DeploymentMBean[] |
Relationship type: | Reference. |
Gets the array of domain log filters defined in the domain
Deprecated.
Factory Methods | createDomainLogFilter
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupDomainLogFilter(String name)
Returns a |
Privileges | Read only |
Type | DomainLogFilterMBean[] |
Relationship type: | Containment. |
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 |
Type | EmbeddedLDAPMBean |
Relationship type: | Containment. |
Get ErrorHandlingMBean for this Domain
Factory Methods | createErrorHandling
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupErrorHandling(String name)
Returns a |
Privileges | Read only |
Type | ErrorHandlingMBean[] |
Relationship type: | Containment. |
Return file stores defined in this domain
Factory Methods | createFileStore
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupFileStore(String name)
Returns a |
Privileges | Read only |
Type | FileStoreMBean[] |
Relationship type: | Containment. |
Get all the defined Foreign JNDI Providers
Factory Methods | createForeignJNDIProvider
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupForeignJNDIProvider(String name)
Returns a |
Privileges | Read only |
Type | ForeignJNDIProviderMBean[] |
Relationship type: | Containment. |
The collection of internal application deployments in this domain
Lookup Operation | lookupInternalAppDeployment(String name)
Returns a |
Lookup Operation | lookupAppDeployment(String name)
Returns a |
Privileges | Read only |
Type | AppDeploymentMBean[] |
Relationship type: | Reference. |
The collection of internal libraries in this domain
Lookup Operation | lookupInternalLibrary(String name)
Returns a |
Lookup Operation | lookupLibrary(String name)
Returns a |
Privileges | Read only |
Type | LibraryMBean[] |
Relationship type: | Reference. |
Returns the JDBCConnectionPoolMBeans representing the pools that have been configured to be part of this domain.
Deprecated.
Factory Methods | createJDBCConnectionPool
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCConnectionPool(String name)
Returns a |
Privileges | Read only |
Type | JDBCConnectionPoolMBean[] |
Relationship type: | Containment. |
Define JDBCDataSourceFactories for this Domain
Deprecated.
Factory Methods | createJDBCDataSourceFactory
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCDataSourceFactory(String name)
Returns a |
Privileges | Read only |
Type | JDBCDataSourceFactoryMBean[] |
Relationship type: | Containment. |
Returns the JDBCDataSourceMBeans representing the data sources that have been configured to be part of this domain.
Deprecated.
Factory Methods | createJDBCDataSource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCDataSource(String name)
Returns a |
Privileges | Read only |
Type | JDBCDataSourceMBean[] |
Relationship type: | Containment. |
Returns the JDBCMultiPool representing the multi-pools that have been configured to be part of this domain.
Deprecated.
Factory Methods | createJDBCMultiPool
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCMultiPool(String name)
Returns a |
Privileges | Read only |
Type | JDBCMultiPoolMBean[] |
Relationship type: | Containment. |
Return file stores defined in this domain
Factory Methods | createJDBCStore
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCStore(String name)
Returns a |
Privileges | Read only |
Type | JDBCStoreMBean[] |
Relationship type: | Containment. |
Returns the JDBCSystemResourceMBeans that have been defined for this domain
Factory Methods | createJDBCSystemResource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCSystemResource(String name)
Returns a |
Privileges | Read only |
Type | JDBCSystemResourceMBean[] |
Relationship type: | Containment. |
Returns the JDBCTxDataSource representing the JDBCTxDataSource which has been configured in this domain
Deprecated.
Factory Methods | createJDBCTxDataSource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJDBCTxDataSource(String name)
Returns a |
Privileges | Read only |
Type | JDBCTxDataSourceMBean[] |
Relationship type: | Containment. |
Return the JMSBridgeDestinations for this Domain.
Factory Methods | createJMSBridgeDestination
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSBridgeDestination(String name)
Returns a |
Privileges | Read only |
Type | JMSBridgeDestinationMBean[] |
Relationship type: | Containment. |
Return the JMSConnectionFactorys for this Domain.
Deprecated.
Factory Methods | createJMSConnectionFactory
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSConnectionFactory(String name)
Returns a |
Privileges | Read only |
Type | JMSConnectionFactoryMBean[] |
Relationship type: | Containment. |
Retrieve JMSDestinationKeys for this Domain
Deprecated.
Factory Methods | createJMSDestinationKey
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSDestinationKey(String name)
Returns a |
Privileges | Read only |
Type | JMSDestinationKeyMBean[] |
Relationship type: | Containment. |
Retrieve JMSDestinations for this Domain
Deprecated.
Lookup Operation | lookupJMSDestination(String name)
Returns a |
Privileges | Read only |
Type | JMSDestinationMBean[] |
Relationship type: | Reference. |
Define JMSDistributedQueueMembers for this Domain
Deprecated.
Factory Methods | createJMSDistributedQueueMember
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSDistributedQueueMember(String name)
Returns a |
Privileges | Read only |
Type | JMSDistributedQueueMemberMBean[] |
Relationship type: | Containment. |
Define JMSDistributedQueues for this Domain
Deprecated.
Factory Methods | createJMSDistributedQueue
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSDistributedQueue(String name)
Returns a |
Privileges | Read only |
Type | JMSDistributedQueueMBean[] |
Relationship type: | Containment. |
Define JMSDistributedTopicMembers for this Domain
Deprecated.
Factory Methods | createJMSDistributedTopicMember
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSDistributedTopicMember(String name)
Returns a |
Privileges | Read only |
Type | JMSDistributedTopicMemberMBean[] |
Relationship type: | Containment. |
Define JMSDistributedTopics for this Domain
Deprecated.
Factory Methods | createJMSDistributedTopic
(java.lang.String )
Factory methods do not return objects. |
Lookup Operation | lookupJMSDistributedTopic(String name)
Returns a |
Privileges | Read only |
Type | JMSDistributedTopicMBean[] |
Relationship type: | Containment. |
Define JMSFileStores for this Domain
Deprecated.
Factory Methods | createJMSFileStore
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSFileStore(String name)
Returns a |
Privileges | Read only |
Type | JMSFileStoreMBean[] |
Relationship type: | Containment. |
Returns the JMS Interop Module that have been defined for this domain.
Factory Methods | createJMSInteropModule
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSInteropModule(String name)
Returns a |
Privileges | Read only |
Type | JMSInteropModuleMBean[] |
Relationship type: | Containment. |
Define JMSJDBCStores for this Domain
Deprecated.
Factory Methods | createJMSJDBCStore
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSJDBCStore(String name)
Returns a |
Privileges | Read only |
Type | JMSJDBCStoreMBean[] |
Relationship type: | Containment. |
Define JMSQueues for this Domain
Deprecated.
Factory Methods | createJMSQueue
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSQueue(String name)
Returns a |
Privileges | Read only |
Type | JMSQueueMBean[] |
Relationship type: | Containment. |
Define JMSServers for this Domain
Factory Methods | createJMSServer
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSServer(String name)
Returns a |
Privileges | Read only |
Type | JMSServerMBean[] |
Relationship type: | Containment. |
Return the JMSSessionPools for this Domain.
Deprecated.
Factory Methods | createJMSSessionPool
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSSessionPool(String name)
Returns a |
Privileges | Read only |
Type | JMSSessionPoolMBean[] |
Relationship type: | Containment. |
Define JMSStores for this Domain
Deprecated.
Lookup Operation | lookupJMSStore(String name)
Returns a |
Privileges | Read only |
Type | JMSStoreMBean[] |
Relationship type: | Reference. |
Returns the JMSSystemResourceMBeans that have been defined for this domain.
Factory Methods | createJMSSystemResource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSSystemResource(String name)
Returns a |
Privileges | Read only |
Type | JMSSystemResourceMBean[] |
Relationship type: | Containment. |
Define JMSTemplates for this Domain
Deprecated.
Factory Methods | createJMSTemplate
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSTemplate(String name)
Returns a |
Privileges | Read only |
Type | JMSTemplateMBean[] |
Relationship type: | Containment. |
Define JMSTopics for this Domain
Deprecated.
Factory Methods | createJMSTopic
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSTopic(String name)
Returns a |
Privileges | Read only |
Type | JMSTopicMBean[] |
Relationship type: | Containment. |
The configuration of the JMX Subsystem.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | JMXMBean |
Relationship type: | Containment. |
Return the JoltConnectionPools for this Domain.
Factory Methods | createJoltConnectionPool
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJoltConnectionPool(String name)
Returns a |
Privileges | Read only |
Type | JoltConnectionPoolMBean[] |
Relationship type: | Containment. |
Return the JPA configuration for this Domain.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | JPAMBean |
Relationship type: | Containment. |
Return the JTA configuration for this Domain.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | JTAMBean |
Relationship type: | Containment. |
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Lookup Operation | lookupInternalLibrary(String name)
Returns a |
Lookup Operation | lookupLibrary(String name)
Returns a |
Privileges | Read only |
Type | LibraryMBean[] |
Relationship type: | Containment. |
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 |
Type | LogMBean |
Relationship type: | Containment. |
Gets the array of log filters defined in the domain
Factory Methods | createLogFilter
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupLogFilter(String name)
Returns a |
Privileges | Read only |
Type | LogFilterMBean[] |
Relationship type: | Containment. |
Define machines for this Domain
Factory Methods | createMachine
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupMachine(String name)
Returns a |
Privileges | Read only |
Type | MachineMBean[] |
Relationship type: | Containment. |
Retrieve MailSessions for this Domain
Factory Methods | createMailSession
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupMailSession(String name)
Returns a |
Privileges | Read only |
Type | MailSessionMBean[] |
Relationship type: | Containment. |
Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
Factory Methods | createMessagingBridge
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupMessagingBridge(String name)
Returns a |
Privileges | Read only |
Type | MessagingBridgeMBean[] |
Relationship type: | Containment. |
Returns an array of the contained MigratableTarget MBeans
Factory Methods | createMigratableTarget
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupMigratableTarget(String name)
Returns a |
Privileges | Read only |
Type | MigratableTargetMBean[] |
Relationship type: | Containment. |
Define NetworkChannels for this Domain
Deprecated.
Factory Methods | createNetworkChannel
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupNetworkChannel(String name)
Returns a |
Privileges | Read only |
Type | NetworkChannelMBean[] |
Relationship type: | Containment. |
Get RemoteSAFContextMBean for this Domain
Factory Methods | createRemoteSAFContext
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupRemoteSAFContext(String name)
Returns a |
Privileges | Read only |
Type | RemoteSAFContextMBean[] |
Relationship type: | Containment. |
The configuration of the Management Services Subsystem.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | RestfulManagementServicesMBean |
Relationship type: | Containment. |
Get SAFAgentMBean for this Domain
Factory Methods | createSAFAgent
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupSAFAgent(String name)
Returns a |
Privileges | Read only |
Type | SAFAgentMBean[] |
Relationship type: | Containment. |
Return the (old) security configuration for this domain.
Deprecated.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | SecurityMBean |
Relationship type: | Containment. |
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 |
Type | SecurityConfigurationMBean |
Relationship type: | Containment. |
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 |
Type | SelfTuningMBean |
Relationship type: | Containment. |
Returns the ServerMBeans representing the servers that have been configured to be part of this domain.
Factory Methods | createServer
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupServer(String name)
Returns a |
Privileges | Read only |
Type | ServerMBean[] |
Relationship type: | Containment. |
Retrieve ShutdownClasses for this Domain
Factory Methods | createShutdownClass
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupShutdownClass(String name)
Returns a |
Privileges | Read only |
Type | ShutdownClassMBean[] |
Relationship type: | Containment. |
Retrieve SingletonServicees for this Domain
Factory Methods | createSingletonService
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupSingletonService(String name)
Returns a |
Privileges | Read only |
Type | SingletonServiceMBean[] |
Relationship type: | Containment. |
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 |
Type | SNMPAgentMBean |
Relationship type: | Containment. |
The SNMPAgentDeployments defined in the domain.
Factory Methods | createSNMPAgentDeployment
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupSNMPAgentDeployment(String name)
Returns a |
Privileges | Read only |
Type | SNMPAgentDeploymentMBean[] |
Relationship type: | Containment. |
Retrieve StartupClasses for this Domain
Factory Methods | createStartupClass
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupStartupClass(String name)
Returns a |
Privileges | Read only |
Type | StartupClassMBean[] |
Relationship type: | Containment. |
Return the SystemResourceMBeans in this Domain.
Lookup Operation | lookupSystemResource(String name)
Returns a |
Privileges | Read only |
Type | SystemResourceMBean[] |
Relationship type: | Reference. |
Define targets for this Domain
Lookup Operation | lookupTarget(String name)
Returns a |
Privileges | Read only |
Type | TargetMBean[] |
Relationship type: | Reference. |
Define VirtualHosts for this Domain
Factory Methods | createVirtualHost
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupVirtualHost(String name)
Returns a |
Privileges | Read only |
Type | VirtualHostMBean[] |
Relationship type: | Containment. |
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 |
Type | WebAppContainerMBean |
Relationship type: | Containment. |
Factory Methods | createWebserviceSecurity
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupWebserviceSecurity(String name)
Returns a |
Privileges | Read only |
Type | WebserviceSecurityMBean[] |
Relationship type: | Containment. |
Returns the WLDFSystemResourceMBeans that have been defined for this domain.
Factory Methods | createWLDFSystemResource
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupWLDFSystemResource(String name)
Returns a |
Privileges | Read only |
Type | WLDFSystemResourceMBean[] |
Relationship type: | Containment. |
Get WLECConnectionPools for this Domain
Factory Methods | createWLECConnectionPool
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupWLECConnectionPool(String name)
Returns a |
Privileges | Read only |
Type | WLECConnectionPoolMBean[] |
Relationship type: | Containment. |
Define wSReliableDeliveryPolicies for this Domain
Factory Methods | createWSReliableDeliveryPolicy
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupWSReliableDeliveryPolicy(String name)
Returns a |
Privileges | Read only |
Type | WSReliableDeliveryPolicyMBean[] |
Relationship type: | Containment. |
Return the WTCServerMBeans for this Domain.
Factory Methods | createWTCServer
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupWTCServer(String name)
Returns a |
Privileges | Read only |
Type | WTCServerMBean[] |
Relationship type: | Containment. |
Returns all the XMLEntityCache objects defined in this domain
Factory Methods | createXMLEntityCache
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupXMLEntityCache(String name)
Returns a |
Privileges | Read only |
Type | XMLEntityCacheMBean[] |
Relationship type: | Containment. |
Define xMLRegistries for this Domain
Factory Methods | createXMLRegistry
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupXMLRegistry(String name)
Returns a |
Privileges | Read only |
Type | XMLRegistryMBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
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.
Privileges | Read/Write |
Type | boolean |
The common secure administration port for this WebLogic Server domain. (Requires you to enable the administration port.)
For more information, see:
Privileges | Read/Write |
Type | int |
Default Value | 9002 |
Minimum value | 1 |
Maximum value | 65535 |
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:
The administration port accepts only connections that specify administrator credentials.
Connections that specify administrator credentials can use only the administration port.
The command that starts managed servers must specify a secure
protocol and the administration port:
-Dweblogic.management.server=https://admin_server:administration_port
For more information, see:
Privileges | Read/Write |
Type | boolean |
Secure value | true |
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 |
Type | java.lang.String |
Default Value | t3s |
Legal Values |
|
Privileges | Read/Write |
Type | java.lang.String |
The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified.
Privileges | Read/Write |
Type | int |
Default Value | 0 |
Causes the server to periodically persist changes to its configuration.
Deprecated.
Privileges | Read/Write |
Type | boolean |
Default Value | true |
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
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 |
Type | boolean |
If true, then backups of the configuration will be made during server boot.
Privileges | Read/Write |
Type | boolean |
Returns the criteria used for auditing configuration events (configuration changes and other operations):
CONFIG_CHANGE_NONE
Configuration events will neither be written to the server log or directed to the Security Audit Framework.
CONFIG_CHANGE_LOG
Configuration events will be written to the server log.
CONFIG_CHANGE_AUDIT
Configuration events will be directed to the Security Audit Framework.
CONFIG_CHANGE_LOG_AND_AUDIT
Configuration events will be written to the server log and directed to the Security Audit Framework.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | none |
Legal Values |
|
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 |
Type | java.lang.String |
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 |
Type | java.lang.String |
Default Value | console |
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 |
Type | boolean |
Default Value | true |
Returns the directory path that console extensions are loaded from.
For more information, see:
Privileges | Read/Write |
Type | java.lang.String |
Default Value | console-ext |
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 |
Type | java.lang.String |
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 |
Type | boolean |
Specifies whether the Guardian Agent is deployed when starting servers in the current domain.
Privileges | Read/Write |
Type | boolean |
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 |
Type | boolean |
Default Value | true |
Return the last time this domain was updated. This is guaranteed to be unique for a given transactional modification.
Privileges | Read only |
Type | long |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
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 |
Type | java.lang.String |
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
<
. Carriage returns/line feeds are
preserved.
If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
Privileges | Read/Write |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
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 |
Type | boolean |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Return the root directory for the domain. In other words for a server process [ServerMBean.getRootDirectory] or [ServerMBean.getDomainDirectory]
Privileges | Read only |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
This section describes the following operations:
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" |
Parameters | Object [] { name }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | UnixMachineMBean |
Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.
Operation Name | "discoverManagedServer" |
Parameters | Object [] { }
where: |
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.
Operation Name | "discoverManagedServers" |
Parameters | null |
Signature | null |
Returns |
void
|
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.
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.
Operation Name | "freezeCurrentValue" |
Parameters | Object [] { attributeName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
this method provides an array of strings that are the names of the managed servers that are not currently connected.
Deprecated.
Operation Name | "getDisconnectedManagedServers" |
Parameters | null |
Signature | null |
Returns |
class |
Returns true if the specified attribute has been set explicitly in this MBean instance.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Deprecated.
Operation Name | "kill" |
Parameters | null |
Signature | null |
Returns | HashMap
|
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.
Operation Name | "restoreDefaultValue" |
Parameters | Object [] { attributeName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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.
Operation Name | "start" |
Parameters | null |
Signature | null |
Returns | HashMap
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|