com.sap.conn.jco.server
Interface JCoServerContext

All Superinterfaces:
JCoServerContextInfo

public interface JCoServerContext
extends JCoServerContextInfo

JCoServerContext provides additional information for the remote call


Method Summary
 void setStateful(boolean stateful)
          mark the connection as stateful or stateless The stateful connections wont be refreshed after the remote call is finished and so allow stateful sessions
 
Methods inherited from interface com.sap.conn.jco.server.JCoServerContextInfo
getCallType, getConnectionAttributes, getConnectionID, getRepository, getServer, getSessionID, getTID, getUnitIdentifier, isInTransaction, isStatefulSession
 

Method Detail

setStateful

void setStateful(boolean stateful)
mark the connection as stateful or stateless The stateful connections wont be refreshed after the remote call is finished and so allow stateful sessions

Parameters:
stateful - true or false


Copyright © 2008-2014 SAP AG. All Rights Reserved.