Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Uses of Class
org.openquark.cal.runtime.ExecutionContext

Packages that use ExecutionContext
org.openquark.cal.machine   
org.openquark.cal.runtime.lecc   
org.openquark.cal.services Provides the top-level API for accessing services provided by the Quark Platform. 
org.openquark.cal.valuenode   
 

Uses of ExecutionContext in org.openquark.cal.machine
 

Methods in org.openquark.cal.machine that return ExecutionContext
 ExecutionContext CALExecutor.getContext()
           
abstract  ExecutionContext ProgramManager.makeExecutionContext(ExecutionContextProperties properties)
          Factory method for creating a machine-specific execution context.
 

Methods in org.openquark.cal.machine with parameters of type ExecutionContext
abstract  CALExecutor ProgramManager.makeExecutor(ExecutionContext context)
          Factory method for creating a machine-specific executor.
 void ProgramManager.resetCachedResults(ExecutionContext context)
          Discards any cached (memoized) results in this program.
 void ProgramManager.resetCachedResults(ModuleName moduleName, ExecutionContext context)
          Discards any cached (memoized) results in the named module and any dependent modules.
 void ProgramManager.resetMachineState(ExecutionContext context)
          Discards the machine state, including any cached (memoized) results in this program.
 void ProgramManager.resetMachineState(ModuleName moduleName, ExecutionContext context)
          Discards the machine state, including any cached (memoized) results in the named module and any dependent modules.
 

Uses of ExecutionContext in org.openquark.cal.runtime.lecc
 

Methods in org.openquark.cal.runtime.lecc that return ExecutionContext
static ExecutionContext StandaloneRuntime.makeExecutionContext(Class<?> callerClass)
          Factory method for constructing an instance of this class with the default properties and a suitable class loader for loading foreign classes and accessing resources in standalone JARs.
static ExecutionContext StandaloneRuntime.makeExecutionContext(ClassLoader classloader)
          Factory method for constructing an instance of this class with the default properties and the specified class loader for loading foreign classes and accessing resources in standalone JARs.
static ExecutionContext StandaloneRuntime.makeExecutionContext(ExecutionContextProperties properties, Class<?> callerClass)
          Factory method for constructing an instance of this class with the specified properties and a suitable class loader for loading foreign classes and accessing resources in standalone JARs.
static ExecutionContext StandaloneRuntime.makeExecutionContext(ExecutionContextProperties properties, ClassLoader classloader)
          Factory method for constructing an instance of this class with the specified properties and the specified class loader for loading foreign classes and accessing resources in standalone JARs.
 

Uses of ExecutionContext in org.openquark.cal.services
 

Methods in org.openquark.cal.services that return ExecutionContext
 ExecutionContext ProgramModelManager.makeExecutionContext(ExecutionContextProperties properties)
          Factory method for creating a machine-specific execution context.
 ExecutionContext ProgramModelManager.makeExecutionContext(ExecutionContextProperties properties)
          Factory method for creating a machine-specific execution context.
 ExecutionContext ProgramModelManager.makeExecutionContextWithDefaultProperties()
          Factory method for creating a machine-specific execution context with default values for the execution context's properties.
 ExecutionContext ProgramModelManager.makeExecutionContextWithDefaultProperties()
          Factory method for creating a machine-specific execution context with default values for the execution context's properties.
 

Methods in org.openquark.cal.services with parameters of type ExecutionContext
 CALExecutor ProgramModelManager.makeExecutor(ExecutionContext context)
          Factory method for creating a machine-specific executor.
 CALExecutor ProgramModelManager.makeExecutor(ExecutionContext context)
          Factory method for creating a machine-specific executor.
 void ProgramModelManager.resetCachedResults(ExecutionContext context)
          Discarded any cached (memoized) results in this program.
 void ProgramModelManager.resetCachedResults(ExecutionContext context)
          Discarded any cached (memoized) results in this program.
 void ProgramModelManager.resetCachedResults(ModuleName moduleName, ExecutionContext context)
          Discard any cached (memoized) results in the named module and any dependent modules.
 void ProgramModelManager.resetCachedResults(ModuleName moduleName, ExecutionContext context)
          Discard any cached (memoized) results in the named module and any dependent modules.
 void ProgramModelManager.resetMachineState(ExecutionContext context)
          Discarded the machine state, including any cached (memoized) results in this program.
 void ProgramModelManager.resetMachineState(ExecutionContext context)
          Discarded the machine state, including any cached (memoized) results in this program.
 void ProgramModelManager.resetMachineState(ModuleName moduleName, ExecutionContext context)
          Discard the machine state, including any cached (memoized) results in the named module and any dependent modules.
 void ProgramModelManager.resetMachineState(ModuleName moduleName, ExecutionContext context)
          Discard the machine state, including any cached (memoized) results in the named module and any dependent modules.
 Object BasicCALServices.runFunction(EntryPointSpec entryPointSpec, ExecutionContext executionContext, Object[] args)
          runs an existing function and returns the result.
 Object BasicCALServices.runFunction(EntryPointSpec entryPointSpec, ExecutionContext executionContext, Object[] args)
          runs an existing function and returns the result.
 

Uses of ExecutionContext in org.openquark.cal.valuenode
 

Methods in org.openquark.cal.valuenode with parameters of type ExecutionContext
 CALExecutor CALRunner.createExecutor(WorkspaceManager wkspcMgr, ExecutionContext executionContext)
          Static function that can be used by other classes to create an executor of the type appropriate to this session.
 


Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.