org.iids.aos.kernel.xmlrpc
Class XmlRpcDispatcher

java.lang.Object
  extended by org.iids.aos.kernel.xmlrpc.XmlRpcDispatcher

public class XmlRpcDispatcher
extends java.lang.Object

Dispatcher, i.e. server-side skeleton for XML-RPC.

Author:
arno

Constructor Summary
XmlRpcDispatcher(KernelImpl kernel)
          Creates a new instance of XmlRpcDispatcher
XmlRpcDispatcher(KernelImpl kernel, int listenPort)
           
 
Method Summary
 int getCommunicatorPort()
           
 void shutdown()
           
 void shutdownHard()
          Close forcefully, used for testing IPC errors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcDispatcher

public XmlRpcDispatcher(KernelImpl kernel)
Creates a new instance of XmlRpcDispatcher


XmlRpcDispatcher

public XmlRpcDispatcher(KernelImpl kernel,
                        int listenPort)
Method Detail

getCommunicatorPort

public int getCommunicatorPort()

shutdown

public void shutdown()

shutdownHard

public void shutdownHard()
Close forcefully, used for testing IPC errors



Copyright ? 2003, 2004 IIDS Group. All Rights Reserved.