Package | Description |
---|---|
weblogic.application |
This package contains public WebLogic Application classes / interfaces.
|
weblogic.jms.extensions |
WebLogic Server extensions to JMS.
|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.configuration.util |
Provides interfaces for
weblogic.management.configuration.util . |
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.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.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.
|
Modifier and Type | Method and Description |
---|---|
BasicDeploymentMBean |
ApplicationContextInternal.getBasicDeploymentMBean() |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentManager.DeploymentCreator.createDeployment(BasicDeploymentMBean mbean,
java.io.File path)
Creates a Deployment instance for this BasicDeploymentMBean.
|
abstract weblogic.application.WorkDeployment |
DeploymentManager.findDeployment(BasicDeploymentMBean mbean)
Finds a previously created Deployment instance for this
BasicDeploymentMBean.
|
abstract DeploymentManager.DeploymentCreator |
DeploymentManager.getDeploymentCreator(BasicDeploymentMBean mbean,
java.io.File path)
A deployment creator must first be obtained in order to get a Deployment.
|
boolean |
DeploymentFactory.isSupportedAdvanced(BasicDeploymentMBean mbean,
java.io.File file)
An advanced and extensive check to see if this factory can support a
deployment from the File object being passed in.
|
boolean |
DeploymentFactory.isSupportedBasic(BasicDeploymentMBean mbean,
java.io.File file)
A basic and fast check to see if this factory can support a deployment
from the File object being passed in.
|
abstract Deployment |
DeploymentManager.removeDeployment(BasicDeploymentMBean mbean)
Removes a previously created Deployment instance for this
BasicDeploymentMBean.
|
Modifier and Type | Method and Description |
---|---|
static WebLogicMBean |
JMSModuleHelper.getDeploymentScope(BasicDeploymentMBean basicDeploymentMBean) |
static java.lang.String |
JMSModuleHelper.getDeploymentScopeAsString(BasicDeploymentMBean basic) |
private static void |
JMSModuleHelper.uddFillWithJMSServers(java.util.Map fillMe,
DomainMBean domain,
DynamicServersMBean dynamicServers,
BasicDeploymentMBean basic) |
private static void |
JMSModuleHelper.uddFillWithJMSServers(java.util.Map fillMe,
DomainMBean domain,
ServerMBean[] servers,
BasicDeploymentMBean basic,
java.lang.String entityType,
java.lang.String entityName,
boolean isJMSResourceDefinition) |
private static void |
JMSModuleHelper.uddFillWithJMSServers(java.util.Map fillMe,
DomainMBean domain,
ServerMBean server,
BasicDeploymentMBean basic,
java.lang.String entityType,
java.lang.String entityName,
boolean isJMSResourceDefinition) |
static void |
JMSModuleHelper.uddFillWithMyTargets(java.util.Map fillMe,
DomainMBean domain,
SubDeploymentMBean subDeploymentBean,
BasicDeploymentMBean basic,
java.lang.String entityType,
java.lang.String entityName,
boolean isJMSResourceDefinition) |
static void |
JMSModuleHelper.uddFillWithMyTargets(java.util.Map fillMe,
DomainMBean domain,
TargetMBean[] targetBeans,
BasicDeploymentMBean basic,
java.lang.String entityType,
java.lang.String entityName,
boolean isJMSResourceDefinition) |
private void |
JMSPartitionModuleHelperImpl.uddFillWithMyTargets(java.util.Set<java.lang.String> fillMe,
TargetMBean[] targetBeans,
BasicDeploymentMBean basic) |
Modifier and Type | Interface and Description |
---|---|
interface |
AppDeploymentMBean
This MBean is used to configure all physical package types which can be deployed
on a WebLogic domain, for instance, EAR files and standalone Java EE and non-Java EE modules.
|
interface |
CoherenceClusterSystemResourceMBean
This bean defines a system-level Coherence cluster resource.
|
interface |
CustomResourceMBean
A CustomResource is an untyped SystemResource for which creator of the
bean defines the name of the class that will be used when the resource
is deployed on the managed server.
|
interface |
DomainLibraryMBean
Configuration bean for Libraries.
|
interface |
JDBCSystemResourceMBean
This bean defines a system-level JDBC resource.
|
interface |
JMSInteropModuleMBean
This bean defines a system-level JMS resource.
|
interface |
JMSSystemResourceMBean
This bean defines a system-level JMS resource.
|
interface |
LibraryMBean
Configuration bean for Libraries.
|
interface |
SystemResourceMBean
A system resource is a resource whose definition is part of the
system configuration rather than an application.
|
interface |
WLDFSystemResourceMBean
This bean defines a system-level WebLogic Diagnostic Framework
(WLDF) resource.
|
Modifier and Type | Method and Description |
---|---|
BasicDeploymentMBean[] |
ResourceGroupTemplateMBean.getBasicDeployments()
Return the BasicDeploymentsMBeans in this resource group template.
|
BasicDeploymentMBean[] |
DomainMBean.getBasicDeployments()
Return the BasicDeploymentsMBeans in this Domain.
|
Modifier and Type | Field and Description |
---|---|
private PartitionManagerInterceptorAdapter.DeploymentSelector<BasicDeploymentMBean> |
PartitionManagerInterceptorAdapter.BASIC_DEPLOYMENTS |
Modifier and Type | Method and Description |
---|---|
BasicDeploymentMBean[] |
PartitionManagerInterceptorAdapter.getBasicDeployments(org.aopalliance.intercept.MethodInvocation methodInvocation,
java.lang.Class<? extends BasicDeploymentMBean>... types)
Returns the basic deployments (not the deployments) in the partition specified by the
methodInvocation.
|
Modifier and Type | Field and Description |
---|---|
private BasicDeploymentMBean |
DeploymentTaskRuntime.basicDeployMBean |
Modifier and Type | Method and Description |
---|---|
BasicDeploymentMBean |
DeploymentTaskRuntime.getDeploymentMBean() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentData.addTargetsFromConfig(BasicDeploymentMBean dmb)
Deprecated.
|
void |
DeploymentTaskRuntime.initMBeans(BasicDeploymentMBean dep) |
Constructor and Description |
---|
DeploymentTaskRuntime(java.lang.String path,
BasicDeploymentMBean dep,
DeploymentData info,
java.lang.String id,
int task,
DomainMBean editDomainMBean,
boolean isAControlOperation,
boolean configChange)
Creates a new deployment task.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<BasicDeploymentMBean> |
ConfiguredDeployments.administrativeInternalApps |
Modifier and Type | Method and Description |
---|---|
private BasicDeploymentMBean |
MultiVersionDeployments.init(MultiVersionDeployments.Data data,
AppDeploymentBean appDeploymentBean) |
(package private) BasicDeploymentMBean |
MultiVersionDeployments.processStaticDeployment(BasicDeploymentMBean mbean)
Processes a BasicDeploymentMBean for static deployment.
|
Modifier and Type | Method and Description |
---|---|
private void |
ConfiguredDeployments.failMatchingDeploymentHandle(BasicDeploymentMBean deployment) |
private AppDeploymentBean |
MultiVersionDeployments.getMultiVersionConfig(BasicDeploymentMBean configuredBean)
Check if the given configured BasicDeploymentMBean represents an MSI-D
style of application.
|
private boolean |
ConfiguredDeployments.isInternalAppIncluded(BasicDeploymentMBean bdm,
java.lang.String partitionName,
ConfiguredDeployments.InternalAppScope scope,
AppTransition transition) |
private boolean |
ConfiguredDeployments.isRetiredApp(BasicDeploymentMBean bean) |
(package private) BasicDeploymentMBean |
MultiVersionDeployments.processStaticDeployment(BasicDeploymentMBean mbean)
Processes a BasicDeploymentMBean for static deployment.
|
private void |
ConfiguredDeployments.recordIfApp(java.util.Map<java.lang.String,java.util.List<weblogic.deploy.internal.targetserver.AppDeployment>> apps,
BasicDeploymentMBean basicDepMBean,
weblogic.deploy.internal.targetserver.BasicDeployment basicDeployment) |
Modifier and Type | Method and Description |
---|---|
BasicDeploymentMBean[] |
ResourceGroupTemplate.getBasicDeployments() |
BasicDeploymentMBean[] |
ResourceGroup.getBasicDeployments() |
BasicDeploymentMBean[] |
Domain.getBasicDeployments() |
(package private) static BasicDeploymentMBean[] |
ResourceGroupTemplate.getBasicDeployments(ResourceGroupTemplateMBean rgt)
Returns basic deployments for the specified resource group template (which could be
a resource group).
|
Modifier and Type | Method and Description |
---|---|
private java.util.Set<TargetMBean> |
MigrationToPartitionManager.getJMSTargets(TargetableBean destinationBean,
BasicDeploymentMBean jmsSystemResourceMBean) |
private SubDeploymentMBean |
MigrationToPartitionManager.getSubdeployment(TargetableBean destinationBean,
BasicDeploymentMBean jmssrMBean) |
private void |
MigrationToPartitionManager.updateSubdeployments(JMSBean jmsBean,
BasicDeploymentMBean jmssr,
ResourceGroupTemplateMBean rgtMBean) |
private void |
MigrationToPartitionManager.updateSubdeploymentsWithJMSTargets(TargetableBean[] destinationBeans,
BasicDeploymentMBean jmssrMBean,
ResourceGroupTemplateMBean rgtMBean) |
private void |
MigrationToPartitionManager.updateSubdeploymentsWithJMSTargets(TargetableBean destinationBean,
BasicDeploymentMBean jmssrMBean,
ResourceGroupTemplateMBean rgtMBean) |
Modifier and Type | Method and Description |
---|---|
BasicDeploymentMBean |
DeploymentTaskRuntimeMBean.getDeploymentMBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BasicDeploymentMBean |
AppDeploymentHelper.getOriginalMBean(BasicDeploymentMBean basicDepMBean) |
static BasicDeploymentMBean |
AppDeploymentHelper.lookupBasicDeployment(java.lang.String name,
DomainMBean domain) |
static BasicDeploymentMBean |
AppDeploymentHelper.lookupBasicDeployment(java.lang.String name,
long requestId) |
private static BasicDeploymentMBean |
AppDeploymentHelper.lookupBasicDeployment(java.lang.String name,
ResourceGroupTemplateMBean rgt) |
static BasicDeploymentMBean |
AppDeploymentHelper.lookupBasicDeploymentInResourceGroups(ResourceGroupMBean[] resourceGroups,
java.lang.String appName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ApplicationVersionUtilsService.getDisplayName(BasicDeploymentMBean dep)
Returns an deployment name that includes the version identifier
for logging and display purposes.
|
static BasicDeploymentMBean |
AppDeploymentHelper.getOriginalMBean(BasicDeploymentMBean basicDepMBean) |
static ResourceGroupMBean |
AppDeploymentHelper.getResourceGroupMBean(BasicDeploymentMBean basicDepMBean) |
static boolean |
AppDeploymentHelper.isDeployedThroughRGT(BasicDeploymentMBean basicDepMBean) |