|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.common.XmlRpcWorkerFactory
org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
Server specific worker factory.
Constructor Summary | |
XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller. |
Method Summary | |
protected XmlRpcWorker |
newWorker()
Creates a new worker instance. |
Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory |
getController, getCurrentRequests, getWorker, releaseWorker |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlRpcServerWorkerFactory(XmlRpcServer pServer)
pServer
- The factory controller.Method Detail |
protected XmlRpcWorker newWorker()
XmlRpcWorkerFactory
newWorker
in class XmlRpcWorkerFactory
XmlRpcWorker
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |