|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientPassportManager
The JDSR Passport Manager Interface for client connections to an SAP ABAP application server
backend. The registered instance, e.g. the passport manager on an SAP application Server Java,
will be notified through callStarted()
before a request is sent to the backend. After the
request has been finished callFinished()
will be called.
Environment.registerClientPassportManager(com.sap.conn.jco.ext.ClientPassportManager)
,
Environment.removeClientPassportManager(com.sap.conn.jco.ext.ClientPassportManager)
Method Summary | |
---|---|
void |
callFinished(int clientID,
long sendBytes,
long receivedBytes)
JCo will call this method after a function call has been finished, regardless of the success or failure of the function module call. |
com.sap.jdsr.writer.DsrIPassport |
callStarted(int clientID,
java.lang.String systemID,
java.lang.String function_name)
JCo will call this method before any function call. |
Method Detail |
---|
com.sap.jdsr.writer.DsrIPassport callStarted(int clientID, java.lang.String systemID, java.lang.String function_name)
clientID
- an identifier for the current client as int - unique within the current JVMsystemID
- the target system in which the function module is invokedfunction_name
- the function module to be invoked
void callFinished(int clientID, long sendBytes, long receivedBytes)
clientID
- an identifier for the current client as int - unique within the current JVMsendBytes
- the number of bytes that were sent to the backend, if availablereceivedBytes
- the number of bytes that were received from the backend if available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |