| Modifier and Type | Class and Description |
|---|---|
class |
InterconnectList<E extends InterconnectObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
InterconnectError
Error object for passing over the Interconnect.
|
class |
InterconnectList<E extends InterconnectObject> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends InterconnectObject> |
InterconnectMapper.fromJson(String data,
Class<T> clazz)
Creates an object from the given JSON data.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectObject |
InterconnectMapper.fromJson(String data)
Creates an
InterconnectObject from the given JSON data. |
| Modifier and Type | Method and Description |
|---|---|
static String |
InterconnectMapper.toJson(InterconnectObject object)
Returns a JSON representation of the given object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPageable
IVOs that implement this interface allow paging of the results
|
interface |
IVO
Interconnect value object marker interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIVO
Convenience base class for IVOs
|
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonErrorIVO
Represents an
DaemonError over the wire. |
class |
PingIVO |
class |
PongIVO |
class |
VoidIVO
A VoidIVO is an empty response object to provide ack functionality for void methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IIVOAuditing |
| Modifier and Type | Class and Description |
|---|---|
class |
IVOQueryResultIVO_v1<E extends IVO>
the result of an ivoquery
|
class |
IVOWithAuditingResultIVO_v1<E extends IIVOAuditing>
an ivo with its auditing
|
| Modifier and Type | Method and Description |
|---|---|
InterconnectObject |
DaemonScanner.DaemonMethod.invoke(IDaemonHandler handler,
InterconnectObject ivo) |
InterconnectObject |
DaemonScanner.Invoke.invoke(IDaemonHandler handler,
Method method,
InterconnectObject ico) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends InterconnectObject> |
DaemonScanner.DaemonMethod.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
InterconnectObject |
DaemonScanner.DaemonMethod.invoke(IDaemonHandler handler,
InterconnectObject ivo) |
InterconnectObject |
DaemonScanner.Invoke.invoke(IDaemonHandler handler,
Method method,
InterconnectObject ico) |
| Constructor and Description |
|---|
DaemonMethod(Class<? extends InterconnectObject> aRequest,
Method aMethod,
DaemonScanner.Type aType,
Long aTimeoutInMs,
boolean aSecure)
Deprecated.
Use DaemonMethod(aRequest, aMethod, aType, aTimeoutInMs, aSecure, anIdempotent) instead
|
DaemonMethod(Class<? extends InterconnectObject> aRequest,
Method aMethod,
DaemonScanner.Type aType,
Long aTimeoutInMs,
boolean aSecure,
boolean anIdempotent) |
Copyright © 2016 Taimos GmbH. All rights reserved.