Business Components

Uses of Class
oracle.jbo.common.ws.WSApplicationModule

Packages that use.*
PackageDescription
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of WSApplicationModule in oracle.jbo.common.ws
 

Methods in oracle.jbo.common.ws with parameters of type WSApplicationModule
TypeName
 void WSApplicationModuleMarshaller.syncWorkingSet(WSApplicationModule wsAM)
           
 

Constructors in oracle.jbo.common.ws with parameters of type WSApplicationModule
TypeName
WSApplicationModule(java.lang.String name, WSApplicationModule parent)
           
WSApplicationModule(java.lang.String name, java.lang.String defName, WSApplicationModule parent)
           
WSComponentObject(java.lang.String name, WSApplicationModule parent)
           
WSComponentObject(java.lang.String name, java.lang.String defName, WSApplicationModule parent)
           
 

Uses of WSApplicationModule in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type WSApplicationModule
TypeName
 void ApplicationModuleImpl.syncWorkingSet(WSApplicationModule wsAM)
          Internal: Applications should not use this method.
 


Business Components