Uses of Class
org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Packages that use AFTIPCTopologySubscription
-
Uses of AFTIPCTopologySubscription in org.newsclub.net.unix.tipc
Methods in org.newsclub.net.unix.tipc that return AFTIPCTopologySubscriptionModifier and TypeMethodDescriptionAFTIPCTopologyWatcher.addLinkStateSubscription()
Watches for all link state changes.AFTIPCTopologyWatcher.addPortSubscription()
Watches for all port changes.AFTIPCTopologyWatcher.addPortSubscription
(int port) Watches for port changes of the given port ("port" meaning TIPC port, not TCP).AFTIPCTopologyWatcher.addPortSubscription
(int lower, int upper) Watches for port changes within the given range ("port" meaning TIPC port, not TCP).AFTIPCTopologyWatcher.addServiceSubscription
(int type) Watches for service changes of the given service type, matching any instance.AFTIPCTopologyWatcher.addServiceSubscription
(int type, int instance) Watches for service changes of the given service type, matching only the specified instance.AFTIPCTopologyWatcher.addServiceSubscription
(int type, int lower, int upper) Watches for service changes of the given service type and instance range.AFTIPCTopologyEvent.getSubscription()
The corresponding subscription that found this event.AFTIPCTopologyWatcher.sendMessage
(AFTIPCTopologySubscription sub) Sends a manually crafted subscription message to the TIPC topology server.AFTIPCTopologySubscription.toCancellation()
Creates anAFTIPCTopologySubscription
that cancels this subscription.Methods in org.newsclub.net.unix.tipc with parameters of type AFTIPCTopologySubscriptionModifier and TypeMethodDescriptionfinal void
AFTIPCTopologyWatcher.cancelSubscription
(AFTIPCTopologySubscription sub) Cancels a previously added service subscription.AFTIPCTopologyWatcher.sendMessage
(AFTIPCTopologySubscription sub) Sends a manually crafted subscription message to the TIPC topology server.