Package org.ow2.clif.server.api
Interface BladeInsertResponse
-
- All Known Implementing Classes:
AsyncAlarmForwarder,BladeInsertAdapterImpl
public interface BladeInsertResponseInterface used by the Blade Insert component to give information about its state to its Blade Insert Adapter component.- Author:
- Julien Buret, Nicolas Droze, Bruno Dillenseger
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBLADE_INSERT_RESPONSE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaborted()Informs that the scenario stopped before completionvoidalarm(AlarmEvent alarm)Triggers an alarm eventvoidcompleted()Informs that the scenario has successfully completed
-
-
-
Field Detail
-
BLADE_INSERT_RESPONSE
static final java.lang.String BLADE_INSERT_RESPONSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
completed
void completed()
Informs that the scenario has successfully completed
-
aborted
void aborted()
Informs that the scenario stopped before completion
-
alarm
void alarm(AlarmEvent alarm)
Triggers an alarm event
-
-