| 
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02  | 
||||||||||
| 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 | |
|---|---|
 void | 
addPropertyChangeListener(PropertyChangeListener listener)
Add a normal property change listener.  | 
 DescriptorBean | 
createChildCopyIncludingObsolete(String propertyName,
                                 DescriptorBean beanToCopy)
Variation on createChildCopy that also copies @obsolete properties  | 
 DescriptorBean | 
getParentBean()
Returns the bean that is the parent of this bean.  | 
 boolean | 
isEditable()
 | 
 void | 
removePropertyChangeListener(PropertyChangeListener listener)
Remove property change listener.  | 
| Methods inherited from interface weblogic.descriptor.SettableBean | 
|---|
isSet, unSet | 
| 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 - 
IllegalArgumentException
BeanAlreadyExistsException
  | 
Copyright 1996, 2013, 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.1.2) Part Number E27170-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||