com.kenmccrary.jtella
Class NodeConnection

java.lang.Object
  |
  +--com.kenmccrary.jtella.Connection
        |
        +--com.kenmccrary.jtella.NodeConnection
All Implemented Interfaces:
java.lang.Runnable

public class NodeConnection
extends Connection

Connection to a servant on the network


Fields inherited from class com.kenmccrary.jtella.Connection
asyncSender, CONNECTION_INCOMING, CONNECTION_OUTGOING, connectionData, createTime, droppedCount, host, inputCount, inputStream, outputCount, outputStream, port, router, sendTime, shutdownFlag, socket, status, STATUS_CONNECTING, STATUS_FAILED, STATUS_OK, STATUS_STOPPED, type
 
Method Summary
 void run()
          Connection operation
 
Methods inherited from class com.kenmccrary.jtella.Connection
getConnectedServant, getMessageDropCount, getMessageInput, getMessageOutput, getSendTime, getStatus, getType, getUpTime, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Connection operation