Uses of Class
marquee.xmlrpc.XmlRpcDispatcher

Packages that use XmlRpcDispatcher
marquee.xmlrpc   
 

Uses of XmlRpcDispatcher in marquee.xmlrpc
 

Methods in marquee.xmlrpc that return XmlRpcDispatcher
static XmlRpcDispatcher XmlRpcDispatcher.getDispatcher(XmlRpcServer server, java.lang.String callerIp)
          Aquires a dispatcher from the pool of available dispatchers, or creates a new dispatcher if the pool is empty.
 

Methods in marquee.xmlrpc with parameters of type XmlRpcDispatcher
static XmlRpcServerConnection XmlRpcServerConnection.getConnection(XmlRpcDispatcher dispatcher)
          Retrieves a connection from the pool or creates a new one, assuming we have not reached the connection limit.