Business Components

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

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

Uses of WSApplicationModuleImpl in oracle.jbo.common.ws
 

Methods in oracle.jbo.common.ws with parameters of type WSApplicationModuleImpl
 void WSApplicationModuleMarshaller.syncWorkingSet(WSApplicationModuleImpl wsAM)
           
 ServiceMessage WSApplicationModuleMarshaller.sendWorkingSetRequests(WSApplicationModuleImpl wsAM, java.lang.String svcMsgName, java.io.Serializable[] reqs)
           
 

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

Uses of WSApplicationModuleImpl in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type WSApplicationModuleImpl
 void ApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM)
          Internal: Applications should not use this method.
 ServiceMessage ApplicationModuleImpl.sendWorkingSetRequests(WSApplicationModuleImpl wsAM, java.lang.String svcMsgName, java.io.Serializable[] reqs)
           
 


Business Components