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.deploy |
Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain.
|
weblogic.management.deploy.internal |
Provides interfaces for
weblogic.management.deploy.internal . |
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
weblogic.security.service |
Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions
that support security providers.
|
weblogic.servlet.security |
Deprecated 9.0.0.0. Provides a server-side API that supports programmatic authentication from within a servlet application.
|
Modifier and Type | Method | Description |
---|---|---|
AppDeploymentMBean |
ApplicationContext.getAppDeploymentMBean() |
Returns the AppDeploymentMBean for this Application.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
DBClientDataDirectoryMBean |
This MBean is used to configure a DBClientDataDirectory module which contains an archive file or exploded
archive directories that may contain tnsnames.ora, server trust keystores, client identity keystores, Oracle wallets,
and/or other data that are needed to connect to a database.
|
interface |
LibraryMBean |
Configuration bean for Libraries.
|
Modifier and Type | Method | Description |
---|---|---|
AppDeploymentMBean[] |
DomainMBean.getAppDeployments() |
The collection of deployable entities in this domain.
|
AppDeploymentMBean[] |
ResourceGroupTemplateMBean.getAppDeployments() |
The collection of deployable entities in this resource group template.
|
AppDeploymentMBean[] |
DomainMBean.getInternalAppDeployments() |
The collection of internal application deployments in this domain
|
AppDeploymentMBean[] |
PartitionMBean.getInternalAppDeployments() |
The collection of internal application deployments in this partition.
|
AppDeploymentMBean |
DomainMBean.lookupAppDeployment(java.lang.String name) |
|
AppDeploymentMBean |
ResourceGroupTemplateMBean.lookupAppDeployment(java.lang.String name) |
Finds a AppDeploymentMBean with the specified name
|
AppDeploymentMBean |
DomainMBean.lookupInternalAppDeployment(java.lang.String name) |
|
AppDeploymentMBean |
PartitionMBean.lookupInternalAppDeployment(java.lang.String name) |
Modifier and Type | Method | Description |
---|---|---|
AppDeploymentMBean |
ConnectorComponentRuntimeMBean.getAppDeploymentMBean() |
Deprecated.
9.1.0.0 Acquire this by looking up the AppDeploymentMBean with the same name as the parent ApplicationRuntime
|
AppDeploymentMBean |
DeploymentProgressObjectMBean.getAppDeploymentMBean() |
The AppDeploymentMBean for the
current deployment operation.
|