Uses of Interface
de.unido.ls5.eti.client.EtiConnection

Packages that use EtiConnection
de.unido.ls5.eti.client This package contains the the classes implementing the client side of the jETI communication protocol. 
 

Uses of EtiConnection in de.unido.ls5.eti.client
 

Classes in de.unido.ls5.eti.client that implement EtiConnection
 class EtiConnectionSepp
          A jETI-connection for SEPP, the Streaming Eti Performance Protocol.
 

Methods in de.unido.ls5.eti.client that return EtiConnection
static EtiConnection EtiConnectionFactory.createConnection(URI uri)
          Instanciates an EtiConnection for a given URI.
static EtiConnection EtiConnectionFactory.createConnection(URI uri, String sessionId)
          Instanciates a new EtiConnection for an already existing Session.
 EtiConnection TransferHandler.getEtiConnection(List<URI> uris)
          Retrieve an ETI Connection for a given List of uris following the order of the list.
 EtiConnection TransferHandler.getEtiConnection(URI uri, boolean createNew)
          Looks up the internal LightweightExecutionEnvironment wether there already exists a connection to the jETI toolserver identified by uri.
 

Methods in de.unido.ls5.eti.client with parameters of type EtiConnection
 void EtiConnection.forward(List<String> filenames, EtiConnection toServer)
          Deprecated. use forward(Set, EtiConnection) instead.
 void EtiConnectionSepp.forward(List<String> filenames, EtiConnection toServer)
          Delegate to EtiConnectionSepp.forward(Set, EtiConnection).
 void EtiConnection.forward(Set<String> filenames, EtiConnection toServer)
          Forwards a Set of virtual files from the server represented by this connection to the server represented by the toServer connection.
 void EtiConnectionSepp.forward(Set<String> filenames, EtiConnection toServer)
          Tell the server to forward the specified files to another server.