Uses of Class
org.ovirt.vdsm.jsonrpc.client.events.EventSubscriber
-
Packages that use EventSubscriber Package Description org.ovirt.vdsm.jsonrpc.client.events -
-
Uses of EventSubscriber in org.ovirt.vdsm.jsonrpc.client.events
Fields in org.ovirt.vdsm.jsonrpc.client.events declared as EventSubscriber Modifier and Type Field Description private EventSubscriber
SubscriptionHolder. subscriber
Methods in org.ovirt.vdsm.jsonrpc.client.events that return EventSubscriber Modifier and Type Method Description EventSubscriber
SubscriptionHolder. getSubscriber()
Methods in org.ovirt.vdsm.jsonrpc.client.events with parameters of type EventSubscriber Modifier and Type Method Description void
EventPublisher. subscribe(EventSubscriber subscriber)
Constructors in org.ovirt.vdsm.jsonrpc.client.events with parameters of type EventSubscriber Constructor Description SubscriptionHolder(EventSubscriber subscriber, java.util.concurrent.atomic.AtomicInteger count)
Creates a holder which subscriber instance and count and it prepares subscription id representation for event matching.
-