BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.deploy.api.model
Interface WebLogicDDBean

All Superinterfaces:
DDBean
All Known Subinterfaces:
WebLogicDDBeanRoot

public interface WebLogicDDBean
extends DDBean

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

public 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

public 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/docs91
Copyright 2005 BEA Systems Inc.