com.agentfactory.cldc.p2pmts
Class P2PTask

java.lang.Object
  extended by com.agentfactory.cldc.p2pmts.P2PTask
All Implemented Interfaces:
java.lang.Runnable

public class P2PTask
extends java.lang.Object
implements java.lang.Runnable

The peer to peer task reads an incomming message from a socket and adds the message to the peer to peer message transport service.

Author:
Conor Muldoon

Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable