Methods Summary |
---|
public com.sun.enterprise.jbi.serviceengine.comm.MessageAcceptor | getMessageAcceptor()Retrieve the MessageAcceptor object in use by this work
manager.
|
public java.lang.String | getPoolName()Return the name of threadpool used by this work manager.
|
public void | setPoolName(java.lang.String poolName)Set the name of threadpool used by this work manager.
|
public void | startAcceptor()Start the acceptor thread of the work manager.
|
public void | stop()Stop the activities of the work manager.
|
public void | submitWork(OneWork work)Submit a work to the queue of thread pool.
|