|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionException | |
|---|---|
| com.dsoft.jca.driver | |
| com.dsoft.jca.eis | |
| Uses of ConnectionException in com.dsoft.jca.driver |
|---|
| Methods in com.dsoft.jca.driver that throw ConnectionException | |
|---|---|
void |
IConnectionDriver.connect()
This method connect to EIS |
java.lang.String |
IConnectionDriver.execute(java.lang.String command)
This method executes a command on remote EIS system and return a result of the execution. |
void |
IConnectionDriver.get(java.lang.String local,
java.lang.String remote)
This method implements the get FTP function |
void |
IConnectionDriver.put(java.lang.String local,
java.lang.String remote)
This method implements the put function of FTP and sFTP. |
java.lang.String |
IConnectionDriver.receive()
This method is called to receive data after the connection is being made to the EIS server. |
java.lang.String |
IConnectionDriver.send(java.lang.String message)
This method sends data to EIS server and returns response back. |
| Uses of ConnectionException in com.dsoft.jca.eis |
|---|
| Methods in com.dsoft.jca.eis that throw ConnectionException | |
|---|---|
java.lang.String |
IEisConnection.execute(java.lang.String command)
This method executes a command on remote EIS system and return a result of the execution. |
void |
IEisConnection.get(java.lang.String local,
java.lang.String remote)
This method implements the get FTP function |
void |
IEisConnection.put(java.lang.String local,
java.lang.String remote)
This method implements the put function of FTP. |
java.lang.String |
IEisConnection.receive()
This method is called to receive data after the connection is being made to the EIS server. |
java.lang.String |
IEisConnection.send(java.lang.String message)
This method sends data to EIS server and returns response back. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||