Packageandromeda.process
Classpublic class TimeoutPolicy
InheritanceTimeoutPolicy Inheritance CoreObject

Defines the policy of the timeout states in the application.



Public Methods
 MethodDefined by
  
TimeoutPolicy(value:uint)
Creates a new TimeoutPolicy instance.
TimeoutPolicy
 Inherited
Returns the internal ILogger reference of this ILogable object.
CoreObject
 Inherited
hashCode():uint
Returns a hashcode value for the object.
CoreObject
 Inherited
setLogger(log:ILogger = null):void
Sets the internal ILogger reference of this ILogable object.
CoreObject
  
toSource(indent:int = 0):String
Returns the eden string representation of this object.
TimeoutPolicy
  
toString():String
Returns the string representation of this object.
TimeoutPolicy
  
valueOf():*
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:uint)

Creates a new TimeoutPolicy instance.

Parameters
value:uint — value of this policy object.
Method detail
toSource()method
public override 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 override 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).