| Package | Description | 
|---|---|
| weblogic.management.configuration | |
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerMBean | DomainMBean. createServer(String name)This is the factory method for Servers that are scoped at the
 domain level. | 
| ServerMBean[] | SingletonServiceMBean. getAllCandidateServers()Return a list of servers that are candidates to host the services
 deployed to this migratable target. | 
| ServerMBean[] | MigratableTargetMBean. getAllCandidateServers()The list of servers that are candidates to 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[] | MigratableTargetMBean. getConstrainedCandidateServers()The (user-restricted) list of servers that can host the migratable services deployed 
 to this 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 | ServerDebugMBean. getServer()Returns the server for this bean | 
| ServerMBean | AdminServerMBean. getServer()Deprecated. 
 9.0.0.0 | 
| ServerMBean[] | DomainMBean. getServers()Returns the ServerMBeans representing the servers that have been
 configured to be part of this domain. | 
| ServerMBean[] | ClusterMBean. getServers()The servers which have declared membership in this cluster. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SingletonServiceMBean. addConstrainedCandidateServer(ServerMBean constrainedCandidateServer) | 
| boolean | MigratableTargetMBean. 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 | SingletonServiceMBean. removeConstrainedCandidateServer(ServerMBean constrainedCandidateServer) | 
| boolean | MigratableTargetMBean. removeConstrainedCandidateServer(ServerMBean constrainedCandidateServer) | 
| boolean | SNMPTrapSourceMBean. removeEnabledServer(ServerMBean server) | 
| void | SingletonServiceMBean. setAllCandidateServers(ServerMBean[] servers) NOT TO BE USED FROM THE OUTSIDE. | 
| void | MigratableTargetMBean. setAllCandidateServers(ServerMBean[] servers) | 
| void | SingletonServiceMBean. setConstrainedCandidateServers(ServerMBean[] constrainedCandidateServers)All constrained candiate servers must belong to the same
 cluster. | 
| void | MigratableTargetMBean. 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 | SingletonServiceBaseMBean. setUserPreferredServer(ServerMBean t) | 
| void | MigratableTargetMBean. setUserPreferredServer(ServerMBean t) | 
| void | JTAMigratableTargetMBean. setUserPreferredServer(ServerMBean userPreferredServer) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerMBean | DomainRuntimeServiceMBean. findServerConfiguration(String serverName)Returns the active  ServerMBeanfor the specified server. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerMBean | RuntimeServiceMBean. getServerConfiguration()Contains the active  ServerMBeanfor the current
 server instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | PartitionLifeCycleRuntimeMBean. getState(ServerMBean serverMBean)Deprecated. 
 12.2.1.2.0 | 
| String | PartitionLifeCycleRuntimeMBean. getSubState(ServerMBean serverMBean)Deprecated. 
 12.2.1.2.0 | 
| 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. |