Uses of Package
org.ourgrid.common.executor

Packages that use org.ourgrid.common.executor
org.ourgrid.common.executor   
org.ourgrid.common.gum   
org.ourgrid.common.security   
org.ourgrid.common.util   
org.ourgrid.deployer   
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.test   
org.ourgrid.mygrid.replicaexecutor.exception   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.peer.ebgum   
org.ourgrid.peer.manager.gummanager.events   
 

Classes in org.ourgrid.common.executor used by org.ourgrid.common.executor
AbstractExecutor
          This class define an abstraction for the operating system dependent part of executing commands.
Executor
          This interface defines the contract between platform dependent layer and the upper layers.
ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
ExecutorHandle
          This interface defines a handle used to identify a command execution.
ExecutorResult
          This class represents the result of an execution.
LinuxExecutor
          This class is the concrete implementation of Executor interface that provides the platform dependent command execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.common.gum
ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
ExecutorHandle
          This interface defines a handle used to identify a command execution.
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.common.security
Executor
          This interface defines the contract between platform dependent layer and the upper layers.
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.common.util
ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
 

Classes in org.ourgrid.common.executor used by org.ourgrid.deployer
ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
 

Classes in org.ourgrid.common.executor used by org.ourgrid.gridmachine.useragent
Executor
          This interface defines the contract between platform dependent layer and the upper layers.
ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
ExecutorHandle
          This interface defines a handle used to identify a command execution.
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.gridmachine.useragent.test
ExecutorHandle
          This interface defines a handle used to identify a command execution.
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.mygrid.replicaexecutor.exception
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.mygrid.scheduler
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.mygrid.scheduler.test
ExecutorHandle
          This interface defines a handle used to identify a command execution.
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.peer.ebgum
ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
ExecutorHandle
          This interface defines a handle used to identify a command execution.
ExecutorResult
          This class represents the result of an execution.
 

Classes in org.ourgrid.common.executor used by org.ourgrid.peer.manager.gummanager.events
ExecutorHandle
          This interface defines a handle used to identify a command execution.