|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
| 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 |
|---|
| Fields inherited from interface weblogic.deploy.api.shared.PlanConstants |
|---|
ANY, CHANGABLE, CONFIGURABLE, DECLARATION, DEPENDENCY, DYNAMIC |
| 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 javax.enterprise.deploy.spi.DConfigBeanRoot |
|---|
getDConfigBean |
| Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean |
|---|
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, removeDConfigBean, removePropertyChangeListener |
| Methods inherited from interface weblogic.deploy.api.spi.WebLogicDConfigBean |
|---|
getDescriptorBean, isModified, notifyDDChange |
| Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean |
|---|
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, removeDConfigBean, removePropertyChangeListener |
| Method Detail |
|---|
void export(int type)
throws IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
PlanConstants.DECLARATION,
PlanConstants.CONFIGURABLE,
PlanConstants.CHANGABLE or
PlanConstants.DYNAMIC
PlanConstants.ANY
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
IllegalArgumentExceptionString getUri()
void close()
|
Copyright 1996, 2014, 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 Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||