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 aSetcontaining 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 voidSubscriptionMatcher. add(SubscriptionHolder holder)Adds aSubscriptionHolderwhich will be used for event matchingvoidSubscriptionMatcher. remove(SubscriptionHolder holder)Used during removal of a subscription.
-