org.hibersap.execution.jco
Interface JCoContextAdapter

All Known Implementing Classes:
JCoContextAdapterImpl

public interface JCoContextAdapter

This interface acts as an adapter to the JCoContext class. Since JCoContext is not not an interface, but provides static methods instead, it is not testable.

Author:
Carsten Erker

Method Summary
 void begin(com.sap.conn.jco.JCoDestination destination)
           
 void end(com.sap.conn.jco.JCoDestination destination)
           
 boolean isStateful(com.sap.conn.jco.JCoDestination destination)
           
 

Method Detail

begin

void begin(com.sap.conn.jco.JCoDestination destination)

end

void end(com.sap.conn.jco.JCoDestination destination)
         throws com.sap.conn.jco.JCoException
Throws:
com.sap.conn.jco.JCoException

isStateful

boolean isStateful(com.sap.conn.jco.JCoDestination destination)


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