Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.deploy.api.model
Interface WebLogicDDBean

All Superinterfaces:
DDBean
All Known Subinterfaces:
WebLogicDDBeanRoot

public interface WebLogicDDBean
extends DDBean

Method Summary
abstract  void addXpathListener(String xpath, XpathListener xpl)
          The WebLogic implementation of DDBean does not support dynamic changes to deployment descriptors.
abstract  boolean isModified()
          If this bean or any children have been modified
abstract  void removeXpathListener(String xpath, XpathListener xpl)
          The WebLogic implementation of DDBean does not support dynamic changes to deployment descriptors.

 

Methods inherited from interface javax.enterprise.deploy.model.DDBean
getAttributeNames, getAttributeValue, getChildBean, getId, getRoot, getText, getText, getXpath

 

Method Detail

addXpathListener

void addXpathListener(String xpath,
                      XpathListener xpl)
The WebLogic implementation of DDBean does not support dynamic changes to deployment descriptors.
Specified by:
addXpathListener in interface DDBean

removeXpathListener

void removeXpathListener(String xpath,
                         XpathListener xpl)
The WebLogic implementation of DDBean does not support dynamic changes to deployment descriptors.
Specified by:
removeXpathListener in interface DDBean

isModified

boolean isModified()
If this bean or any children have been modified

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09