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

Part Number E27170-02

Uses of Interface
weblogic.management.mbeanservers.Service

Packages that use Service
weblogic.management.mbeanservers.domainruntime Provides interfaces for weblogic.management.mbeanservers.domainruntime
weblogic.management.mbeanservers.edit Provides interfaces and exceptions for weblogic.management.mbeanservers.edit
weblogic.management.mbeanservers.runtime Provides interfaces for 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
 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.
 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 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.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
 Service RuntimeServiceMBean.findService(String serviceName, String type)
          Enables client to retrieve a specific named service
 Service[] RuntimeServiceMBean.getServices()
          Returns all the services that do not have a parent i.e all the root services
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-02