Cool documentation

com.sap.tc.col.client.generic.api
Class ServiceFacadeFactory

java.lang.Object
  |
  +--com.sap.tc.col.client.generic.api.ServiceFacadeFactory

public class ServiceFacadeFactory
extends java.lang.Object

Factory for ServiceFacade instances.


Inner Class Summary
static interface ServiceFacadeFactory.InternalFactory
          Interface to be implemented by internal ServiceFacadeFactory Implementations.
 
Constructor Summary
ServiceFacadeFactory()
           
 
Method Summary
static IServiceFacade createServiceFacade(ConnectionData connectionData)
          Creates a new ServiceFacade for the provided connection data.
static IServiceFacade createServiceFacade(ConnectionData connectionData, java.util.Locale locale)
          Creates a new ServiceFacade for the provided connection data and locale.
static IServiceFacade createServiceFacade(java.lang.String client, java.lang.String user, java.lang.String password, java.lang.String language, java.lang.String appServer, java.lang.String systemNumber, boolean debug)
          Deprecated. use createServiceFacade(ConnectionData) instead
static IServiceFacade createServiceFacade(java.lang.String client, java.lang.String user, java.lang.String password, java.lang.String language, java.lang.String appServer, java.lang.String systemNumber, boolean debug, java.util.Locale locale)
          Deprecated. use createServiceFacade(ConnectionData, Locale) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFacadeFactory

public ServiceFacadeFactory()
Method Detail

createServiceFacade

public static IServiceFacade createServiceFacade(java.lang.String client,
                                                 java.lang.String user,
                                                 java.lang.String password,
                                                 java.lang.String language,
                                                 java.lang.String appServer,
                                                 java.lang.String systemNumber,
                                                 boolean debug)
Deprecated. use createServiceFacade(ConnectionData) instead

Creates a new ServiceFacade for the provided connection data. The system locale is used as locale for the created service facade.
Parameters:
client - the client in the backend.
user - the User name of the backend user.
pword - the password of the backend user.
lang - the language setting for the backend connection.
server - the name (or IP?) of the backend server.
system - the system identifier.
debug - if set to true, the service manager will start in debugging mode.
Returns:
IServiceFacade the new created ServiceFacade.

createServiceFacade

public static IServiceFacade createServiceFacade(java.lang.String client,
                                                 java.lang.String user,
                                                 java.lang.String password,
                                                 java.lang.String language,
                                                 java.lang.String appServer,
                                                 java.lang.String systemNumber,
                                                 boolean debug,
                                                 java.util.Locale locale)
Deprecated. use createServiceFacade(ConnectionData, Locale) instead

Creates a new ServiceFacade for the provided connection data and locale. the constructor of ServiceFacade is called with reflection to decouple API and CORE package
Parameters:
client - the client in the backend.
user - the User name of the backend user.
pword - the password of the backend user.
lang - the language setting for the backend connection.
appServer - the name (or IP?) of the backend application server.
systemNumber - the system identifier.
debug - if set to true, the service manager will start in debugging mode.
locale - the locale to use for locale dependant data (eg. data types)
Returns:
IServiceFacade the new created ServiceFacade.

createServiceFacade

public static IServiceFacade createServiceFacade(ConnectionData connectionData)
Creates a new ServiceFacade for the provided connection data. The system locale is used as the locale for the service facade.
Parameters:
ConnectionData - the connection data object
Returns:
IServiceFacade the new created ServiceFacade.

createServiceFacade

public static IServiceFacade createServiceFacade(ConnectionData connectionData,
                                                 java.util.Locale locale)
Creates a new ServiceFacade for the provided connection data and locale.
Parameters:
ConnectionData - the connection data object
Returns:
IServiceFacade the new created ServiceFacade.

Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55