Uses of Interface
com.sap.mdm.session.MdmSessionContext

Packages that use MdmSessionContext
com.sap.mdm.data.commands Provides commands for managing repository content such as searching records, creating attributes, modifying relationships, etc.  
com.sap.mdm.session Provides classes and interfaces for connection and session management 
 

Uses of MdmSessionContext in com.sap.mdm.data.commands
 

Constructors in com.sap.mdm.data.commands with parameters of type MdmSessionContext
RetrieveTextAttributeValueIdsByRemoteKeyCommand(MdmSessionContext ctx)
          C'tor
 

Uses of MdmSessionContext in com.sap.mdm.session
 

Classes in com.sap.mdm.session that implement MdmSessionContext
 class AbstractSessionContext
          This class is abstract implementation of MdmSessionContext interface.
 class RepositorySessionContext
          This class represents the context of the repository session.
 class ServerSessionContext
          This class represents the context of the server session.
 class UserSessionContext
          This class represents the context of the user session.
 

Methods in com.sap.mdm.session that return MdmSessionContext
 MdmSessionContext SessionConnection.getSessionContext()
          Get session context
 

Methods in com.sap.mdm.session with parameters of type MdmSessionContext
 String SessionManager.createSession(MdmSessionContext ctx, int sessionType, String password)
          Create and authenticate MDM session of the specified type.
 String SessionManager.getSession(MdmSessionContext ctx, int sessionType)
          Get session ID for the specified session type
 void SessionManager.releaseSession(MdmSessionContext ctx, int sessionType)
          Release session of the specified type that is managed by this SessionManaged instance.
 void SessionManager.releaseSessions(MdmSessionContext ctx)
          Release sessions of all types that are related to the specified session context.
 void SessionManager.destroySession(MdmSessionContext ctx, int sessionType)
          Destroy session of the specified type that is managed by this SessionManaged instance.
 void SessionManager.destroySessions(MdmSessionContext ctx)
          Destroy sessions of all types that are related to the specified session context.
 void SessionManager.destroySessions(MdmSessionContext ctx, boolean checkThreadCount)
          Destroy sessions of all types that are related to the specified session context.
 void SessionManager.destroySession(MdmSessionContext ctx, int sessionType, boolean checkThreadCount)
          Destroy session of the specified type that is managed by this SessionManaged instance.
 void SessionManager.releaseSession(MdmSessionContext ctx, int sessionType, boolean checkThreadCount)
          Release session of the specified type that is managed by this SessionManaged instance.
 void SessionManager.releaseSessions(MdmSessionContext ctx, boolean checkThreadCount)
          Release sessions of all types that are related to the specified session context.
 void MdmPasswordStorage.storeRepositoryPassword(MdmSessionContext ctx, String password)
          Stores repository password related to the specified session context.
 String MdmPasswordStorage.getRepositoryPassword(MdmSessionContext ctx)
          Gets repository password for the specified session.
 void MdmPasswordStorage.storeServerPassword(MdmSessionContext ctx, String password)
          Stores server password related to the specified session context.
 String MdmPasswordStorage.getServerPassword(MdmSessionContext ctx)
          Gets server password for the specified session.
static ConnectionAccessor ConnectionManager.getConnectionAccessor(MdmSessionContext ctx, String connectionSource)
          Return instance of ConnectionAccessor depending on connection type specified in the context: 1) if connectionType = AUTO_DEFINE_CONNECTION then type of connection will be defined by type of application: standalone or J2EE 1) if connectionType = LOCAL_POOL_CONNECTION then instance of ConnectionPool class will be returned 2) if connectionType = LOCAL_SIMPLE_CONNECTION then instance of SimpleConnection class will be returned 3) if connectionType = JCA_CONNECTION then instance of JcaConnectionAcessor class will be returned.
static ConnectionAccessor ConnectionManager.getConnectionAccessor(MdmSessionContext ctx)
          Return instance of ConnectionAccessor depending on connection type specified in the context: 1) if connectionType = AUTO_DEFINE_CONNECTION then type of connection will be defined by type of application: standalone or J2EE 1) if connectionType = LOCAL_POOL_CONNECTION then instance of ConnectionPool class will be returned 2) if connectionType = LOCAL_SIMPLE_CONNECTION then instance of SimpleConnection class will be returned 3) if connectionType = JCA_CONNECTION then instance of JcaConnectionAcessor class will be returned.
static SessionConnection ConnectionManager.getSessionConnection(MdmSessionContext ctx, int sessionType)
          Returns Session connection to MDM server for the specified session
 

Constructors in com.sap.mdm.session with parameters of type MdmSessionContext
SessionConnection(ConnectionAccessor accessor, String sessionId, int sessionType, MdmSessionContext ctx)
           
AbstractUserSessionCommand(MdmSessionContext ctx)
          Constructs with the specified parameter.
AbstractSessionCommand(MdmSessionContext ctx)
          Constructs with the specified parameter.
AbstractServerSessionCommand(MdmSessionContext ctx)
          Constructs with the specified parameter.
AbstractRepositorySessionCommand(MdmSessionContext ctx)
          Constructs with the specified parameter.
AbstractNonSessionCommand(MdmSessionContext ctx)
          Constructs with the specified parameter.
 



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.