|
SAP2Java 1.0.3 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sap.mw.jco.JCO.Connection | +--com.sap.mw.jco.JCO.Server | +--com.sap.bapi.listener.SAPListener | +--com.sap.bapi.util.CustomListenerZTest_sid
This class is used to show an outbound call from R3 scenario for function module Z_TEST_SID
Field Summary |
Fields inherited from class com.sap.bapi.listener.SAPListener |
packageName |
Fields inherited from class com.sap.mw.jco.JCO.Server |
AUTHORIZATION_MODE_BASIC, AUTHORIZATION_MODE_SNC, middleware |
Fields inherited from class com.sap.mw.jco.JCO.Connection |
attributes, codepage_converter, conn_object, conn_params, last_active_timestamp, pool, properties, rfc_handle, state, throughput |
Fields inherited from interface com.sap.bapi.listener.SAPBase |
getterPrefix, inputPrefix, outputPrefix, setterPrefix, SID |
Constructor Summary | |
CustomListenerZTest_sid(java.lang.String host,
java.lang.String progId,
java.lang.String gateway,
java.lang.String clientID,
java.lang.String userName,
java.lang.String passWord)
|
Method Summary | |
void |
handleRequest(com.sap.mw.jco.JCO.Function function)
The implementation is provided if the class extends JCO.Server . |
static void |
main(java.lang.String[] args)
Method main. |
Methods inherited from class com.sap.bapi.listener.SAPListener |
getFunction, getInput, getPackageName, getTables, setOutput, setPackageName, setTables |
Methods inherited from class com.sap.mw.jco.JCO.Server |
abort, checkAuthorization, disconnect, getAttributes, getGWHost, getGWServ, getMiddlewareImplementation, getProgID, getPropertyInfo, getServerInterface, getState, getThread, getTrace, isAlive, listen, onCheckTID, onCommit, onConfirmTID, onRollback, run, setRepository, setState, setThread, setTrace, start, stop, suspend |
Methods inherited from class com.sap.mw.jco.JCO.Connection |
clone, finalize, getProperties, getProperty, getThroughput, isValid, setProperty, setThroughput |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomListenerZTest_sid(java.lang.String host, java.lang.String progId, java.lang.String gateway, java.lang.String clientID, java.lang.String userName, java.lang.String passWord) throws BAPIException
Method Detail |
public static void main(java.lang.String[] args) throws BAPIException
args
-
BAPIException
public void handleRequest(com.sap.mw.jco.JCO.Function function)
SAPBase
handleRequest
in interface SAPBase
handleRequest
in class SAPListener
function
-
|
SAP2Java 1.0.3 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |