BEA Systems, Inc.

weblogic.deploy.api.model
Interface WebLogicDDBean

All Superinterfaces:
DDBean
All Known Subinterfaces:
WebLogicDDBeanRoot

public interface WebLogicDDBean
extends DDBean


Method Summary
 void addXpathListener(String xpath, XpathListener xpl)
          The WebLogic implementation of DDBean does not support dynamic changes to deployment descriptors.
 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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.