Description Syntax Example domainRuntime

3-96 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

3.11.3.2 Syntax

domainCustomObjectNamePattern

3.11.3.3 Example

The following example navigates from the configuration MBean hierarchy to the domain custom MBean hierarchy on an Administration Server instance: wls:mydomainserverConfig domainCustom Location changed to domain custom tree. This is a writeable tree with No root. For more help, use helpdomainCustom. wls:mydomaindomainCustom

3.11.4 domainRuntime

Command Category: Tree Commands Use with WLST: Online

3.11.4.1 Description

Navigates to the last MBean to which you navigated in the domain Runtime hierarchy or to the root of the hierarchy, DomainRuntimeMBean. This read-only hierarchy stores the runtime MBeans that represent your current WebLogic domain. In the event of an error, the command returns a WLSTException.

3.11.4.2 Syntax

domainRuntime

3.11.4.3 Example

The following example navigates from the configuration MBean hierarchy to the domain Runtime hierarchy on an Administration Server instance. wls:mydomainserverConfig domainRuntime wls:mydomaindomainRuntime ls dr-- AppRuntimeStateRuntime dr-- DeployerRuntime dr-- DomainServices dr-- LogRuntime dr-- MessageDrivenControlEJBRuntime dr-- MigratableServiceCoordinatorRuntime dr-- MigrationDataRuntimes dr-- SNMPAgentRuntime dr-- ServerLifeCycleRuntimes dr-- ServerRuntimes dr-- ServerServices -r-- ActivationTime Mon Aug 01 11:41:25 EDT 2005 -r-- Clusters null -r-- MigrationDataRuntimes null -r-- Name sampleMedRecDomain -rw- Parent null -r-- SNMPAgentRuntime null Argument Definition ObjectNamePattern A JMX query pattern, such as sip:. The default value is null or :. WLST Command and Variable Reference 3-97 -r-- Type DomainRuntime -r-x restartSystemResource Void : WebLogicMBeanweblogic.management.configuration.SystemResourceMBean wls:mydomaindomainRuntime

3.11.5 edit