SAP2Java 1.0.3 API

com.sap.bapi.util
Class CustomListenerZTest_sid

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
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Runnable, SAPBase

public class CustomListenerZTest_sid
extends SAPListener

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

CustomListenerZTest_sid

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

main

public static void main(java.lang.String[] args)
                 throws BAPIException
Method main.

Parameters:
args -
Throws:
BAPIException

handleRequest

public void handleRequest(com.sap.mw.jco.JCO.Function function)
Description copied from interface: SAPBase
The implementation is provided if the class extends JCO.Server .

Specified by:
handleRequest in interface SAPBase
Overrides:
handleRequest in class SAPListener
Parameters:
function -

SAP2Java 1.0.3 API

This is a partial documentation. Send comments to-- sid_bhat@hotmail.com