|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterruptObject
A WebSphere programming model extension which allows connectors or application components to be notified if the thread which registered the object exceeds a time threshold defined by the application server.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |