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 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.
Related MBeans
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
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 Type AdminConsoleMBean 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 Operation lookupInternalAppDeployment(String name)
Returns a
javax.management.ObjectName for the instance of
AppDeploymentMBean named
name.
Lookup Operation lookupAppDeployment(String name)
Returns a
javax.management.ObjectName for the instance of
AppDeploymentMBean named
name.
Privileges Read only Type AppDeploymentMBean[] Relationship type: Containment.
Applications
Define applications for this Domain
Deprecated.
9.0.0.0
Factory Methods createApplication (java.lang.String name)
destroyApplication (ApplicationMBean application)
Factory methods do not return objects.
Lookup Operation lookupApplication(String name)
Returns a
javax.management.ObjectName for the instance of
ApplicationMBean named
name.
Privileges Read only Type ApplicationMBean[] Relationship type: Containment.
BridgeDestinations
Return the BridgeDestinations for this Domain.
Deprecated.
9.0.0.0
Factory Methods createBridgeDestination (java.lang.String name)
destroyBridgeDestination (BridgeDestinationMBean bridgeDestination)
Factory methods do not return objects.
Lookup Operation lookupBridgeDestination(String name)
Returns a
javax.management.ObjectName for the instance of
BridgeDestinationMBean named
name.
Privileges Read only Type BridgeDestinationMBean[] Relationship type: Containment.
Clusters
Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.
Factory Methods createCluster (java.lang.String name)
destroyCluster (ClusterMBean cluster)
Factory methods do not return objects.
Lookup Operation lookupCluster(String name)
Returns a
javax.management.ObjectName for the instance of
ClusterMBean named
name.
Privileges Read only Type ClusterMBean[] Relationship type: Containment.
CustomResources
Returns the JMSSystemResourceMBeans that have been defined for this domain.
Factory Methods createCustomResource (java.lang.String name)
destroyCustomResource (CustomResourceMBean bean)
Factory methods do not return objects.
Lookup Operation lookupCustomResource(String name)
Returns a
javax.management.ObjectName for the instance of
CustomResourceMBean named
name.
Privileges Read only Type CustomResourceMBean[] 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 Type DeploymentConfigurationMBean Relationship type: Containment.
Deployments
Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.
Privileges Read only Type DeploymentMBean[] Relationship type: Reference.
DomainLogFilters
Gets the array of domain log filters defined in the domain
Deprecated.
9.0.0.0
Factory Methods createDomainLogFilter (java.lang.String name)
destroyDomainLogFilter (DomainLogFilterMBean logFilter)
Factory methods do not return objects.
Lookup Operation lookupDomainLogFilter(String name)
Returns a
javax.management.ObjectName for the instance of
DomainLogFilterMBean named
name.
Privileges Read only Type DomainLogFilterMBean[] 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 Type EmbeddedLDAPMBean Relationship type: Containment.
ErrorHandlings
Get ErrorHandlingMBean for this Domain
Factory Methods createErrorHandling (java.lang.String name)
destroyErrorHandling (ErrorHandlingMBean errorHandling)
Factory methods do not return objects.
Lookup Operation lookupErrorHandling(String name)
Returns a
javax.management.ObjectName for the instance of
ErrorHandlingMBean named
name.
Privileges Read only Type ErrorHandlingMBean[] Relationship type: Containment.
FileStores
Return file stores defined in this domain
Factory Methods createFileStore (java.lang.String name)
destroyFileStore (FileStoreMBean store)
Factory methods do not return objects.
Lookup Operation lookupFileStore(String name)
Returns a
javax.management.ObjectName for the instance of
FileStoreMBean named
name.
Privileges Read only Type FileStoreMBean[] Relationship type: Containment.
InternalAppDeployments
The collection of internal application deployments in this domain
Lookup Operation lookupInternalAppDeployment(String name)
Returns a
javax.management.ObjectName for the instance of
AppDeploymentMBean named
name.
Lookup Operation lookupAppDeployment(String name)
Returns a
javax.management.ObjectName for the instance of
AppDeploymentMBean named
name.
Privileges Read only Type AppDeploymentMBean[] Relationship type: Reference.
InternalLibraries
The collection of internal libraries in this domain
Lookup Operation lookupInternalLibrary(String name)
Returns a
javax.management.ObjectName for the instance of
LibraryMBean named
name.
Lookup Operation lookupLibrary(String name)
Returns a
javax.management.ObjectName for the instance of
LibraryMBean named
name.
Privileges Read only Type LibraryMBean[] 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 Methods createJDBCConnectionPool (java.lang.String name)
destroyJDBCConnectionPool (JDBCConnectionPoolMBean pool)
Factory methods do not return objects.
Lookup Operation lookupJDBCConnectionPool(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCConnectionPoolMBean named
name.
Privileges Read only Type JDBCConnectionPoolMBean[] Relationship type: Containment.
JDBCDataSourceFactories
Define JDBCDataSourceFactories for this Domain
Deprecated.
9.0.0.0 Replaced by DomainMBean#AppDeployment
Factory Methods createJDBCDataSourceFactory (java.lang.String name)
destroyJDBCDataSourceFactory (JDBCDataSourceFactoryMBean factory)
Factory methods do not return objects.
Lookup Operation lookupJDBCDataSourceFactory(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCDataSourceFactoryMBean named
name.
Privileges Read only Type JDBCDataSourceFactoryMBean[] 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 Methods createJDBCDataSource (java.lang.String name)
destroyJDBCDataSource (JDBCDataSourceMBean dataSource)
Factory methods do not return objects.
Lookup Operation lookupJDBCDataSource(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCDataSourceMBean named
name.
Privileges Read only Type JDBCDataSourceMBean[] 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 Methods createJDBCMultiPool (java.lang.String name)
destroyJDBCMultiPool (JDBCMultiPoolMBean pool)
Factory methods do not return objects.
Lookup Operation lookupJDBCMultiPool(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCMultiPoolMBean named
name.
Privileges Read only Type JDBCMultiPoolMBean[] Relationship type: Containment.
JDBCStores
Return file stores defined in this domain
Factory Methods createJDBCStore (java.lang.String name)
destroyJDBCStore (JDBCStoreMBean store)
Factory methods do not return objects.
Lookup Operation lookupJDBCStore(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCStoreMBean named
name.
Privileges Read only Type JDBCStoreMBean[] Relationship type: Containment.
JDBCSystemResources
Returns the JDBCSystemResourceMBeans that have been defined for this domain
Factory Methods createJDBCSystemResource (java.lang.String name)
destroyJDBCSystemResource (JDBCSystemResourceMBean bean)
Factory methods do not return objects.
Lookup Operation lookupJDBCSystemResource(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCSystemResourceMBean named
name.
Privileges Read only Type JDBCSystemResourceMBean[] 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 Methods createJDBCTxDataSource (java.lang.String name)
destroyJDBCTxDataSource (JDBCTxDataSourceMBean dataSource)
Factory methods do not return objects.
Lookup Operation lookupJDBCTxDataSource(String name)
Returns a
javax.management.ObjectName for the instance of
JDBCTxDataSourceMBean named
name.
Privileges Read only Type JDBCTxDataSourceMBean[] Relationship type: Containment.
JMSBridgeDestinations
Return the JMSBridgeDestinations for this Domain.
Factory Methods createJMSBridgeDestination (java.lang.String name)
destroyJMSBridgeDestination (JMSBridgeDestinationMBean jmsBridgeDestination)
Factory methods do not return objects.
Lookup Operation lookupJMSBridgeDestination(String name)
Returns a
javax.management.ObjectName for the instance of
JMSBridgeDestinationMBean named
name.
Privileges Read only Type JMSBridgeDestinationMBean[] Relationship type: Containment.
JMSConnectionFactories
Return the JMSConnectionFactorys for this Domain.
Deprecated.
9.0.0.0
Factory Methods createJMSConnectionFactory (java.lang.String name)
destroyJMSConnectionFactory (JMSConnectionFactoryMBean jmsConnectionFactory)
Factory methods do not return objects.
Lookup Operation lookupJMSConnectionFactory(String name)
Returns a
javax.management.ObjectName for the instance of
JMSConnectionFactoryMBean named
name.
Privileges Read only Type JMSConnectionFactoryMBean[] Relationship type: Containment.
JMSDestinationKeys
Retrieve JMSDestinationKeys for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSDestinationKey (java.lang.String name)
destroyJMSDestinationKey (JMSDestinationKeyMBean destination)
Factory methods do not return objects.
Lookup Operation lookupJMSDestinationKey(String name)
Returns a
javax.management.ObjectName for the instance of
JMSDestinationKeyMBean named
name.
Privileges Read only Type JMSDestinationKeyMBean[] Relationship type: Containment.
JMSDestinations
Retrieve JMSDestinations for this Domain
Deprecated.
9.0.0.0
Lookup Operation lookupJMSDestination(String name)
Returns a
javax.management.ObjectName for the instance of
JMSDestinationMBean named
name.
Privileges Read only Type JMSDestinationMBean[] Relationship type: Reference.
JMSDistributedQueueMembers
Define JMSDistributedQueueMembers for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSDistributedQueueMember (java.lang.String name)
destroyJMSDistributedQueueMember (JMSDistributedQueueMemberMBean queue)
Factory methods do not return objects.
Lookup Operation lookupJMSDistributedQueueMember(String name)
Returns a
javax.management.ObjectName for the instance of
JMSDistributedQueueMemberMBean named
name.
Privileges Read only Type JMSDistributedQueueMemberMBean[] Relationship type: Containment.
JMSDistributedQueues
Define JMSDistributedQueues for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSDistributedQueue (java.lang.String name)
destroyJMSDistributedQueue (JMSDistributedQueueMBean member)
Factory methods do not return objects.
Lookup Operation lookupJMSDistributedQueue(String name)
Returns a
javax.management.ObjectName for the instance of
JMSDistributedQueueMBean named
name.
Privileges Read only Type JMSDistributedQueueMBean[] Relationship type: Containment.
JMSDistributedTopicMembers
Define JMSDistributedTopicMembers for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSDistributedTopicMember (java.lang.String name)
destroyJMSDistributedTopicMember (JMSDistributedTopicMemberMBean topic)
Factory methods do not return objects.
Lookup Operation lookupJMSDistributedTopicMember(String name)
Returns a
javax.management.ObjectName for the instance of
JMSDistributedTopicMemberMBean named
name.
Privileges Read only Type JMSDistributedTopicMemberMBean[] Relationship type: Containment.
JMSDistributedTopics
Define JMSDistributedTopics for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSDistributedTopic (java.lang.String )
destroyJMSDistributedTopic (JMSDistributedTopicMBean member)
Factory methods do not return objects.
Lookup Operation lookupJMSDistributedTopic(String name)
Returns a
javax.management.ObjectName for the instance of
JMSDistributedTopicMBean named
name.
Privileges Read only Type JMSDistributedTopicMBean[] Relationship type: Containment.
JMSFileStores
Define JMSFileStores for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSFileStore (java.lang.String name)
destroyJMSFileStore (JMSFileStoreMBean store)
Factory methods do not return objects.
Lookup Operation lookupJMSFileStore(String name)
Returns a
javax.management.ObjectName for the instance of
JMSFileStoreMBean named
name.
Privileges Read only Type JMSFileStoreMBean[] Relationship type: Containment.
JMSInteropModules
Returns the JMS Interop Module that have been defined for this domain.
Factory Methods createJMSInteropModule (java.lang.String name)
destroyJMSInteropModule (JMSInteropModuleMBean bean)
Factory methods do not return objects.
Lookup Operation lookupJMSInteropModule(String name)
Returns a
javax.management.ObjectName for the instance of
JMSInteropModuleMBean named
name.
Privileges Read only Type JMSInteropModuleMBean[] Relationship type: Containment.
JMSJDBCStores
Define JMSJDBCStores for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSJDBCStore (java.lang.String name)
destroyJMSJDBCStore (JMSJDBCStoreMBean store)
Factory methods do not return objects.
Lookup Operation lookupJMSJDBCStore(String name)
Returns a
javax.management.ObjectName for the instance of
JMSJDBCStoreMBean named
name.
Privileges Read only Type JMSJDBCStoreMBean[] Relationship type: Containment.
JMSQueues
Define JMSQueues for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSQueue (java.lang.String name)
destroyJMSQueue (JMSQueueMBean queue)
Factory methods do not return objects.
Lookup Operation lookupJMSQueue(String name)
Returns a
javax.management.ObjectName for the instance of
JMSQueueMBean named
name.
Privileges Read only Type JMSQueueMBean[] Relationship type: Containment.
JMSServers
Define JMSServers for this Domain
Factory Methods createJMSServer (java.lang.String name)
destroyJMSServer (JMSServerMBean jmsServer)
Factory methods do not return objects.
Lookup Operation lookupJMSServer(String name)
Returns a
javax.management.ObjectName for the instance of
JMSServerMBean named
name.
Privileges Read only Type JMSServerMBean[] Relationship type: Containment.
JMSSessionPools
Return the JMSSessionPools for this Domain.
Deprecated.
9.0.0.0
Factory Methods createJMSSessionPool (java.lang.String name)
destroyJMSSessionPool (JMSSessionPoolMBean jmsSessionPool)
Factory methods do not return objects.
Lookup Operation lookupJMSSessionPool(String name)
Returns a
javax.management.ObjectName for the instance of
JMSSessionPoolMBean named
name.
Privileges Read only Type JMSSessionPoolMBean[] Relationship type: Containment.
JMSStores
Define JMSStores for this Domain
Deprecated.
9.0.0.0
Lookup Operation lookupJMSStore(String name)
Returns a
javax.management.ObjectName for the instance of
JMSStoreMBean named
name.
Privileges Read only Type JMSStoreMBean[] Relationship type: Reference.
JMSSystemResources
Returns the JMSSystemResourceMBeans that have been defined for this domain.
Factory Methods createJMSSystemResource (java.lang.String name)
destroyJMSSystemResource (JMSSystemResourceMBean bean)
Factory methods do not return objects.
Lookup Operation lookupJMSSystemResource(String name)
Returns a
javax.management.ObjectName for the instance of
JMSSystemResourceMBean named
name.
Privileges Read only Type JMSSystemResourceMBean[] Relationship type: Containment.
JMSTemplates
Define JMSTemplates for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSTemplate (java.lang.String name)
destroyJMSTemplate (JMSTemplateMBean template)
Factory methods do not return objects.
Lookup Operation lookupJMSTemplate(String name)
Returns a
javax.management.ObjectName for the instance of
JMSTemplateMBean named
name.
Privileges Read only Type JMSTemplateMBean[] Relationship type: Containment.
JMSTopics
Define JMSTopics for this Domain
Deprecated.
9.0.0.0
Factory Methods createJMSTopic (java.lang.String name)
destroyJMSTopic (JMSTopicMBean topic)
Factory methods do not return objects.
Lookup Operation lookupJMSTopic(String name)
Returns a
javax.management.ObjectName for the instance of
JMSTopicMBean named
name.
Privileges Read only Type JMSTopicMBean[] 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 Type JMXMBean Relationship type: Containment.
JoltConnectionPools
Return the JoltConnectionPools for this Domain.
Factory Methods createJoltConnectionPool (java.lang.String name)
destroyJoltConnectionPool (JoltConnectionPoolMBean joltConnectionPool)
Factory methods do not return objects.
Lookup Operation lookupJoltConnectionPool(String name)
Returns a
javax.management.ObjectName for the instance of
JoltConnectionPoolMBean named
name.
Privileges Read only Type JoltConnectionPoolMBean[] 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 Type JTAMBean Relationship type: Containment.
Libraries
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Lookup Operation lookupInternalLibrary(String name)
Returns a
javax.management.ObjectName for the instance of
LibraryMBean named
name.
Lookup Operation lookupLibrary(String name)
Returns a
javax.management.ObjectName for the instance of
LibraryMBean named
name.
Privileges Read only Type LibraryMBean[] 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 Type LogMBean Relationship type: Containment.
LogFilters
Gets the array of log filters defined in the domain
Factory Methods createLogFilter (java.lang.String name)
destroyLogFilter (LogFilterMBean logFilter)
Factory methods do not return objects.
Lookup Operation lookupLogFilter(String name)
Returns a
javax.management.ObjectName for the instance of
LogFilterMBean named
name.
Privileges Read only Type LogFilterMBean[] Relationship type: Containment.
Machines
Define machines for this Domain
Factory Methods createMachine (java.lang.String name)
destroyMachine (MachineMBean machine)
Factory methods do not return objects.
Lookup Operation lookupMachine(String name)
Returns a
javax.management.ObjectName for the instance of
MachineMBean named
name.
Privileges Read only Type MachineMBean[] Relationship type: Containment.
MailSessions
Retrieve MailSessions for this Domain
Factory Methods createMailSession (java.lang.String name)
destroyMailSession (MailSessionMBean ms)
Factory methods do not return objects.
Lookup Operation lookupMailSession(String name)
Returns a
javax.management.ObjectName for the instance of
MailSessionMBean named
name.
Privileges Read only Type MailSessionMBean[] Relationship type: Containment.
MessagingBridges
Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
Factory Methods createMessagingBridge (java.lang.String name)
destroyMessagingBridge (MessagingBridgeMBean bridge)
Factory methods do not return objects.
Lookup Operation lookupMessagingBridge(String name)
Returns a
javax.management.ObjectName for the instance of
MessagingBridgeMBean named
name.
Privileges Read only Type MessagingBridgeMBean[] Relationship type: Containment.
MigratableTargets
Returns an array of the contained MigratableTarget MBeans
Factory Methods createMigratableTarget (java.lang.String name)
destroyMigratableTarget (MigratableTargetMBean bean)
Factory methods do not return objects.
Lookup Operation lookupMigratableTarget(String name)
Returns a
javax.management.ObjectName for the instance of
MigratableTargetMBean named
name.
Privileges Read only Type MigratableTargetMBean[] Relationship type: Containment.
NetworkChannels
Define NetworkChannels for this Domain
Deprecated.
9.0.0.0
Factory Methods createNetworkChannel (java.lang.String name)
destroyNetworkChannel (NetworkChannelMBean channel)
Factory methods do not return objects.
Lookup Operation lookupNetworkChannel(String name)
Returns a
javax.management.ObjectName for the instance of
NetworkChannelMBean named
name.
Privileges Read only Type NetworkChannelMBean[] Relationship type: Containment.
RemoteSAFContexts
Get RemoteSAFContextMBean for this Domain
Factory Methods createRemoteSAFContext (java.lang.String name)
destroyRemoteSAFContext (RemoteSAFContextMBean remoteSAFContext)
Factory methods do not return objects.
Lookup Operation lookupRemoteSAFContext(String name)
Returns a
javax.management.ObjectName for the instance of
RemoteSAFContextMBean named
name.
Privileges Read only Type RemoteSAFContextMBean[] Relationship type: Containment.
SAFAgents
Get SAFAgentMBean for this Domain
Factory Methods createSAFAgent (java.lang.String name)
destroySAFAgent (SAFAgentMBean sAFAgent)
Factory methods do not return objects.
Lookup Operation lookupSAFAgent(String name)
Returns a
javax.management.ObjectName for the instance of
SAFAgentMBean named
name.
Privileges Read only Type SAFAgentMBean[] 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 Type SecurityMBean 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 Type SecurityConfigurationMBean 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 Type SelfTuningMBean Relationship type: Containment.
Servers
Returns the ServerMBeans representing the servers that have been configured to be part of this domain.
Factory Methods createServer (java.lang.String name)
destroyServer (ServerMBean server)
Factory methods do not return objects.
Lookup Operation lookupServer(String name)
Returns a
javax.management.ObjectName for the instance of
ServerMBean named
name.
Privileges Read only Type ServerMBean[] Relationship type: Containment.
ShutdownClasses
Retrieve ShutdownClasses for this Domain
Factory Methods createShutdownClass (java.lang.String name)
destroyShutdownClass (ShutdownClassMBean sc)
Factory methods do not return objects.
Lookup Operation lookupShutdownClass(String name)
Returns a
javax.management.ObjectName for the instance of
ShutdownClassMBean named
name.
Privileges Read only Type ShutdownClassMBean[] Relationship type: Containment.
SingletonServices
Retrieve SingletonServicees for this Domain
Factory Methods createSingletonService (java.lang.String name)
destroySingletonService (SingletonServiceMBean sc)
Factory methods do not return objects.
Lookup Operation lookupSingletonService(String name)
Returns a
javax.management.ObjectName for the instance of
SingletonServiceMBean named
name.
Privileges Read only Type SingletonServiceMBean[] 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 Type SNMPAgentMBean Relationship type: Containment.
SNMPAgentDeployments
The SNMPAgentDeployments defined in the domain.
Factory Methods createSNMPAgentDeployment (java.lang.String name)
destroySNMPAgentDeployment (SNMPAgentDeploymentMBean mbean)
Factory methods do not return objects.
Lookup Operation lookupSNMPAgentDeployment(String name)
Returns a
javax.management.ObjectName for the instance of
SNMPAgentDeploymentMBean named
name.
Privileges Read only Type SNMPAgentDeploymentMBean[] Relationship type: Containment.
StartupClasses
Retrieve StartupClasses for this Domain
Factory Methods createStartupClass (java.lang.String name)
destroyStartupClass (StartupClassMBean sc)
Factory methods do not return objects.
Lookup Operation lookupStartupClass(String name)
Returns a
javax.management.ObjectName for the instance of
StartupClassMBean named
name.
Privileges Read only Type StartupClassMBean[] Relationship type: Containment.
SystemResources
Return the SystemResourceMBeans in this Domain.
Lookup Operation lookupSystemResource(String name)
Returns a
javax.management.ObjectName for the instance of
SystemResourceMBean named
name.
Privileges Read only Type SystemResourceMBean[] Relationship type: Reference.
Targets
Define targets for this Domain
Lookup Operation lookupTarget(String name)
Returns a
javax.management.ObjectName for the instance of
TargetMBean named
name.
Privileges Read only Type TargetMBean[] Relationship type: Reference.
VirtualHosts
Define VirtualHosts for this Domain
Factory Methods createVirtualHost (java.lang.String name)
destroyVirtualHost (VirtualHostMBean host)
Factory methods do not return objects.
Lookup Operation lookupVirtualHost(String name)
Returns a
javax.management.ObjectName for the instance of
VirtualHostMBean named
name.
Privileges Read only Type VirtualHostMBean[] 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 Type WebAppContainerMBean Relationship type: Containment.
WebserviceSecurities
Factory Methods createWebserviceSecurity (java.lang.String name)
destroyWebserviceSecurity (WebserviceSecurityMBean wsc)
Factory methods do not return objects.
Lookup Operation lookupWebserviceSecurity(String name)
Returns a
javax.management.ObjectName for the instance of
WebserviceSecurityMBean named
name.
Privileges Read only Type WebserviceSecurityMBean[] Relationship type: Containment.
WLDFSystemResources
Returns the WLDFSystemResourceMBeans that have been defined for this domain.
Factory Methods createWLDFSystemResource (java.lang.String name)
destroyWLDFSystemResource (WLDFSystemResourceMBean bean)
Factory methods do not return objects.
Lookup Operation lookupWLDFSystemResource(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFSystemResourceMBean named
name.
Privileges Read only Type WLDFSystemResourceMBean[] Relationship type: Containment.
WLECConnectionPools
Get WLECConnectionPools for this Domain
Factory Methods createWLECConnectionPool (java.lang.String name)
destroyWLECConnectionPool (WLECConnectionPoolMBean store)
Factory methods do not return objects.
Lookup Operation lookupWLECConnectionPool(String name)
Returns a
javax.management.ObjectName for the instance of
WLECConnectionPoolMBean named
name.
Privileges Read only Type WLECConnectionPoolMBean[] Relationship type: Containment.
WSReliableDeliveryPolicies
Define wSReliableDeliveryPolicies for this Domain
Factory Methods createWSReliableDeliveryPolicy (java.lang.String name)
destroyWSReliableDeliveryPolicy (WSReliableDeliveryPolicyMBean policy)
Factory methods do not return objects.
Lookup Operation lookupWSReliableDeliveryPolicy(String name)
Returns a
javax.management.ObjectName for the instance of
WSReliableDeliveryPolicyMBean named
name.
Privileges Read only Type WSReliableDeliveryPolicyMBean[] Relationship type: Containment.
WTCServers
Return the WTCServerMBeans for this Domain.
Factory Methods createWTCServer (java.lang.String name)
destroyWTCServer (WTCServerMBean wtcServer)
Factory methods do not return objects.
Lookup Operation lookupWTCServer(String name)
Returns a
javax.management.ObjectName for the instance of
WTCServerMBean named
name.
Privileges Read only Type WTCServerMBean[] Relationship type: Containment.
XMLEntityCaches
Returns all the XMLEntityCache objects defined in this domain
Factory Methods createXMLEntityCache (java.lang.String name)
destroyXMLEntityCache (XMLEntityCacheMBean XMLEntityCache)
Factory methods do not return objects.
Lookup Operation lookupXMLEntityCache(String name)
Returns a
javax.management.ObjectName for the instance of
XMLEntityCacheMBean named
name.
Privileges Read only Type XMLEntityCacheMBean[] Relationship type: Containment.
XMLRegistries
Define xMLRegistries for this Domain
Factory Methods createXMLRegistry (java.lang.String name)
destroyXMLRegistry (XMLRegistryMBean registry)
Factory methods do not return objects.
Lookup Operation lookupXMLRegistry(String name)
Returns a
javax.management.ObjectName for the instance of
XMLRegistryMBean named
name.
Privileges Read only Type XMLRegistryMBean[] Relationship type: Containment.
Attributes
This section describes the following attributes:
AdministrationMBeanAuditingEnabled
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 Type boolean
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 Type int Default Value 9002 Minimum value 1 Maximum value 65534
AdministrationPortEnabled
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:
- getAdministrationPort
- getAdministrationProtocol
- ServerMBean#isAdministrationPortEnabled
- ServerMBean#getAdministrationPort
- KernelMBean#getSSL
Privileges Read/Write Type boolean Secure value true
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 Type java.lang.String Default Value t3s Legal Values
- t3s
- https
- iiops
- t3
- http
- iiop
AdminServerName
Privileges Read/Write Type java.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 Type int Default Value 0
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 Type boolean Default Value true
CachingDisabled
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.
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 Type boolean
ConfigBackupEnabled
If true, then backups of the configuration will be made during server boot.
Privileges Read/Write Type boolean
ConfigurationAuditType
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
- 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 Type java.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 Type java.lang.String Default Value console
ConsoleEnabled
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
ConsoleExtensionDirectory
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
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 Type java.lang.String
GuardianEnabled
Whether the Guardian Agent is deployed when starting servers in the current domain.
Privileges Read/Write Type boolean
InternalAppsDeployOnDemandEnabled
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
LastModificationTime
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.
MBeanInfo
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.
Name of
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 of=user-specified-name
Privileges Read/Write Type java.lang.String
Notes
Optional information that you can include to describe this configuration.
WebLogic Sever 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.
- 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 Type java.lang.String
ObjectName
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.
Parent
Return the immediate parent for this MBean
Privileges Read/Write Type
ProductionModeEnabled
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
Registered
Returns false if the 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.
RootDirectory
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.
Type
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.
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"
Parameters Object [] { name }
where:
name is an object of type
java.lang.String that specifies:
name
Signature String [] { "java.lang.String" }
Returns UnixMachineMBean
discoverManagedServer
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
discoverManagedServers
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
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"
Parameters Object [] { attributeName }
where:
attributeName is an object of type
java.lang.String that specifies:
attributeName
Signature String [] { "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"
Parameters null
Signature null
Returns class
isSet
Returns true if the specified attribute has been set explicitly in this MBean instance.
Operation Name "isSet"
Parameters Object [] { propertyName }
where:
propertyName is an object of type
java.lang.String that specifies:
property to check
Signature String [] { "java.lang.String" }
Returns boolean
kill
Deprecated.
9.0.0.0
Operation Name "kill"
Parameters null
Signature null
Returns HashMap
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"
Parameters Object [] { attributeName }
where:
attributeName is an object of type
java.lang.String that specifies:
attributeName
Signature String [] { "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"
Parameters null
Signature null
Returns HashMap
unSet
Restore the given property to its default value.
Operation Name "unSet"
Parameters Object [] { propertyName }
where:
propertyName is an object of type
java.lang.String that specifies:
property to restore
Signature String [] { "java.lang.String" }
Returns void