com.sap.mdm.publishing2.types
Class SessionParameters

java.lang.Object
  extended bycom.sap.mdm.publishing2.types.SessionParameters

public class SessionParameters
extends Object

This simple class stores all the values needed to create a session, except a password Normally this class is only used internally. Users don't need to directly use this class.

Since:
7.1

Field Summary
 String dbmsServerName
           
 DBMSType dbmsType
           
 String dbName
           
 FieldId mainTableTaxonomyFieldId
           
 String mdsRepository
           
 String mdsServer
           
 RegionProperties regionProperties
           
 TableId tableId
           
 String user
           
 
Constructor Summary
SessionParameters(String user, String mdsServer, String mdsRepository, String dbmsServerName, String dbName, DBMSType dbmsType, RegionProperties regionProperties, TableId tableId, FieldId mainTableTaxonomyFieldId)
          Creates a new instance of this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

public final String user

mdsServer

public final String mdsServer

mdsRepository

public final String mdsRepository

dbmsServerName

public final String dbmsServerName

dbName

public final String dbName

dbmsType

public final DBMSType dbmsType

regionProperties

public final RegionProperties regionProperties

tableId

public final TableId tableId

mainTableTaxonomyFieldId

public final FieldId mainTableTaxonomyFieldId
Constructor Detail

SessionParameters

public SessionParameters(String user,
                         String mdsServer,
                         String mdsRepository,
                         String dbmsServerName,
                         String dbName,
                         DBMSType dbmsType,
                         RegionProperties regionProperties,
                         TableId tableId,
                         FieldId mainTableTaxonomyFieldId)
Creates a new instance of this class.

Parameters:
user -
mdsServer -
mdsRepository -
dbmsServerName - - database host name
dbName - - database name
dbmsType - - type of a SQL database
regionProperties -
tableId -
mainTableTaxonomyFieldId -


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.