Package org.openremote.model.protocol
package org.openremote.model.protocol
-
ClassDescriptionTo be used by protocols that support device import from a protocol specific file.Interface for protocols to perform limited asset related operations within their own realmRaised when protocol device asset(s) has been discoveredInitiates a protocol discovery import (either instance or asset discovery depending on
ProtocolDiscoveryImportRequestEvent.isAssetDiscovery()
); for a given client only one discovery process can be running at a time so any already running discovery process will be stopped.Raised when a protocol instance has been discovered for the specified agent typeInitiates a protocol discovery process (either instance or asset discovery depending onProtocolDiscoveryStartRequestEvent.isAssetDiscovery()
); for a given client only one discovery process can be running at a time so any already running discovery process will be stopped.Indicates that discovery has started/stopped for the givenProtocolDiscoveryStartStopResponseEvent.getAgentDescriptor()
.Request any running discovery be stopped