An XML deployment-planType(@http://www.bea.com/ns/weblogic/90). This is a complex type.
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
No factory methods. Instances of this MBean are created automatically.
This section describes attributes that contain child 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[] |
Gets the "variable-definition" element
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | VariableDefinitionBean |
This section describes the following attributes:
Gets the "application-name" element
Privileges | Read/Write |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Gets the "install-root" element
Privileges | Read/Write |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Gets the "description" element
Privileges | Read/Write |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
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 |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Gets the "version" element
Privileges | Read/Write |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
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 |
java.lang.IllegalArgumentException
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 |
java.lang.IllegalArgumentException
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
|
java.lang.IllegalArgumentException
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
|