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 classAS400ConnectionThis class encapsulates the RXA library's AS400 Connection related objectsclassConnectionImplThis class encapsulates the RXA library's Connection related objectsclassRexecConnectionThis class encapsulates the RXA library's REXEC Connection related objectsclassRSHConnectionThis class encapsulates the RXA library's RSH Connection related objectsclassSSHConnectionThis class encapsulates the RXA library's SSH Connection related objectsclassWinConnectionThis class encapsulates the RXA library's Win Connection related objectsMethods in com.ibm.di.protocols.rxa that return Connection Modifier and Type Method Description ConnectionSelectProtocol. findProtocol()Find a suitable protocol that is available on the target machine and create a connectionConnectionSelectProtocol. findProtocol(boolean checkAll)Find all suitable protocols that is available on the target machine if checkAll is true; otherwise stops at first suitable protocol
-