Uses of Interface
org.ourgrid.common.executor.Executor

Packages that use Executor
org.ourgrid.common.executor   
org.ourgrid.common.security   
org.ourgrid.gridmachine.useragent   
 

Uses of Executor in org.ourgrid.common.executor
 

Classes in org.ourgrid.common.executor that implement Executor
 class AbstractExecutor
          This class define an abstraction for the operating system dependent part of executing commands.
 class LinuxExecutor
          This class is the concrete implementation of Executor interface that provides the platform dependent command execution.
 class SWANExecutor
          This class is the concrete implementation of Executor interface that provides the platform dependent command execution.
 class Win32Executor
           
 

Methods in org.ourgrid.common.executor that return Executor
static Executor ExecutorFactory.getExecutorInstance()
          This is a factory method that returns a Executor depending on the platform the software is running.
 

Uses of Executor in org.ourgrid.common.security
 

Fields in org.ourgrid.common.security declared as Executor
protected  Executor KeyToolWrapper.executor
          To execute the KeyTool application
 

Uses of Executor in org.ourgrid.gridmachine.useragent
 

Fields in org.ourgrid.gridmachine.useragent declared as Executor
protected  Executor UserAgentServerImpl.executor
          The executor object that provides platform-dependent features.