Business Components

Uses of Class
oracle.jbo.server.ApplicationModuleDefImpl

Packages that use ApplicationModuleDefImpl
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ApplicationModuleDefImpl in oracle.jbo.server
 

Methods in oracle.jbo.server that return ApplicationModuleDefImpl
protected  ApplicationModuleDefImpl ApplicationModuleImpl.getApplicationModuleDef()
          Returns the definition associated with this Application Module.
static ApplicationModuleDefImpl ApplicationModuleDefImpl.findDefObject(java.lang.String name)
          Finds a ApplicationModuleDefImpl instance from the statically maintained list of metaobjects, by name.
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.server.xml.JboElementImpl xmlElement)
          Create an instance of ApplicatioModuleDef and load all the metadata from the XML pertinent to it.
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.server.xml.JboElementImpl xmlElement, ApplicationModuleDefImpl aInfo)
          Loads the data from the XML stream and make a call the MetaObjectManager to to create an instance of the specific type of objectis and add to the hashtables that cache all the containees of the ApplicationModule.
 

Methods in oracle.jbo.server with parameters of type ApplicationModuleDefImpl
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.server.xml.JboElementImpl xmlElement, ApplicationModuleDefImpl aInfo)
          Loads the data from the XML stream and make a call the MetaObjectManager to to create an instance of the specific type of objectis and add to the hashtables that cache all the containees of the ApplicationModule.
 


Business Components