Uses of Interface
planetj.dataengine.operation.IOperationContext

Packages that use IOperationContext
planetj.dataengine.application   
planetj.dataengine.operation   
planetj.dataengine.sqloperation.http   
 

Uses of IOperationContext in planetj.dataengine.application
 

Classes in planetj.dataengine.application that implement IOperationContext
 class ApplicationSQLContext
          SQLContext used for queries which correspond to a specific Application or View
 

Uses of IOperationContext in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement IOperationContext
 class HTMLOperationContext
           
 class JavaOperationContext
           
 class URLOperationContext
          !!A WK (6/26/2003 8:50:25 PM) this class is work in progress.
 

Methods in planetj.dataengine.operation that return IOperationContext
 IOperationContext Operation.getNewContext()
          Gets a new IOperationContext for this operation.
 

Methods in planetj.dataengine.operation with parameters of type IOperationContext
 boolean Operation.isContextCurrent(IOperationContext context)
          Test if the context was created from this operation, and if the contents of the context are still valid.
 

Uses of IOperationContext in planetj.dataengine.sqloperation.http
 

Methods in planetj.dataengine.sqloperation.http that return IOperationContext
 IOperationContext HttpOperationManager.getContext(Operation operation, String contextKey, javax.servlet.http.HttpServletRequest request)
          Gets the SQLOperation's ApplicationSQLContext.