|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEisConnection
| Method Summary | |
|---|---|
java.lang.String |
execute(java.lang.String command)
This method executes a command on remote EIS system and return a result of the execution. |
void |
get(java.lang.String local,
java.lang.String remote)
This method implements the get FTP function |
void |
put(java.lang.String local,
java.lang.String remote)
This method implements the put function of FTP. |
java.lang.String |
receive()
This method is called to receive data after the connection is being made to the EIS server. |
java.lang.String |
send(java.lang.String message)
This method sends data to EIS server and returns response back. |
void |
setRollbackTx(java.lang.String rollback)
Set the Rollback transaction. |
| Methods inherited from interface javax.resource.cci.Connection |
|---|
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo |
| Method Detail |
|---|
void put(java.lang.String local,
java.lang.String remote)
throws ConnectionException
String - local: is local file nameString - remote: is the remote file name
JsshException
ConnectionException
void get(java.lang.String local,
java.lang.String remote)
throws ConnectionException
String - local: Local File NameString - remote: Remote File Name
JsshException
ConnectionExceptionvoid setRollbackTx(java.lang.String rollback)
rollback: - Rollback command
java.lang.String execute(java.lang.String command)
throws ConnectionException
command: - Command to execute
ConnectionException
java.lang.String send(java.lang.String message)
throws ConnectionException
message -
ConnectionException
java.lang.String receive()
throws ConnectionException
ConnectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||