org.micropsi.common.communication
Class LocalChannelServer

java.lang.Object
  extended byorg.micropsi.common.communication.AbstractChannelServer
      extended byorg.micropsi.common.communication.LocalChannelServer
All Implemented Interfaces:
ComChannelServerIF

public class LocalChannelServer
extends AbstractChannelServer


Field Summary
 
Fields inherited from class org.micropsi.common.communication.AbstractChannelServer
handlers, name
 
Constructor Summary
LocalChannelServer(java.lang.String servername)
           
 
Method Summary
 ComChannelResponse processRequest(ComChannelRequest request)
           
 
Methods inherited from class org.micropsi.common.communication.AbstractChannelServer
deregisterRequestHandler, getHandler, getServerName, registerRequestHandler, setServerName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalChannelServer

public LocalChannelServer(java.lang.String servername)
Method Detail

processRequest

public ComChannelResponse processRequest(ComChannelRequest request)
                                  throws MicropsiException
Throws:
MicropsiException

(c) by Micropsi Project: http://www.cognitive-agents.org

.