| Package | andromeda.process |
| Class | public class TimeoutPolicy |
| Inheritance | TimeoutPolicy CoreObject |
| Method | Defined by | ||
|---|---|---|---|
|
TimeoutPolicy(value:uint)
Creates a new TimeoutPolicy instance.
| TimeoutPolicy | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
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 | ||
| Constant | Defined 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 | ||
| TimeoutPolicy | () | constructor |
public function TimeoutPolicy(value:uint)Creates a new TimeoutPolicy instance.
Parametersvalue:uint — value of this policy object.
|
| toSource | () | method |
public override function toSource(indent:int = 0):StringReturns the eden string representation of this object.
Parametersindent:int (default = 0) |
String — the eden string representation of this object.
|
| toString | () | method |
public override function toString():StringReturns the string representation of this object.
ReturnsString — 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.
|
| INFINITY | constant |
public static const INFINITY:TimeoutPolicyThis constant defines the 'infinity' timeout policy value(0).
| LIMIT | constant |
public static const LIMIT:TimeoutPolicyThis constant defines the 'limit' timeout policy value(1).