com.mindoo.remote.api.ipc
Class IPCRemoteAPIConnectionManagerDispatcher

java.lang.Object
  extended by com.mindoo.remote.api.ipc.IPCRemoteAPIBaseDispatcher
      extended by com.mindoo.remote.api.ipc.IPCRemoteAPIConnectionManagerDispatcher
All Implemented Interfaces:
IIPCRemoteAPIDispatcher, java.rmi.Remote

public abstract class IPCRemoteAPIConnectionManagerDispatcher
extends IPCRemoteAPIBaseDispatcher

Framework class, for internal purpose only


Constructor Summary
IPCRemoteAPIConnectionManagerDispatcher()
           
 
Method Summary
protected abstract  void createConnection(java.lang.String connId)
           
 void dispose()
           
 org.w3c.dom.Element send(org.w3c.dom.Element commandNode, org.w3c.dom.Document targetDoc)
           
abstract  void startDispatching()
           
abstract  void stopDispatching()
           
 
Methods inherited from class com.mindoo.remote.api.ipc.IPCRemoteAPIBaseDispatcher
parseXML, returnException, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mindoo.remote.api.ipc.IIPCRemoteAPIDispatcher
send
 

Constructor Detail

IPCRemoteAPIConnectionManagerDispatcher

public IPCRemoteAPIConnectionManagerDispatcher()
Method Detail

startDispatching

public abstract void startDispatching()

dispose

public void dispose()

stopDispatching

public abstract void stopDispatching()

send

public org.w3c.dom.Element send(org.w3c.dom.Element commandNode,
                                org.w3c.dom.Document targetDoc)
Specified by:
send in class IPCRemoteAPIBaseDispatcher

createConnection

protected abstract void createConnection(java.lang.String connId)
                                  throws java.lang.Exception
Throws:
java.lang.Exception