BEA Systems, Inc.

weblogic.deploy.api.spi
Interface WebLogicDConfigBean

All Superinterfaces:
DConfigBean
All Known Subinterfaces:
WebLogicDConfigBeanRoot

public interface WebLogicDConfigBean
extends DConfigBean

This interface provides WebLogic Server extensions to DConfigBean. WebLogicDConfigBean represents WebLogic Server configuration data associated with standard J2EE deployment descriptor beans (DDBeans).


Method Summary
 weblogic.descriptor.DescriptorBean getDescriptorBean()
          Accesses the underlying descriptor bean.
 boolean isModified()
          If this bean or any children have been modified
 void notifyDDChange(XpathEvent event)
          WebLogic Server DConfigBeans do not register property listeners to monitor for changes to DDBeans.
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, removeDConfigBean, removePropertyChangeListener
 

Method Detail

notifyDDChange

void notifyDDChange(XpathEvent event)
WebLogic Server DConfigBeans do not register property listeners to monitor for changes to DDBeans. Changes to standard descriptors are not automatically reflected in the corresponding DConfigBeans.

Specified by:
notifyDDChange in interface DConfigBean

getDescriptorBean

weblogic.descriptor.DescriptorBean getDescriptorBean()
Accesses the underlying descriptor bean.


isModified

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


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