Packagesystem.process
Classpublic class TimeoutPolicy
InheritanceTimeoutPolicy Inheritance Object
Implements Serializable

Defines the policy of the timeout states in the application.



Public Methods
 MethodDefined By
  
TimeoutPolicy(value:int)
Creates a new TimeoutPolicy instance.
TimeoutPolicy
  
toSource(indent:int = 0):String
Returns the eden string representation of this object.
TimeoutPolicy
  
toString():String
Returns the string representation of this object.
TimeoutPolicy
  
Returns the primitive value of this object.
TimeoutPolicy
Public Constants
 ConstantDefined By
  INFINITY : TimeoutPolicy
[static] This constant defines the 'infinity' timeout policy value(0).
TimeoutPolicy
  LIMIT : TimeoutPolicy
[static] This constant defines the 'limit' timeout policy value(1).
TimeoutPolicy
Constructor Detail
TimeoutPolicy()Constructor
public function TimeoutPolicy(value:int)

Creates a new TimeoutPolicy instance.

Parameters
value:int — value of this policy object.
Method Detail
toSource()method
public function toSource(indent:int = 0):String

Returns the eden string representation of this object.

Parameters

indent:int (default = 0)

Returns
String — the eden string representation of this object.
toString()method 
public function toString():String

Returns the string representation of this object.

Returns
String — the string representation of this object.
valueOf()method 
public function valueOf():*

Returns the primitive value of this object.

Returns
* — the primitive value of this object.
Constant Detail
INFINITYConstant
public static const INFINITY:TimeoutPolicy

This constant defines the 'infinity' timeout policy value(0).

LIMITConstant 
public static const LIMIT:TimeoutPolicy

This constant defines the 'limit' timeout policy value(1).