org.hibersap.execution.jca
Class JCAContext

java.lang.Object
  extended by org.hibersap.execution.jca.JCAContext
All Implemented Interfaces:
java.io.Serializable, Context

public class JCAContext
extends java.lang.Object
implements Context

Implementation for JCA, which uses a deployed resource adapter to connect to SAP.

Author:
dahm
See Also:
Serialized Form

Constructor Summary
JCAContext()
           
 
Method Summary
 void configure(SessionManagerConfig config)
          
 Connection getConnection()
          
 void reset()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAContext

public JCAContext()
Method Detail

configure

public void configure(SessionManagerConfig config)
               throws HibersapException

Specified by:
configure in interface Context
Throws:
HibersapException

getConnection

public Connection getConnection()

Specified by:
getConnection in interface Context

reset

public void reset()

Specified by:
reset in interface Context


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