public interface XCallable<T> extends Callable<T>
CallableQueueService
. A higher number means a higher
priority. Modifier and Type | Method and Description |
---|---|
long |
getCreatedTime()
Returns the createdTime of the callable in milliseconds
|
String |
getEntityKey()
Return the lock key of the callable
|
String |
getKey()
Return the key of the callable
|
String |
getName()
Return the callable name.
|
int |
getPriority()
Return the priority of the callable.
|
String |
getType()
Return the callable type.
|
boolean |
inInterruptMode() |
void |
setInterruptMode(boolean mode)
set the mode of execution for the callable.
|
int getPriority()
String getType()
CallableQueueService
.long getCreatedTime()
String getEntityKey()
void setInterruptMode(boolean mode)
boolean inInterruptMode()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.