public interface InterruptObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayInfo()
Displays additional details about the state of this interrupt object.
|
java.lang.String |
getName()
Displays the name of this interrupt object.
|
boolean |
interrupt()
Called by the application server when the request running on the thread
which registered this object exceeds a time threshold.
|
boolean |
queryTried()
Called by the application server to determine whether or not this object
has been driven to interrupt the work running on the thread of execution.
|
boolean interrupt()
true
if the work was successfully interrupted,
false
if not.boolean queryTried()
true
if the interrupt method was called,
false
if not.java.lang.String getName()
java.lang.String getDisplayInfo()