Package com.sap.conn.jco.server
Interface JCoServerContext
- All Superinterfaces:
JCoServerContextInfo
JCoServerContext provides additional information for the remote call.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setStateful
(boolean stateful) Mark the connection as stateful or stateless.Methods inherited from interface com.sap.conn.jco.server.JCoServerContextInfo
getCallType, getConnectionAttributes, getConnectionID, getFunctionUnitAttributes, getQueueName, getQueueNames, getRepository, getServer, getSessionID, getTID, getUnitIdentifier, isInTransaction, isStatefulSession
-
Method Details
-
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
-