Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.management.mbeanservers.Service

Packages that use Service
weblogic.management.mbeanservers.domainruntime   
weblogic.management.mbeanservers.edit   
weblogic.management.mbeanservers.edit.internal   
weblogic.management.mbeanservers.runtime   

 

Uses of Service in weblogic.management.mbeanservers.domainruntime

 

Subinterfaces of Service in weblogic.management.mbeanservers.domainruntime
 interface DomainRuntimeServiceMBean
          Provides a common access point for navigating to all runtime and configuration MBeans in the domain as well as to MBeans that provide domain-wide services (such as controlling and monitoring the life cycles of servers and message-driven EJBs and coordinating the migration of migratable services).
 interface MBeanServerConnectionManagerMBean
          Provides information about the federerated MBeanServers.

 

Methods in weblogic.management.mbeanservers.domainruntime that return Service
abstract  Service DomainRuntimeServiceMBean.findService(String name, String type, String location)
          Returns the Service on the specified Server or in the primary MBeanServer if the location is not specified.
abstract  Service[] DomainRuntimeServiceMBean.getServices(String serverName)
          Returns all the services that do not have a parent (i.e, all the root services)

 

Uses of Service in weblogic.management.mbeanservers.edit

 

Subinterfaces of Service in weblogic.management.mbeanservers.edit
 interface ActivationTaskMBean
          Provides information about an activation task, which is initiated by invoking the ConfigurationManagerMBean activate operation.
 interface ConfigurationManagerMBean
          Manages changes to the configuration of the current WebLogic Server domain.
 interface EditServiceMBean
          Provides the entry point for managing the configuration of the current WebLogic Server domain.
 interface EditSessionServiceMBean
           
 interface PortablePartitionManagerMBean
           
 interface RecordingManagerMBean
          This MBean records configuration actions that occur during an edit session and writes the actions as series of WebLogic Scripting Tool (WLST) commands.

 

Uses of Service in weblogic.management.mbeanservers.edit.internal

 

Subinterfaces of Service in weblogic.management.mbeanservers.edit.internal
 interface ImportExportPartitionTaskMBean
          ImportExportPartitionTaskMbean provides the progress of import/export operations.
 interface ResourceGroupMigrationTaskMBean
           

 

Uses of Service in weblogic.management.mbeanservers.runtime

 

Subinterfaces of Service in weblogic.management.mbeanservers.runtime
 interface RuntimeServiceMBean
          Provides an entry point for navigating the hierarchy of WebLogic Server runtime MBeans and active configuration MBeans for the current server.

 

Methods in weblogic.management.mbeanservers.runtime that return Service
abstract  Service RuntimeServiceMBean.findService(String serviceName, String type)
          Enables client to retrieve a specific named service
abstract  Service[] RuntimeServiceMBean.getServices()
          Returns all the services that do not have a parent (i.e., all the root services)

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09