An XML deployment-planType(@http://www.bea.com/ns/weblogic/90). This is a complex type.
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.j2ee.descriptor.wl.DeploymentPlanBean
|
Factory Methods | No factory methods. Instances of this MBean are created automatically. |
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
Gets array of all "module-override" elements
Factory Methods | createModuleOverride
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ModuleOverrideBean[] |
Relationship type: | Containment. |
Gets the "variable-definition" element
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | VariableDefinitionBean |
Relationship type: | Containment. |
This section describes the following attributes:
Gets the "application-name" element
Privileges | Read/Write |
Type | java.lang.String |
Gets the "install-root" element
Privileges | Read/Write |
Type | java.lang.String |
Gets the "description" element
Privileges | Read/Write |
Type | java.lang.String |
Global variable names are of the form BeanName_[KeyValue_]PropertyName. If false then the name is appended with a unique number. Global variables are useful for most descriptors since this allows a single variable value to affect all like references to it.
Privileges | Read/Write |
Type | boolean |
Gets the "version" element
Privileges | Read/Write |
Type | java.lang.String |
This section describes the following operations:
Create new variable assignment from existing variable.
Operation Name | "assignVariable" |
Parameters | Object [] { var, desc, bean, prop }
where:
|
Signature | String [] {
"weblogic.j2ee.descriptor.wl.VariableBean",
"weblogic.j2ee.descriptor.wl.ModuleDescriptorBean",
"weblogic.descriptor.DescriptorBean",
"java.lang.String" } |
Returns | VariableAssignmentBean |
Get descriptor for module in plan.
Operation Name | "findModuleDescriptor" |
Parameters | Object [] { }
where: |
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | ModuleDescriptorBean |
Get descriptor overrides for any module in plan.
Operation Name | "findModuleOverride" |
Parameters | Object [] { }
where: |
Signature | String [] {
"java.lang.String" } |
Returns | ModuleOverrideBean |
Operation Name | "findOrCreateVariable" |
Parameters | Object [] { desc, bean, prop }
where:
|
Signature | String [] {
"weblogic.j2ee.descriptor.wl.ModuleDescriptorBean",
"weblogic.descriptor.DescriptorBean",
"java.lang.String" } |
Returns | VariableBean |
Exceptions |
|
A plan can have at most one ModuleOverride that represents the root module of the application.
Operation Name | "findRootModule" |
Parameters | null |
Signature | null |
Returns | ModuleOverrideBean |
Operation Name | "findVariable" |
Parameters | Object [] { desc, bean, prop }
where:
|
Signature | String [] {
"weblogic.j2ee.descriptor.wl.ModuleDescriptorBean",
"weblogic.descriptor.DescriptorBean",
"java.lang.String" } |
Returns | VariableBean |
Exceptions |
|
Operation Name | "findVariableAssignments" |
Parameters | Object [] { var }
where:
|
Signature | String [] {
"weblogic.j2ee.descriptor.wl.VariableBean" } |
Returns |
class |
Operation Name | "hasVariable" |
Parameters | Object [] { desc, bean, prop }
where:
|
Signature | String [] {
"weblogic.j2ee.descriptor.wl.ModuleDescriptorBean",
"weblogic.descriptor.DescriptorBean",
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Operation Name | "rootModule" |
Parameters | Object [] { moduleName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Operation Name | "valueOf" |
Parameters | Object [] { var }
where:
|
Signature | String [] {
"weblogic.j2ee.descriptor.wl.VariableBean" } |
Returns | Object
|