public interface CommunicationAdapterCallback
| Modifier and Type | Method and Description |
|---|---|
void |
addDevice(org.ws4d.java.service.reference.DeviceReference devRef)
Invoked when a device reference is added to the device reference repository.
|
void |
deviceBye(org.ws4d.java.service.reference.DeviceReference devRef)
Invoked when announced its upcoming absence.
|
void |
deviceChanged(org.ws4d.java.service.reference.DeviceReference deviceRef)
Invoked when the network endpoint or metadata od a device has been changed.
|
void |
modifiedDescription(org.ws4d.java.service.reference.DeviceReference devRef,
DescriptionModificationReport report)
Invoked when a description in the
MDIB has been modified. |
void |
noDevicesFound(org.ws4d.java.types.SearchParameter search)
Invoked when a search has been triggered and no devices were found.
|
void deviceBye(org.ws4d.java.service.reference.DeviceReference devRef)
devRef - the device referencevoid addDevice(org.ws4d.java.service.reference.DeviceReference devRef)
devRef - the device referencevoid noDevicesFound(org.ws4d.java.types.SearchParameter search)
search - the SearchParameter that has been used to trigger the searchvoid modifiedDescription(org.ws4d.java.service.reference.DeviceReference devRef,
DescriptionModificationReport report)
MDIB has been modified.devRef - the device reference to the network device where the MDIB is hostedreport - the DescriptionModificationReport that contains the informationvoid deviceChanged(org.ws4d.java.service.reference.DeviceReference deviceRef)
deviceRef - the device referenceCopyright © 2017. All rights reserved.