org.micropsi.common.communication
Interface ComChannelClientIF

All Known Implementing Classes:
LocalChannelClient, XMLTCPChannelClient

public interface ComChannelClientIF


Method Summary
 ComChannelResponse performRequest(ComChannelRequest request)
           
 void performRequestNB(ComChannelRequest request, CallBackIF callback)
           
 

Method Detail

performRequest

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

performRequestNB

public void performRequestNB(ComChannelRequest request,
                             CallBackIF callback)
                      throws MicropsiException
Throws:
MicropsiException

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

.