Package SimPy :: Module testSimPyRT :: Class JobTO_P
[hide private]
[frames] | no frames]

Class JobTO_P

source code

    object --+        
             |        
 Lister.Lister --+    
                 |    
Simulation.Process --+
                     |
                    JobTO_P

Job class for testing timeout reneging with priorities

Instance Methods [hide private]
  __init__(self, server=None, name="")
  execute(self, timeout, usetime, priority)

Inherited from Simulation.Process: acquired, active, cancel, interrupt, interruptReset, interrupted, passive, queuing, stored, terminated

Inherited from Simulation.Process (private): _hold, _passivate

Inherited from Lister.Lister: __repr__, __str__, attrnames

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Class Variables [hide private]

Inherited from Lister.Lister: indent


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, server=None, name="")
(Constructor)

source code 
None
Overrides: Simulation.Process.__init__

execute(self, timeout, usetime, priority)

source code 
None