public class ExecutionContextToken
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
token |
Constructor and Description |
---|
ExecutionContextToken(ExecutionContext executionContext)
This constructor creates this object from a ExecutionContext object
|
ExecutionContextToken(IExecutionContext executionContext)
This constructor creates this object from a IExecutionContext object
|
ExecutionContextToken(int token)
This constructor creates this object assigning the passed integer token to the member variables
|
public ExecutionContextToken(int token)
public ExecutionContextToken(ExecutionContext executionContext)
public ExecutionContextToken(IExecutionContext executionContext)