Uses of Interface
org.openhab.core.io.transport.upnp.UpnpIOParticipant
Packages that use UpnpIOParticipant
-
Uses of UpnpIOParticipant in org.openhab.core.io.transport.upnp
Methods in org.openhab.core.io.transport.upnp with parameters of type UpnpIOParticipantModifier and TypeMethodDescriptionvoidUpnpIOService.addStatusListener(UpnpIOParticipant participant, String serviceID, String actionID, int interval) Establish a polling mechanism to check the status of a specific UDN device.voidUpnpIOService.addSubscription(UpnpIOParticipant participant, String serviceID, int duration) Subscribe to a GENA subscriptionUpnpIOService.getDescriptorURL(UpnpIOParticipant participant) Retrieves the descriptor url for the participantUpnpIOService.invokeAction(UpnpIOParticipant participant, String namespace, String serviceID, String actionID, Map<String, String> inputs) Invoke an UPNP Action using the specified namespace and serviceIDUpnpIOService.invokeAction(UpnpIOParticipant participant, String serviceID, String actionID, Map<String, String> inputs) Invoke an UPNP Action using the device default namespace and serviceIDbooleanUpnpIOService.isRegistered(UpnpIOParticipant participant) Verify if the a participant is registeredvoidUpnpIOService.registerParticipant(UpnpIOParticipant participant) Register a participant with the UPNP IO ServicevoidUpnpIOService.removeStatusListener(UpnpIOParticipant participant) Stops the polling mechanism to check the status of a specific UDN device.voidUpnpIOService.removeSubscription(UpnpIOParticipant participant, String serviceID) Unsubscribe from a GENA subscriptionvoidUpnpIOService.unregisterParticipant(UpnpIOParticipant participant) Unregister a participant with the UPNP IO Service