Interface | Description |
---|---|
IScenarioDefinition |
IScenarioDefinition is the public interface for a class that represents
a Scenario (not an instance).
|
IScenarioInstance |
IScenarioInstance is the public interface for a class that represents
a Scenario instance.
|
IScenarioService |
IScenarioService is an interface that represents the public API to the
ScenarioService.
|
Class | Description |
---|---|
ScenarioServiceConfig |
ScenarioServiceConfig is a helper class that assists in building a properties map
for use when creating a new ScenarioService via the ScenarioServiceFactory.
|
ScenarioServiceFactory |
ScenarioServiceFactory is a class that provides factory methods for creating
new instances of IScenarioService.
|
Enum | Description |
---|---|
DiscoveryStatusEnum |
Enum to represent the discovery status within the Scenario Service.
|
InstanceStateEnum |
Enum class to handle the StateChange event.
|
IScenarioDefinition.ScenarioType |
Scenario type enum used to distinguish between Scenarios that are either DataViews, Apama Queries or neither.
|
ParameterTypeEnum |
Enum class to model the "type" of scenario input/output parameters.
|
Exception | Description |
---|---|
IllegalCallingThreadException |
Thrown when an attempt is made to change the state of running
scenarios in the data queue processing thread.
|
InvalidInputParameterException |
InvalidInputParameterException is a specialized exception class that is used
by classes of the Scenario Service to indicate that an invalid input parameter
has been provided to create or edit a ScenarioInstance.
|
ScenarioServiceException |
ScenarioServiceException is a base exception class for all other specialized
exceptions within with the Scenario Service.
|
Submit a bug or feature
Copyright (c) 2013-2018 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.