Package | Description |
---|---|
weblogic.health |
Provides interfaces for
weblogic.health . |
weblogic.jdbc.common.internal | |
weblogic.jms |
Factory used in implementing the optional JMS Server Session Pool
feature.
|
weblogic.jms.common |
Provides exceptions for
weblogic.jms.common . |
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
weblogic.management.mbeanservers.domainruntime |
Provides interfaces for
weblogic.management.mbeanservers.domainruntime . |
weblogic.management.mbeanservers.runtime |
Provides interfaces for
weblogic.management.mbeanservers.runtime . |
weblogic.management.partition.admin |
Provides interfaces for
weblogic.management.partition.admin . |
weblogic.management.provider.internal |
Provides interfaces for
weblogic.management.provider.internal . |
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
weblogic.management.utils |
This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances.
|
weblogic.security.utils |
This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes.
|
weblogic.t3.srvr |
Provides interfaces for
weblogic.t3.srvr . |
weblogic.wsee.util |
Provides interfaces and classes for
weblogic.wsee.util . |
weblogic.wtc.gwt |
Provides useful WTC GWT Domain utilities.
|
Modifier and Type | Method | Description |
---|---|---|
ServerMBean |
DomainMBean.createServer(java.lang.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(java.lang.String name) |
Lookup a particular server from the list.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
Modifier and Type | Method | Description |
---|---|---|
ServerMBean |
DomainRuntimeServiceMBean.findServerConfiguration(java.lang.String serverName) |
Returns the active
ServerMBean for the specified server. |
Modifier and Type | Method | Description |
---|---|---|
ServerMBean |
RuntimeServiceMBean.getServerConfiguration() |
Contains the active
ServerMBean for the current
server instance. |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
PartitionLifeCycleRuntimeMBean.getState(ServerMBean serverMBean) |
Deprecated.
12.2.1.2.0
|
java.lang.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.
|