Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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

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

 

Uses of WSApplicationModuleImpl in oracle.jbo.client.remote

 

Methods in oracle.jbo.client.remote that return WSApplicationModuleImpl
 WSApplicationModuleImpl ApplicationModuleImpl.getCurrentWorkingSet()
           

 

Methods in oracle.jbo.client.remote with parameters of type WSApplicationModuleImpl
 void ApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM)
           
 void ApplicationModuleImpl.finishSyncWorkingSet(WSApplicationModuleImpl wsAM, boolean isEndOfSvcMsg)
           
 ServiceMessage ApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName, WSApplicationModuleImpl wsAM, ServiceMessage msg)
           
 void ApplicationModuleImpl.bindToWorkingSet(WSApplicationModuleImpl wsAM)
           

 

Uses of WSApplicationModuleImpl in oracle.jbo.common.ws

 

Methods in oracle.jbo.common.ws that return WSApplicationModuleImpl
 WSApplicationModuleImpl WSApplicationModuleMarshaller.getCurrentWorkingSet()
           
 WSApplicationModuleImpl WSApplicationModuleImpl.findWSApplicationModule(java.lang.String amName)
           
 WSApplicationModuleImpl WSApplicationModuleImpl.getRootWSApplicationModule()
           

 

Methods in oracle.jbo.common.ws with parameters of type WSApplicationModuleImpl
 void WSApplicationModuleMarshaller.syncWorkingSet(WSApplicationModuleImpl wsAM)
           
 void WSApplicationModuleMarshaller.finishSyncWorkingSet(WSApplicationModuleImpl wsAM, boolean isEndOfSvcMsg)
           
 ServiceMessage WSApplicationModuleMarshaller.sendWorkingSetRequests(java.lang.String reqName, WSApplicationModuleImpl wsAM, ServiceMessage req)
           
 void WSApplicationModuleMarshaller.bindToWorkingSet(WSApplicationModuleImpl ws)
           
 void WSApplicationModuleImpl.addChildAM(WSApplicationModuleImpl childAM)
           

 

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

 

Uses of WSApplicationModuleImpl in oracle.jbo.server

 

Methods in oracle.jbo.server that return WSApplicationModuleImpl
 WSApplicationModuleImpl ApplicationModuleImpl.getCurrentWorkingSet()
           

 

Methods in oracle.jbo.server with parameters of type WSApplicationModuleImpl
 void ApplicationModuleImpl.bindToWorkingSet(WSApplicationModuleImpl wsam)
           
 void ApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM)
          Internal: Applications should not use this method.
 void ApplicationModuleImpl.finishSyncWorkingSet(WSApplicationModuleImpl wsAM, boolean isEndOfSvcMsg)
           
 ServiceMessage ApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName, WSApplicationModuleImpl wsAM, ServiceMessage msg)
           

 

Uses of WSApplicationModuleImpl in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote that return WSApplicationModuleImpl
 WSApplicationModuleImpl AbstractRemoteApplicationModuleImpl.getCurrentWorkingSet()
           

 

Methods in oracle.jbo.server.remote with parameters of type WSApplicationModuleImpl
 void AbstractRemoteApplicationModuleImpl.bindToWorkingSet(WSApplicationModuleImpl wsAM)
           
 void AbstractRemoteApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM)
           
 void AbstractRemoteApplicationModuleImpl.finishSyncWorkingSet(WSApplicationModuleImpl wsAM, boolean isEndOfSvcMsg)
           
 ServiceMessage AbstractRemoteApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName, WSApplicationModuleImpl wsAM, ServiceMessage msg)
           

 

Uses of WSApplicationModuleImpl in oracle.jbo.server.remote.colo

 

Methods in oracle.jbo.server.remote.colo with parameters of type WSApplicationModuleImpl
 ServiceMessage ServerApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName, WSApplicationModuleImpl wsAM, ServiceMessage msg)
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.