com.carlosbcruz.access
Class Access

java.lang.Object
  extended by com.carlosbcruz.access.Access

public class Access
extends java.lang.Object

Manage the access to SAP functions


Constructor Summary
Access()
           
 
Method Summary
static void createConnectionPools(java.lang.String sapMode, java.lang.String sapClient, java.lang.String groupName, java.lang.String hostName, java.lang.String systemName, java.lang.String password)
          Create the connection pools
static Function createFunctionModelFromSAP(Function function)
          Access a specific function and show its attributes and parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Access

public Access()
Method Detail

createConnectionPools

public static void createConnectionPools(java.lang.String sapMode,
                                         java.lang.String sapClient,
                                         java.lang.String groupName,
                                         java.lang.String hostName,
                                         java.lang.String systemName,
                                         java.lang.String password)
Create the connection pools


createFunctionModelFromSAP

public static Function createFunctionModelFromSAP(Function function)
Access a specific function and show its attributes and parameters

Parameters:
functionName - the requested function