org.opcfoundation.ua.core
Interface MonitoredItemServiceSetHandler
public interface MonitoredItemServiceSetHandler
onCreateMonitoredItems
void onCreateMonitoredItems(EndpointServiceRequest<CreateMonitoredItemsRequest,CreateMonitoredItemsResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onModifyMonitoredItems
void onModifyMonitoredItems(EndpointServiceRequest<ModifyMonitoredItemsRequest,ModifyMonitoredItemsResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onSetMonitoringMode
void onSetMonitoringMode(EndpointServiceRequest<SetMonitoringModeRequest,SetMonitoringModeResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onSetTriggering
void onSetTriggering(EndpointServiceRequest<SetTriggeringRequest,SetTriggeringResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onDeleteMonitoredItems
void onDeleteMonitoredItems(EndpointServiceRequest<DeleteMonitoredItemsRequest,DeleteMonitoredItemsResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
Copyright © 2018. All rights reserved.