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

Part Number E27170-02

Uses of Interface
weblogic.management.configuration.ServerMBean

Packages that use ServerMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.mbeanservers.domainruntime Provides interfaces for weblogic.management.mbeanservers.domainruntime
weblogic.management.mbeanservers.runtime Provides interfaces for weblogic.management.mbeanservers.runtime
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of ServerMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return ServerMBean
 ServerMBean DomainMBean.createServer(String name)
          This is the factory method for Servers that are scoped at the domain level.
 ServerMBean[] MigratableTargetMBean.getAllCandidateServers()
          The list of servers that are candidates to host the migratable services deployed to this migratable target.
 ServerMBean[] SingletonServiceMBean.getAllCandidateServers()
          Return a list of servers that are candidates to host the services deployed to this migratable target.
 ServerMBean[] MigratableTargetMBean.getConstrainedCandidateServers()
          The (user-restricted) list of servers that can host the migratable services deployed to this migratable target.
 ServerMBean[] SingletonServiceMBean.getConstrainedCandidateServers()
          Returns the (user restricted) list of servers that may host the migratable target.
 ServerMBean[] SNMPTrapSourceMBean.getEnabledServers()
          This attribute is applicable only when the SNMP Agent is running on the Admin Server of a WebLogic Domain.
 ServerMBean SingletonServiceBaseMBean.getHostingServer()
          Returns the name of the server that currently hosts the singleton service.
 ServerMBean AdminServerMBean.getServer()
          Deprecated. 9.0.0.0
 ServerMBean ServerDebugMBean.getServer()
          Returns the server for this bean
 ServerMBean[] ClusterMBean.getServers()
          The servers which have declared membership in this cluster.
 ServerMBean[] DomainMBean.getServers()
          Returns the ServerMBeans representing the servers that have been configured to be part of this domain.
 ServerMBean SingletonServiceBaseMBean.getUserPreferredServer()
          Returns the server that the user prefers the singleton service to be active on.
 ServerMBean DomainMBean.lookupServer(String name)
          Lookup a particular server from the list.
 

Methods in weblogic.management.configuration with parameters of type ServerMBean
 boolean MigratableTargetMBean.addConstrainedCandidateServer(ServerMBean constrainedCandidateServer)
           
 boolean SingletonServiceMBean.addConstrainedCandidateServer(ServerMBean constrainedCandidateServer)
           
 boolean SNMPTrapSourceMBean.addEnabledServer(ServerMBean server)
          Adds a feature to the EnabledServer attribute of the SNMPTrapSourceMBean object
 void DomainMBean.destroyServer(ServerMBean server)
          Destroys and removes a server which is a child of this Domain with the specified short name .
 boolean MigratableTargetMBean.removeConstrainedCandidateServer(ServerMBean constrainedCandidateServer)
           
 boolean SingletonServiceMBean.removeConstrainedCandidateServer(ServerMBean constrainedCandidateServer)
           
 boolean SNMPTrapSourceMBean.removeEnabledServer(ServerMBean server)
           
 void MigratableTargetMBean.setAllCandidateServers(ServerMBean[] servers)
           
 void SingletonServiceMBean.setAllCandidateServers(ServerMBean[] servers)
           NOT TO BE USED FROM THE OUTSIDE.
 void MigratableTargetMBean.setConstrainedCandidateServers(ServerMBean[] constrainedCandidateServers)
          All constrained candiate servers must belong to the same cluster.
 void SingletonServiceMBean.setConstrainedCandidateServers(ServerMBean[] constrainedCandidateServers)
          All constrained candiate servers must belong to the same cluster.
 void SNMPTrapSourceMBean.setEnabledServers(ServerMBean[] serversEnabled)
          Sets the value of the EnabledServers attribute.
 void ServerDebugMBean.setServer(ServerMBean value)
          Set the server.
 void JTAMigratableTargetMBean.setUserPreferredServer(ServerMBean userPreferredServer)
           
 void MigratableTargetMBean.setUserPreferredServer(ServerMBean t)
           
 void SingletonServiceBaseMBean.setUserPreferredServer(ServerMBean t)
           
 

Uses of ServerMBean in weblogic.management.mbeanservers.domainruntime
 

Methods in weblogic.management.mbeanservers.domainruntime that return ServerMBean
 ServerMBean DomainRuntimeServiceMBean.findServerConfiguration(String serverName)
          Returns the active ServerMBean for the specified server.
 

Uses of ServerMBean in weblogic.management.mbeanservers.runtime
 

Methods in weblogic.management.mbeanservers.runtime that return ServerMBean
 ServerMBean RuntimeServiceMBean.getServerConfiguration()
          Contains the active ServerMBean for the current server instance.
 

Uses of ServerMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime with parameters of type ServerMBean
 void MigratableServiceCoordinatorRuntimeMBean.migrate(MigratableTargetMBean migratableTarget, ServerMBean destination)
          Migrates all services deployed to the migratableTarget to the destination server.
 void MigratableServiceCoordinatorRuntimeMBean.migrate(MigratableTargetMBean migratableTarget, ServerMBean destination, boolean sourceUp, boolean destinationUp)
          Migrates all services deployed to the migratableTarget to the destination server.
 void MigratableServiceCoordinatorRuntimeMBean.migrateJTA(MigratableTargetMBean migratableTarget, ServerMBean destination, boolean sourceUp, boolean destinationUp)
          Migrates the JTARecoveryManager deployed to a migratableTarget to the destination server.
 void MigratableServiceCoordinatorRuntimeMBean.migrateSingleton(SingletonServiceMBean singletonService, ServerMBean destination)
          Migrates the singleton service specified by the SingletonServiceMBean to the destination server.
 


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