Uses of Interface
de.cau.cs.kieler.krep.evalbench.comm.IConnection

Packages that use IConnection
de.cau.cs.kieler.krep.evalbench.comm Package that defines a common interface for the communication between KIELER and the processor. 
 

Uses of IConnection in de.cau.cs.kieler.krep.evalbench.comm
 

Classes in de.cau.cs.kieler.krep.evalbench.comm that implement IConnection
 class Connection
          Abstract superclass for connection protocols that use input and output streams.
 class JNIConnection
          Connection to software emulation of the processor via java native interfaces.
 class RxtxSerialConnection
          Wrapper class for the RxTx package.
 class SocketConnection
          Connection that uses sockets from java.net.
 

Methods in de.cau.cs.kieler.krep.evalbench.comm that return IConnection
protected  IConnection CommunicationProtocol.getConnection()
           
 

Methods in de.cau.cs.kieler.krep.evalbench.comm with parameters of type IConnection
protected  void CommunicationProtocol.setConnection(IConnection theConnection)
           
 

Constructors in de.cau.cs.kieler.krep.evalbench.comm with parameters of type IConnection
CommunicationProtocol(IConnection connectionProtocol)
          Constructs a new instance of the KEP protocol.
KepProtocol(IConnection connectionProtocol)
          Constructs a new instance of the KEP protocol.
KlpProtocol(IConnection connectionProtocol)
          Constructs a new instance of the KREP protocol.