public class ChoiceAwareResult
extends java.lang.Object
Constructor and Description |
---|
ChoiceAwareResult(java.util.List<ChoiceIdentifier> remainingPolicyChoices)
Abbreviated constructor.
|
ChoiceAwareResult(java.util.List<ChoiceIdentifier> remainingPolicyChoices,
boolean handlerResult)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getHandlerResult() |
java.util.List<ChoiceIdentifier> |
getRemainingPolicyChoices() |
public ChoiceAwareResult(java.util.List<ChoiceIdentifier> remainingPolicyChoices)
remainingPolicyChoices
- public ChoiceAwareResult(java.util.List<ChoiceIdentifier> remainingPolicyChoices, boolean handlerResult)
remainingPolicyChoices
- the choices remaining after the
handler has completed processing.handlerResult
- boolean value returned by MessageHandler
s.public java.util.List<ChoiceIdentifier> getRemainingPolicyChoices()
public boolean getHandlerResult()
Rogue Wave, Inc. Copyright (C) 2000-2019, All rights reserved
This software is the confidential and proprietary information of Rogue Wave, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Rogue Wave, Inc.