org.hibersap.execution.jca
Class JCAContext

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

public class JCAContext
extends Object
implements Context

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

Author:
dahm

Constructor Summary
JCAContext()
           
 
Method Summary
 void close()
          
 void configure(SessionManagerConfig config)
          
 Connection getConnection()
          
 
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

close

public void close()

Specified by:
close in interface Context


Copyright © 2012 akquinet tech@spree GmbH. All Rights Reserved.