Uses of Class
com.orchestranetworks.interactions.InteractionException
Packages that use InteractionException
-
Uses of InteractionException in com.orchestranetworks.interactions
Subclasses of InteractionException in com.orchestranetworks.interactionsModifier and TypeClassDescriptionfinal class
This runtime exception is thrown by some methods which try to change the interaction state while the current interaction state has already been accepted or rejected.Methods in com.orchestranetworks.interactions that throw InteractionExceptionModifier and TypeMethodDescriptionstatic void
InteractionHelper.complete
(InteractionHelper.ParametersMap outputParameters, Session aSession) Deprecated.void
SessionInteraction.complete
(InteractionHelper.ParametersMap outputParameters) Sets this interaction to the state 'complete'.InteractionHelper.getInputParameters
(Session aSession) Deprecated.Replaced bySessionInteraction.getInputParameters()
.SessionInteraction.getInputParameters()
Returns the initial input parameters of this interaction.InteractionHelper.getInternalParameters
(Session aSession) Deprecated.Replaced bySessionInteraction.getInternalParameters()
.SessionInteraction.getInternalParameters()
Returns the internals parameters of this interaction.SessionInteraction.getServiceKey()
Returns the service key of this interaction.static boolean
InteractionHelper.isComplete
(Session aSession) Deprecated.Replaced bySessionInteraction.isComplete()
.boolean
SessionInteraction.isComplete()
Returnstrue
if this interaction has been set to 'complete'.void
SessionInteraction.setComment
(String comment) Sets the comment of this interaction.static void
InteractionHelper.setInternalParameters
(InteractionHelper.ParametersMap internalParameters, Session aSession) void
SessionInteraction.setInternalParameters
(InteractionHelper.ParametersMap internalParameters) Sets the internal parameters of this interaction.
SessionInteraction.complete(com.orchestranetworks.interactions.InteractionHelper.ParametersMap)
.