Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcEvent
-
Packages that use JsonRpcEvent Package Description org.ovirt.vdsm.jsonrpc.client org.ovirt.vdsm.jsonrpc.client.events -
-
Uses of JsonRpcEvent in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcEvent Modifier and Type Method Description static JsonRpcEventJsonRpcEvent. fromByteArray(byte[] message)static JsonRpcEventJsonRpcEvent. fromJsonNode(com.fasterxml.jackson.databind.JsonNode node)Validates and buildsJsonRpcEventbased on provided json node.static JsonRpcEventJsonRpcEvent. fromMethodAndParams(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params)Create notification object for the method and params.Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcEvent Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>EventDecomposer. decompose(JsonRpcEvent event)Decomposes an event to a map. -
Uses of JsonRpcEvent in org.ovirt.vdsm.jsonrpc.client.events
Methods in org.ovirt.vdsm.jsonrpc.client.events that return JsonRpcEvent Modifier and Type Method Description JsonRpcEventSubscriptionHolder. canProcessMore()Methods in org.ovirt.vdsm.jsonrpc.client.events with parameters of type JsonRpcEvent Modifier and Type Method Description intEventPublisher. countEvents(JsonRpcEvent event)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.voidEventPublisher. process(JsonRpcEvent event)This method is used by @linkResponseWorkerto submit an @linkJsonRpcEventfor processing.voidSubscriptionHolder. putEvent(JsonRpcEvent event)Queues not processed event for later processing.
-