encode.execution.Executor Class Reference

Executor. More...

List of all members.

Public Member Functions

def __init__
def redirect_input
def redirect_output
def redirect
def start
def stop
def kill
def is_alive
def on_channel_opened
def on_channel_closed
def on_child_exited

Public Attributes

 channels
 open_channels
 pid
 watch
 status


Detailed Description

Executor.

Definition at line 207 of file execution.py.


Member Function Documentation

def encode.execution.Executor.__init__ (   self  ) 

Definition at line 208 of file execution.py.

def encode.execution.Executor.is_alive (   self  ) 

Definition at line 248 of file execution.py.

def encode.execution.Executor.kill (   self,
  signal 
)

Definition at line 244 of file execution.py.

def encode.execution.Executor.on_channel_closed (   self,
  channel 
)

Definition at line 254 of file execution.py.

def encode.execution.Executor.on_channel_opened (   self,
  channel 
)

Definition at line 251 of file execution.py.

def encode.execution.Executor.on_child_exited (   self,
  pid,
  status 
)

Definition at line 259 of file execution.py.

def encode.execution.Executor.redirect (   self,
  fileno,
  channel 
)

Definition at line 224 of file execution.py.

def encode.execution.Executor.redirect_input (   self,
  fileno 
)

Definition at line 218 of file execution.py.

def encode.execution.Executor.redirect_output (   self,
  fileno 
)

Definition at line 221 of file execution.py.

def encode.execution.Executor.start (   self,
  job 
)

Definition at line 231 of file execution.py.

def encode.execution.Executor.stop (   self  ) 

Definition at line 238 of file execution.py.


Member Data Documentation

encode.execution.Executor.channels

Definition at line 211 of file execution.py.

encode.execution.Executor.open_channels

Definition at line 212 of file execution.py.

encode.execution.Executor.pid

Definition at line 214 of file execution.py.

encode.execution.Executor.status

Definition at line 216 of file execution.py.

encode.execution.Executor.watch

Definition at line 215 of file execution.py.


The documentation for this class was generated from the following file:
Generated on Thu Jan 18 09:47:53 2007 for Encode by  doxygen 1.4.7