org.openmuc.jositransport
Class ConnectionHandler

java.lang.Object
  extended by org.openmuc.jositransport.ConnectionHandler
All Implemented Interfaces:
java.lang.Runnable

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

The class extends Thread and handles ISO Transport connections. Once a connection has been initiated (CR,CC) it gives the connection in form of the Connection class to the ConnectionListener.


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

Method Detail

run

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