Class org.as2lib.app.exec.ExecutableProcess

Description

ExecutableProcess is a Wrapper for Executable's to be executable as a Process.

As Executables have no response features this is a wrapper for using any executable as process.

Field Index

Inherited from LogSupport

Method Index

new ExecutableProcess()

Inherited from AbstractProcess

Inherited from AbstractTimeConsumer

Inherited from EventSupport

Inherited from LogSupport

Inherited from BasicClass

Constructor Detail

ExecutableProcess

public function ExecutableProcess(executable:Executable, args:Array)

Creates a new ExecutableProcess.

Parameters

executableExecuteable to be executed on process start.