Sun Adapter for SAP BAPI API

com.stc.connector.sapbapiadapter.sapbapi
Class TIDManagerFactory

java.lang.Object
  extended by com.stc.connector.sapbapiadapter.sapbapi.TIDManagerFactory

public class TIDManagerFactory
extends java.lang.Object

A factory class to create SAP Transactional ID Managers.

Version:
$Revision: 1.6 $
Author:
Rajesh Dhingra

Constructor Summary
protected TIDManagerFactory()
          Constructs a TIDManagerFactory object
 
Method Summary
static TIDManager newInstance(Connector aConnector, boolean isServer)
          Creates a new instance of the TIDManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIDManagerFactory

protected TIDManagerFactory()
Constructs a TIDManagerFactory object

Method Detail

newInstance

public static TIDManager newInstance(Connector aConnector,
                                     boolean isServer)
                              throws java.lang.Exception
Creates a new instance of the TIDManager

Parameters:
aConnector - The connector supplying the System ID.
isServer - To indicate client or server mode
Returns:
A new instance of the TIDManager
Throws:
java.lang.Exception - Throws a generic Exception for now

Sun Adapter for SAP BAPI API