|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebLogicDConfigBeanRoot
This interface provides WebLogic Server extensions to DConfigBeanRoot
.
WebLogicDConfigBeanRoot is the DConfigBean associated with a module's DDBeanRoot.
Field Summary | |
---|---|
static int |
CHANGABLE
Specifies a property that is a dependency, declaration or configurable |
static int |
CONFIGURABLE
Specifies a property that is configurable, but doesn't resolve resources |
static int |
DECLARATION
Specifies a property that identifies an resource declaration |
static int |
DEPENDENCY
Specifies a property that identifies an resource dependency |
static int |
DYNAMIC
Specifies a property that may safely be moodified at runtime |
Method Summary | |
---|---|
void |
close()
|
void |
export(DescriptorBean bean,
String[] props)
Create new plan using variables for properties in descriptor beans. |
void |
export(int type)
Create new plan using variables for properties in this descriptor. |
String |
getUri()
Location of configuration descriptor relative to root of the associated module. |
Methods inherited from interface weblogic.deploy.api.spi.WebLogicDConfigBean |
---|
getDescriptorBean, isModified, notifyDDChange |
Field Detail |
---|
static final int DEPENDENCY
static final int DECLARATION
static final int CONFIGURABLE
static final int CHANGABLE
static final int DYNAMIC
Method Detail |
---|
void export(int type) throws IllegalArgumentException
type
- is one of DEPENDENCY
,
DECLARATION
,
CONFIGURABLE
,
CHANGABLE
or
DYNAMIC
IllegalArgumentException
void export(DescriptorBean bean, String[] props) throws IllegalArgumentException
bean
- specifies the element containing properties to exportprops
- is list of property names in the bean to export
IllegalArgumentException
String getUri()
void close()
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |