Uses of Class
org.ovirt.vdsm.jsonrpc.client.events.SubscriptionHolder
-
Packages that use SubscriptionHolder Package Description org.ovirt.vdsm.jsonrpc.client.events -
-
Uses of SubscriptionHolder in org.ovirt.vdsm.jsonrpc.client.events
Methods in org.ovirt.vdsm.jsonrpc.client.events that return types with arguments of type SubscriptionHolder Modifier and Type Method Description java.util.List<SubscriptionHolder>
SubscriptionMatcher. getAllSubscriptions()
java.util.Set<SubscriptionHolder>
SubscriptionMatcher. match(JsonRpcEvent event)
Matches current subscriptions to an event and returns aSet
containing all subscriptions that match for this event processing.Methods in org.ovirt.vdsm.jsonrpc.client.events with parameters of type SubscriptionHolder Modifier and Type Method Description void
SubscriptionMatcher. add(SubscriptionHolder holder)
Adds aSubscriptionHolder
which will be used for event matchingvoid
SubscriptionMatcher. remove(SubscriptionHolder holder)
Used during removal of a subscription.
-