org.ow2.clif.server.api
Interface BladeInsertResponse

All Known Implementing Classes:
AsyncAlarmForwarder, BladeInsertAdapterImpl

public interface BladeInsertResponse

Interface 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
static java.lang.String BLADE_INSERT_RESPONSE
           
 
Method Summary
 void aborted()
          Informs that the scenario stopped before completion
 void alarm(AlarmEvent alarm)
          Triggers an alarm event
 void completed()
          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