Uses of Interface
com.ibm.di.protocols.rxa.Connection
-
Packages that use Connection Package Description com.ibm.di.protocols.rxa -
-
Uses of Connection in com.ibm.di.protocols.rxa
Classes in com.ibm.di.protocols.rxa that implement Connection Modifier and Type Class Description class
AS400Connection
This class encapsulates the RXA library's AS400 Connection related objectsclass
ConnectionImpl
This class encapsulates the RXA library's Connection related objectsclass
RexecConnection
This class encapsulates the RXA library's REXEC Connection related objectsclass
RSHConnection
This class encapsulates the RXA library's RSH Connection related objectsclass
SSHConnection
This class encapsulates the RXA library's SSH Connection related objectsclass
WinConnection
This class encapsulates the RXA library's Win Connection related objectsMethods in com.ibm.di.protocols.rxa that return Connection Modifier and Type Method Description Connection
SelectProtocol. findProtocol()
Find a suitable protocol that is available on the target machine and create a connectionConnection
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
-