Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.descriptor.example.ExampleChildBean

Packages that use ExampleChildBean
weblogic.descriptor.example Provides some example DescriptorBean interfaces. 
 

Uses of ExampleChildBean in weblogic.descriptor.example
 

Methods in weblogic.descriptor.example that return ExampleChildBean
 ExampleChildBean ExampleRootBean.createChild()
          Creates a new child and adds it to the Children array property.
 ExampleChildBean ExampleRootBean.createNullableChild()
          Creates new instance of NullableChild and returns it.
 ExampleChildBean[] ExampleRootBean.getAllChildren()
           
 ExampleChildBean[] ExampleRootBean.getChildren()
          Defines, in conjunction with ExampleRootBean.createChild() and ExampleRootBean.destroyChild(weblogic.descriptor.example.ExampleChildBean) an array property of child beans named Children.
 ExampleChildBean ExampleRootBean.getModifiableRef()
          Defines, in conjunction with ExampleRootBean.setModifiableRef(weblogic.descriptor.example.ExampleChildBean) a nullable child bean property named ModifiableRef.
 ExampleChildBean ExampleRootBean.getNullableChild()
          Defines, in conjunction with ExampleRootBean.createNullableChild() and ExampleRootBean.destroyNullableChild(), a nullable child bean property named NullableChild.
 ExampleChildBean ExampleRootBean.getReadOnlyChild()
          Defines a read-only child property name ReadOnlyChild.
 ExampleChildBean ExampleRootBean.getReadOnlyRef()
          Defines a read-only bean reference named ReadOnlyRef.
 ExampleChildBean ExampleRootBean.getReferences()
          Defines, in conjunction with ExampleRootBean.addReference(weblogic.descriptor.example.ExampleChildBean) and ExampleRootBean.removeReference(weblogic.descriptor.example.ExampleChildBean), a array of references property named References.
 ExampleChildBean[] ExampleChildBean.getRefs()
          List of refs to other children
 ExampleChildBean ExampleChildBean.getSingletonRef()
          Reference to another child
 ExampleChildBean ExampleRootBean.lookupChild(String name)
          Searches the Children array property for the first occurance of a child whose Name property matches the value of name.
 

Methods in weblogic.descriptor.example with parameters of type ExampleChildBean
 void ExampleChildBean.addRef(ExampleChildBean sibling)
           
 void ExampleRootBean.addReference(ExampleChildBean bean)
          Adds bean to References (See ExampleRootBean.getReferences())
 void ExampleRootBean.destroyChild(ExampleChildBean childToDestroy)
          Destroys childToDestroy by removing it from the Children array property.
 void ExampleChildBean.removeRef(ExampleChildBean sibling)
           
 void ExampleRootBean.removeReference(ExampleChildBean bean)
          Removes bean from References (See ExampleRootBean.getReferences()
 void ExampleRootBean.setModifiableRef(ExampleChildBean bean)
          See ExampleRootBean.getModifiableRef()
 void ExampleChildBean.setSingletonRef(ExampleChildBean sibling)
           
 


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-01