org.hibersap.session
Interface SessionManagerImplementor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SessionManagerImpl

public interface SessionManagerImplementor
extends java.io.Serializable

The client's interface to the SessionManager. A SessionManager is used to create Hibersap sessions.

Author:
Carsten Erker

Method Summary
 java.util.Map<java.lang.Class<?>,BapiMapping> getBapiMappings()
          Gets this SessionManager's BapiMappings.
 SessionManagerConfig getConfig()
           
 ConverterCache getConverterCache()
           
 java.util.Set<ExecutionInterceptor> getInterceptors()
           
 Settings getSettings()
           
 Session openSession()
          Open a Session using a newly created connection to SAP.
 void reset()
           
 

Method Detail

getBapiMappings

java.util.Map<java.lang.Class<?>,BapiMapping> getBapiMappings()
Gets this SessionManager's BapiMappings.

Returns:
A BapiMappings for Classes map.

getConverterCache

ConverterCache getConverterCache()

getConfig

SessionManagerConfig getConfig()

getSettings

Settings getSettings()

reset

void reset()

openSession

Session openSession()
Open a Session using a newly created connection to SAP.

Returns:
Session

getInterceptors

java.util.Set<ExecutionInterceptor> getInterceptors()


Copyright © 2009 Akquinet Tech@Spree GmbH. All Rights Reserved.