public interface JobContext
Job
.Modifier and Type | Method and Description |
---|---|
boolean |
continueExecution()
Indicates whether to continue execution.
|
TeamIdentifier |
getCurrentTeam()
|
long |
getTime()
Obtains the current time in milliseconds.
|
long getTime()
Obtains the current time in milliseconds.
This should return similar to System.currentTimeMillis()
but is
provided to cache time for multiple quick operations that require only
estimates of time - such as check if asynchronous operations by the
ManagedObject
instances have not timed out.
Note CPU operations should be in the nano-seconds.
TeamIdentifier getCurrentTeam()
TeamIdentifier
of the current Team
executing the
Job
.Copyright © 2005–2016. All rights reserved.