|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface DescriptorBean
The DescriptorBean interface is implemented by every bean in a descriptor bean graph.
Note that a descriptor bean may be implemented either as editable or runtime. A runtime implmentation is read-only from the caller's point of view and will throw UnsupportedOperationException from all mutating methods as well as methods on this interface that are not useful in a runtime setting.
| Method Summary | |
|---|---|
abstract void |
addPropertyChangeListener(PropertyChangeListener listener)Add a normal property change listener. |
abstract DescriptorBean |
createChildCopyIncludingObsolete(String propertyName, DescriptorBean beanToCopy)Variation on createChildCopy that also copies @obsolete properties |
abstract DescriptorBean |
getParentBean()Returns the bean that is the parent of this bean. |
abstract boolean |
isEditable() |
abstract void |
removePropertyChangeListener(PropertyChangeListener listener)Remove property change listener. |
| Method Detail |
|---|
DescriptorBean getParentBean()
void addPropertyChangeListener(PropertyChangeListener listener)
DescriptorBean.addBeanUpdateListener(weblogic.descriptor.BeanUpdateListener) for batch updates. While it is called when the setter is called, a BeanUpdateListener is not called until all updates have been applied to entire descriptor graph.listener -void removePropertyChangeListener(PropertyChangeListener listener)
listener -boolean isEditable()
DescriptorBean createChildCopyIncludingObsolete(String propertyName,
DescriptorBean beanToCopy)
throws IllegalArgumentException,
BeanAlreadyExistsException
propertyName -beanToCopy -IllegalArgumentExceptionBeanAlreadyExistsException
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||