Class SessionContextResponse

java.lang.Object
de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
All Implemented Interfaces:
Serializable

public class SessionContextResponse extends Object implements Serializable
This is the response to RemoteActivityStartingWebService.getSimpleSessionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode, Integer) combining an activity and the corresponding simple session context or an exceptional response together in one object. So this either contains a SimpleSessionContext or an IlmException. This simplifies the returned data structure.
See Also:
  • Field Details

  • Constructor Details

    • SessionContextResponse

      public SessionContextResponse()