Package org.hobbit.core.components
Interface CommandReceivingComponent
-
- All Superinterfaces:
AutoCloseable,Closeable,Component
- All Known Implementing Classes:
AbstractBenchmarkController,AbstractCommandReceivingComponent,AbstractDataGenerator,AbstractEvaluationModule,AbstractEvaluationStorage,AbstractPlatformConnectorComponent,AbstractSequencingTaskGenerator,AbstractSystemAdapter,AbstractTaskGenerator,InMemoryEvaluationStore
public interface CommandReceivingComponent extends Component
This interface is implemented by components that want to receive and process commands from the hobbit command queue.- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveCommand(byte command, byte[] data)This method is called if a command is received and might be interesting for this particular component.
-