Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class ContainerObjectImpl

java.lang.Object
  extended by oracle.jbo.server.NamedObjectImpl
      extended by oracle.jbo.server.ComponentObjectImpl
          extended by oracle.jbo.server.ContainerObjectImpl
All Implemented Interfaces:
Formattable, ComponentObject, Properties, ContainerObject, VariableManagerOwner, VariableManagerOwnerBase
Direct Known Subclasses:
ApplicationModuleImpl

public abstract class ContainerObjectImpl
extends ComponentObjectImpl
implements ContainerObject


Field Summary
 ArrayList mComponentList
          List to keep the Component Objects
 java.util.Hashtable mComponents
          Map to keep the name value pairs of Component Usages, names
 
Fields inherited from class oracle.jbo.server.ComponentObjectImpl
CLASS_INSTANCE
 
Fields inherited from class oracle.jbo.server.NamedObjectImpl
mObjName, mParent, mProperties, mUserData, RES_ID_SUFFIX
 
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, applyPersonalization, create, createRef, ensureVariableManager, getAllProperties, getApplicationModule, getCompListeners, getCompListenersList, getDefFullName, getDefName, getMessageBundleClass, getResourceBundleDef, getRootApplicationModule, getVariableManager, hasVariables, isDead, remove, resolvePropertyRaw
 
Methods inherited from class oracle.jbo.server.NamedObjectImpl
formatChildCollectionForOutput, formatChildCollectionForOutput, formatChildCollectionForOutput, formatForOutput, formatForOutput, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getResourcesFromBundle, getUserData, parseAttrArrayElements, refreshProperty, requiresNamePrefixedResId, setFullName, setName, setParent, setPropertiesMap, setProperty
 
Methods inherited from class java.lang.Object
equals, 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, getProperty, refreshProperty
 
Methods inherited from interface oracle.jbo.VariableManagerOwner
getName
 

Field Detail

mComponents

public java.util.Hashtable mComponents
Map to keep the name value pairs of Component Usages, names


mComponentList

public ArrayList mComponentList
List to keep the Component Objects

Constructor Detail

ContainerObjectImpl

public ContainerObjectImpl()
Method Detail

addContainerListener

public void addContainerListener(ContainerObjectListener listener)
Description copied from interface: ContainerObject
Subscribes a listener for container object events.

Specified by:
addContainerListener in interface ContainerObject
Parameters:
listener - an event handler for container events.
See Also:
ContainerObjectEvent

removeContainerListener

public void removeContainerListener(ContainerObjectListener listener)
Description copied from interface: ContainerObject
Unsubscribes a listener for container object events.

Specified by:
removeContainerListener in interface ContainerObject
Parameters:
listener - an event handler for container events.
See Also:
ContainerObjectEvent

findComponentObject

public ComponentObject findComponentObject(java.lang.String compName)
Description copied from interface: ContainerObject
Find a component Object from the container

Specified by:
findComponentObject in interface ContainerObject
Parameters:
compName - name of the component
Returns:
Component Object

createComponentObject

public ComponentObject createComponentObject(java.lang.String compName,
                                             java.lang.String compDefName)
Description copied from interface: ContainerObject
Create a component Object from the container

Specified by:
createComponentObject in interface ContainerObject
Parameters:
compName - name of the component
compDefName - name of the definition Object
Returns:
Component Object

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.