public interface SubscriptionManager
| Modifier and Type | Method and Description |
|---|---|
void |
createStreamSubscription(org.ws4d.java.types.EndpointReference networkDeviceEndpoint,
String action) |
org.ws4d.java.eventing.ClientSubscription |
getClientSubscription(org.ws4d.java.types.EndpointReference networkDeviceEndpoint,
String portType,
String outputAction) |
void |
registerMdibReports(org.ws4d.java.types.EndpointReference networkDeviceEndpoint) |
void |
removeClientSubscription(org.ws4d.java.eventing.ClientSubscription cs,
boolean unsubscribe) |
boolean |
removeMDIBSubscription(org.ws4d.java.eventing.ClientSubscription subscription) |
void |
unregisterMdibReports() |
void |
unregisterMdibReports(org.ws4d.java.types.EndpointReference networkDeviceEndpoint,
boolean communicationFailed) |
boolean removeMDIBSubscription(org.ws4d.java.eventing.ClientSubscription subscription)
void createStreamSubscription(org.ws4d.java.types.EndpointReference networkDeviceEndpoint,
String action)
throws IOException,
org.ws4d.java.communication.CommunicationException
IOExceptionorg.ws4d.java.communication.CommunicationExceptionvoid removeClientSubscription(org.ws4d.java.eventing.ClientSubscription cs,
boolean unsubscribe)
org.ws4d.java.eventing.ClientSubscription getClientSubscription(org.ws4d.java.types.EndpointReference networkDeviceEndpoint,
String portType,
String outputAction)
throws org.ws4d.java.eventing.EventingException,
org.ws4d.java.communication.CommunicationException
org.ws4d.java.eventing.EventingExceptionorg.ws4d.java.communication.CommunicationExceptionvoid unregisterMdibReports()
throws org.ws4d.java.eventing.EventingException,
org.ws4d.java.communication.CommunicationException
org.ws4d.java.eventing.EventingExceptionorg.ws4d.java.communication.CommunicationExceptionvoid unregisterMdibReports(org.ws4d.java.types.EndpointReference networkDeviceEndpoint,
boolean communicationFailed)
throws org.ws4d.java.eventing.EventingException,
org.ws4d.java.communication.CommunicationException
org.ws4d.java.eventing.EventingExceptionorg.ws4d.java.communication.CommunicationExceptionvoid registerMdibReports(org.ws4d.java.types.EndpointReference networkDeviceEndpoint)
Copyright © 2018. All rights reserved.