Uses of Interface
com.ibm.di.protocols.rxa.Connection

Packages that use Connection
com.ibm.di.protocols.rxa   
 

Uses of Connection in com.ibm.di.protocols.rxa
 

Classes in com.ibm.di.protocols.rxa that implement Connection
 class AS400Connection
          This class encapsulates the RXA library's AS400 Connection related objects
 class ConnectionImpl
          This class encapsulates the RXA library's Connection related objects
 class RexecConnection
          This class encapsulates the RXA library's REXEC Connection related objects
 class RSHConnection
          This class encapsulates the RXA library's RSH Connection related objects
 class SSHConnection
          This class encapsulates the RXA library's SSH Connection related objects
 class WinConnection
          This class encapsulates the RXA library's Win Connection related objects
 

Methods in com.ibm.di.protocols.rxa that return Connection
 Connection SelectProtocol.findProtocol()
          Find a suitable protocol that is available on the target machine and create a connection
 Connection SelectProtocol.findProtocol(boolean checkAll)
          Find all suitable protocols that is available on the target machine if checkAll is true; otherwise stops at first suitable protocol