| Package | system.process |
| Class | public class TimeoutPolicy |
| Inheritance | TimeoutPolicy Object |
| Implements | Serializable |
| Method | Defined 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 | ||
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:int)Creates a new TimeoutPolicy instance.
Parametersvalue:int — value of this policy object.
|
| toSource | () | method |
public function toSource(indent:int = 0):StringReturns the eden string representation of this object.
Parameters
indent:int (default = 0) |
String — the eden string representation of this object.
|
| toString | () | method |
public 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).