Interface | Description |
---|---|
IC2ProtocolHandler |
Instances of
IC2ProtocolHandler are used to represent
each extension that is to be used to process the .recmodel on behalf
of a certain protocol. |
IC2TestgenListener |
Implementations of this interface can be registered with a
TestGenerator
in order to receive status reports regarding the progress of test generation and
any errors that occurred during processing. |
IC2TestgenStatusReporter |
Implementors of this interface are able to update
IC2TestgenListener s
regarding the status of the overall test generation task. |
Class | Description |
---|---|
Core2Plugin |
The main plugin class to be used in the desktop.
|
IC2ProtocolHandler.LoadResponse |
LoadResponse is a typesafe enum used as the return value for the load()
method.
|
Exception | Description |
---|---|
C2InitializationException |
This exception indicates that an error occured during the initialization of
an
IC2Initializable . |
C2TestgenException |
This exception indicates that an error occured during processing
somewhere within the testgen sub-system.
|
© Copyright IBM Corp. 2013. All rights reserved.