kaos.core.service.transport.tcp
Class TCPMessageListenerTest

java.lang.Object
  extended by kaos.core.service.transport.tcp.TCPMessageListenerTest

public class TCPMessageListenerTest
extends java.lang.Object

The MessageSender is an EndPoint created by a transport service. It is used as the means by which messages are sent from an agent to another agent. The message sending process consists of first binding to a remote message receiver, as specified by a locator, and then invoking the sendMessage() method.

Since:
1.0

Constructor Summary
TCPMessageListenerTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void receiveMessage(TransportMessage tm)
          javax.agent.service.transport.MessageListener interface implementation - begin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPMessageListenerTest

public TCPMessageListenerTest()
Method Detail

receiveMessage

public void receiveMessage(TransportMessage tm)
javax.agent.service.transport.MessageListener interface implementation - begin


main

public static void main(java.lang.String[] args)