com.bea.campaign.rules
Class EndScenarioActionDef

java.lang.Object
  extended by com.bea.campaign.action.ActionDef
      extended by com.bea.campaign.rules.EndScenarioActionDef
All Implemented Interfaces
Serializable

public class EndScenarioActionDef
extends ActionDef

An action definition specific to the EndStateAction.

See Also
EndStateAction, Serialized Form

Constructor Summary
EndScenarioActionDef()
          Constructor to assert an end state.
EndScenarioActionDef(boolean end)
          Constructor.
 
Method Summary
 
Methods inherited from class com.bea.campaign.action.ActionDef
createAction, getActionParams, getActionService, getActionType, setActionParams, setActionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndScenarioActionDef

public EndScenarioActionDef(boolean end)
Constructor.

Parameters
end - true to assert an end state.

EndScenarioActionDef

public EndScenarioActionDef()
Constructor to assert an end state.



Copyright © 2011, Oracle. All rights reserved.