|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkManager

The JBoss specific work manager interface
| Field Summary |
|---|
| Fields inherited from interface javax.resource.spi.work.WorkManager |
|---|
IMMEDIATE, INDEFINITE, UNKNOWN |
| Method Summary | |
|---|---|
WorkManager |
clone()
Clone the WorkManager implementation |
Callback |
getCallbackSecurity()
Get the callback security module |
org.jboss.threads.BlockingExecutor |
getLongRunningThreadPool()
Retrieve the executor for long running tasks |
org.jboss.threads.BlockingExecutor |
getShortRunningThreadPool()
Retrieve the executor for short running tasks |
XATerminator |
getXATerminator()
Get the XATerminator |
boolean |
isSpecCompliant()
Is spec compliant |
void |
setCallbackSecurity(Callback v)
Set callback security module |
void |
setLongRunningThreadPool(org.jboss.threads.BlockingExecutor executor)
Set the executor for long running tasks |
void |
setShortRunningThreadPool(org.jboss.threads.BlockingExecutor executor)
Set the executor for short running tasks |
void |
setSpecCompliant(boolean v)
Set spec compliant flag |
void |
setXATerminator(XATerminator xaTerminator)
Set the XATerminator |
| Methods inherited from interface javax.resource.spi.work.WorkManager |
|---|
doWork, doWork, scheduleWork, scheduleWork, startWork, startWork |
| Methods inherited from interface org.jboss.jca.core.spi.graceful.GracefulShutdown |
|---|
isShutdown, prepareShutdown, shutdown |
| Method Detail |
|---|
org.jboss.threads.BlockingExecutor getShortRunningThreadPool()
void setShortRunningThreadPool(org.jboss.threads.BlockingExecutor executor)
executor - The executororg.jboss.threads.BlockingExecutor getLongRunningThreadPool()
void setLongRunningThreadPool(org.jboss.threads.BlockingExecutor executor)
executor - The executorXATerminator getXATerminator()
void setXATerminator(XATerminator xaTerminator)
xaTerminator - The XA terminatorboolean isSpecCompliant()
void setSpecCompliant(boolean v)
v - The valueCallback getCallbackSecurity()
void setCallbackSecurity(Callback v)
v - The value
WorkManager clone()
throws CloneNotSupportedException
CloneNotSupportedException - Thrown if the copy operation isn't supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||