|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.connector.work.GeronimoWorkManager
org.apache.tuscany.core.async.work.DefaultWorkManager
public class DefaultWorkManager
A Work Manager service component implementation which just reuses the Geronimo WorkManager.
Field Summary | |
---|---|
int |
scheduledMaximumPoolSize
|
Fields inherited from interface javax.resource.spi.work.WorkManager |
---|
IMMEDIATE, INDEFINITE, UNKNOWN |
Constructor Summary | |
---|---|
DefaultWorkManager()
Constructs a new instance. |
Method Summary | |
---|---|
void |
destroy()
|
int |
getScheduledMaximumPoolSize()
|
void |
init()
|
void |
setScheduledMaximumPoolSize(int maxSize)
|
Methods inherited from class org.apache.geronimo.connector.work.GeronimoWorkManager |
---|
doFail, doStart, doStop, doWork, doWork, getScheduledThreadCount, getStartMaximumPoolSize, getStartThreadCount, getSyncMaximumPoolSize, getSyncThreadCount, getXATerminator, scheduleWork, scheduleWork, setStartMaximumPoolSize, setSyncMaximumPoolSize, startWork, startWork |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.spi.work.WorkManager |
---|
doWork, doWork, scheduleWork, scheduleWork, startWork, startWork |
Field Detail |
---|
public int scheduledMaximumPoolSize
Constructor Detail |
---|
public DefaultWorkManager()
Method Detail |
---|
public void init() throws Exception
Exception
public void destroy() throws Exception
Exception
public void setScheduledMaximumPoolSize(int maxSize)
setScheduledMaximumPoolSize
in class org.apache.geronimo.connector.work.GeronimoWorkManager
public int getScheduledMaximumPoolSize()
getScheduledMaximumPoolSize
in class org.apache.geronimo.connector.work.GeronimoWorkManager
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |