|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.NamedObjectImpl oracle.jbo.server.NamedObjectImpl oracle.jbo.server.ComponentObjectImpl oracle.jbo.server.ContainerObjectImpl
The implementation of the ContainerObject
interface.
Field Summary | |
com.sun.java.util.collections.ArrayList |
mComponentList
List to keep the Component Objects |
com.sun.java.util.collections.HashMap |
mComponents
Map to keep the name value pairs of Component Usages, names |
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
Constructor Summary | |
ContainerObjectImpl()
|
Method Summary | |
void |
addContainerListener(ContainerObjectListener listener)
Subscribes a listener for container object events. |
ComponentObject |
createComponentObject(java.lang.String compName,
java.lang.String compDefName)
Create a component Object from the container |
ComponentObject |
findComponentObject(java.lang.String compName)
Find a component Object from the container |
void |
removeContainerListener(ContainerObjectListener listener)
Unsubscribes a listener for container object events. |
Methods inherited from class oracle.jbo.server.ComponentObjectImpl |
addListener, create, createRef, getApplicationModule, getCompListeners, getCompListenersList, getDefFullName, getDefName, getProxyClassName, getProxyClassName, getRootApplicationModule, isRegWithPiggyMan, remove, setName, setParent, setProxyClassName |
Methods inherited from class oracle.jbo.server.NamedObjectImpl |
setParent, setPropertiesMap |
Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.ComponentObject |
getFullName, getName |
Methods inherited from interface oracle.jbo.Properties |
getProperties, getProperty, refreshProperty |
Field Detail |
public com.sun.java.util.collections.HashMap mComponents
public com.sun.java.util.collections.ArrayList mComponentList
Constructor Detail |
public ContainerObjectImpl()
Method Detail |
public void addContainerListener(ContainerObjectListener listener)
ContainerObject
addContainerListener
in interface ContainerObject
listener
- an event handler for container events.ContainerObjectEvent
public void removeContainerListener(ContainerObjectListener listener)
ContainerObject
removeContainerListener
in interface ContainerObject
listener
- an event handler for container events.ContainerObjectEvent
public ComponentObject findComponentObject(java.lang.String compName)
ContainerObject
findComponentObject
in interface ContainerObject
public ComponentObject createComponentObject(java.lang.String compName, java.lang.String compDefName)
ContainerObject
createComponentObject
in interface ContainerObject
compDefName
- name of the definition Object
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.