Package jadex.bridge.service.component
Interface IInternalServiceMonitoringFeature
- 
- All Known Implementing Classes:
- RequiredServicesComponentFeature
 
 public interface IInternalServiceMonitoringFeatureInterface for monitoring provided and required services
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ISubscriptionIntermediateFuture<ServiceCallEvent>getServiceEvents()Listen to service call events (call, result and commands).booleanisMonitoring()Check if there is someone monitoring.voidpostServiceEvent(ServiceCallEvent event)Post a service call event.
 
- 
- 
- 
Method Detail- 
getServiceEventsISubscriptionIntermediateFuture<ServiceCallEvent> getServiceEvents() Listen to service call events (call, result and commands).
 - 
postServiceEventvoid postServiceEvent(ServiceCallEvent event) Post a service call event.
 - 
isMonitoringboolean isMonitoring() Check if there is someone monitoring. To Avoid posting when nobody is listening.
 
- 
 
-