| Package | Description |
|---|---|
| org.ovirt.vdsm.jsonrpc.client | |
| org.ovirt.vdsm.jsonrpc.client.events |
| Modifier and Type | Method and Description |
|---|---|
static JsonRpcEvent |
JsonRpcEvent.fromByteArray(byte[] message) |
static JsonRpcEvent |
JsonRpcEvent.fromJsonNode(org.codehaus.jackson.JsonNode node)
Validates and builds
JsonRpcEvent based on provided json node. |
static JsonRpcEvent |
JsonRpcEvent.fromMethodAndParams(String method,
Map<String,Object> params)
Create notification object for the method and params.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
EventDecomposer.decompose(JsonRpcEvent event)
Decomposes an event to a map.
|
| Modifier and Type | Method and Description |
|---|---|
JsonRpcEvent |
SubscriptionHolder.canProcessMore() |
| Modifier and Type | Method and Description |
|---|---|
Set<SubscriptionHolder> |
SubscriptionMatcher.match(JsonRpcEvent event)
Matches current subscriptions to an event and returns a
Set
containing all subscriptions that match for this event processing. |
void |
EventPublisher.process(JsonRpcEvent event)
This method is used by @link
ResponseWorker to submit an @link JsonRpcEvent for processing. |
void |
SubscriptionHolder.putEvent(JsonRpcEvent event)
Queues not processed event for later processing.
|
Copyright © 2018. All Rights Reserved.