Package | Description |
---|---|
weblogic.application |
This package contains public WebLogic Application classes / interfaces.
|
weblogic.deploy.api.tools |
Provides convenience classes to obtain a
WebLogicDeploymentManager , populate a configuration for an application, and
create a new or updated deployment plan. |
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.edit |
Provides interfaces and exceptions for
weblogic.management.mbeanservers.edit . |
weblogic.management.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.internal . |
weblogic.management.partition.admin |
Provides interfaces for
weblogic.management.partition.admin . |
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
javax.enterprise.deploy.spi.TargetModuleID[] |
SessionHelper.getDefaultJMSTargetModuleIDs(DomainMBean domain,
TargetMBean[] deploymentTargets,
java.lang.String appName,
java.lang.String name) |
Creates TargetModuleID objects for a JMS module contained withing this application.
|
javax.enterprise.deploy.spi.Target |
SessionHelper.getTarget(TargetMBean target) |
Given a TargetMBean, returns a jsr88 Target object
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ClusterMBean |
This bean represents a cluster in the domain.
|
interface |
JMSServerMBean |
This class represents a JMS server.
|
interface |
JTAMigratableTargetMBean |
The target that is used internally to register the
JTA recovery manager to the Migration Manager.
|
interface |
MigratableTargetMBean |
A target that is suitable for services that shall be active
on at most one server of a cluster at a time.
|
interface |
SAFAgentMBean |
This class represents a Store-and-Forward (SAF) agent.
|
interface |
ServerMBean |
This class represents a individual WebLogic Server.
|
interface |
ServerTemplateMBean |
This class represents a WebLogic Server.
|
interface |
VirtualHostMBean |
This bean represents the configuration of virtual web server
within a WebLogic Server instance.
|
interface |
VirtualTargetMBean |
This bean represents a target for a resource group in a partition.
|
Modifier and Type | Method | Description |
---|---|---|
TargetMBean[] |
DomainMBean.findAllTargets() |
Returns the list of targets.
|
TargetMBean[] |
ResourceGroupMBean.findEffectiveTargets() |
Returns the targets actually used by this resource group,
accounting for partition-level defaulting.
|
TargetMBean[] |
ComponentMBean.getActivatedTargets() |
Deprecated.
List of servers and clusters where this module is currently
active.
|
TargetMBean[] |
PartitionMBean.getAvailableTargets() |
All the available targets for this partition.
|
TargetMBean[] |
PartitionMBean.getDefaultTargets() |
A list of default targets for the partition (if any).
|
TargetMBean |
LifecycleManagerConfigMBean.getTarget() |
The cluster target defined in the current domain that should host the
LifecycleManager service when running deployed in Cluster mode.
|
TargetMBean[] |
CoherenceClusterSystemResourceMBean.getTargets() |
You must select a target on which an MBean will be deployed from
this list of the targets in the current domain on which this item
can be deployed.
|
TargetMBean[] |
DBClientDataDirectoryMBean.getTargets() |
You must select a target on which an MBean will be deployed from
this list of the targets in the current domain on which this item
can be deployed.
|
TargetMBean[] |
DeploymentMBean.getTargets() |
You must select a target on which an MBean will be deployed from
this list of the targets in the current domain on which this item
can be deployed.
|
TargetMBean[] |
DomainMBean.getTargets() |
Define targets for this Domain
|
TargetMBean[] |
JMSServerMBean.getTargets() |
The server instances, clusters, or a migratable targets defined in the current domain that are
candidates for hosting the JMSSerer.
|
TargetMBean[] |
PersistentStoreMBean.getTargets() |
The server instances, clusters, or migratable targets defined in the current domain that are
candidates for hosting a file store, JDBC store, or replicated store.
|
TargetMBean[] |
ResourceGroupMBean.getTargets() |
A list of all the targets.
|
TargetMBean[] |
SAFAgentMBean.getTargets() |
|
TargetMBean[] |
TargetInfoMBean.getTargets() |
You must select a target on which an MBean will be deployed from
this list of the targets in the current domain on which this item
can be deployed.
|
TargetMBean[] |
VirtualTargetMBean.getTargets() |
You must select a target from
this list of the targets in the current domain.
|
TargetMBean |
PartitionMBean.lookupAvailableTarget(java.lang.String name) |
Looks up the named available target.
|
TargetMBean |
DomainMBean.lookupTarget(java.lang.String name) |
|
TargetMBean |
ResourceGroupMBean.lookupTarget(java.lang.String name) |
Find a particular target with a given name.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ComponentMBean.activated(TargetMBean target) |
Deprecated.
Indicates whether component has been activated on a server
|
void |
PartitionMBean.addAvailableTarget(TargetMBean availableTarget) |
Adds an existing target to the list of available targets for this partition.
|
void |
PartitionMBean.addDefaultTarget(TargetMBean defaultTarget) |
Adds an existing target to the list of default targets for this partition.
|
boolean |
DeploymentMBean.addTarget(TargetMBean target) |
You can add a target to specify additional servers on which the
deployment can be deployed.
|
boolean |
JMSServerMBean.addTarget(TargetMBean target) |
Targets the JMSServer to the specified target instance.
|
boolean |
PersistentStoreMBean.addTarget(TargetMBean target) |
Targets a server instance to a store.
|
void |
ResourceGroupMBean.addTarget(TargetMBean target) |
Add an existing target to the list of targets.
|
void |
TargetInfoMBean.addTarget(TargetMBean target) |
You can add a target to specify additional servers on which the
deployment can be deployed.
|
void |
PartitionMBean.removeAvailableTarget(TargetMBean target) |
Removes the specified target from the list of available targets for this partition.
|
void |
PartitionMBean.removeDefaultTarget(TargetMBean target) |
Removes the specified target from the list of default targets for this partition.
|
boolean |
DeploymentMBean.removeTarget(TargetMBean target) |
Removes the value of the addTarget attribute.
|
boolean |
JMSServerMBean.removeTarget(TargetMBean target) |
Untargets the JMSServer instance from the current target.
|
boolean |
PersistentStoreMBean.removeTarget(TargetMBean target) |
Untargets a server instance from a store.
|
void |
ResourceGroupMBean.removeTarget(TargetMBean target) |
Remove the given target from the list of targets.
|
void |
TargetInfoMBean.removeTarget(TargetMBean target) |
Removes the value of the Target attribute.
|
void |
PartitionMBean.setAvailableTargets(TargetMBean[] targets) |
Replaces the current list of available targets, if any, with this array.
|
void |
PartitionMBean.setDefaultTargets(TargetMBean[] targets) |
Set the default targets for the partition.
|
void |
LifecycleManagerConfigMBean.setTarget(TargetMBean Target) |
Change the cluster target the value for the
getTarget attribute. |
void |
DeploymentMBean.setTargets(TargetMBean[] Targets) |
Sets the value of the getTargets attribute.
|
void |
JMSServerMBean.setTargets(TargetMBean[] Targets) |
Sets the value of the getTargets attribute.
|
void |
PersistentStoreMBean.setTargets(TargetMBean[] Targets) |
Sets the value for the
getTargets attribute. |
void |
ResourceGroupMBean.setTargets(TargetMBean[] targets) |
Replace the current list of targets, if any, with this list.
|
void |
SAFAgentMBean.setTargets(TargetMBean[] Targets) |
|
void |
TargetInfoMBean.setTargets(TargetMBean[] targets) |
Sets the value of the Targets attribute.
|
Modifier and Type | Method | Description |
---|---|---|
ResourceGroupMigrationTaskMBean |
PortablePartitionManagerMBean.migrateResourceGroup(TargetMBean target,
TargetMBean currentTarget,
TargetMBean newTarget,
long timeout) |
Migrates resource group from one physical target to another.
|
Modifier and Type | Method | Description |
---|---|---|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.boot(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.halt(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.resume(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.resume(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.shutdown(int timeout,
boolean ignoreSessions,
boolean waitForAllSessions,
TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.shutdown(int timeout,
boolean ignoreSessions,
TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout,
boolean ignoreSessions,
boolean waitForAllSessions,
TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout,
boolean ignoreSessions,
TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.start(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.start(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.suspend(int timeout,
boolean ignoreSessions,
TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
PartitionLifeCycleTaskRuntimeMBean |
PartitionLifeCycleRuntimeMBean.suspend(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.suspend(int timeout,
boolean ignoreSessions,
TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|
ResourceGroupLifeCycleTaskRuntimeMBean |
ResourceGroupLifeCycleRuntimeMBean.suspend(TargetMBean[] targets) |
Deprecated.
12.2.1.3.0
|