| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IVO> |
InterconnectContext.getRequestClass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
InterconnectContext.setRequestClass(Class<? extends IVO> requestClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPageable
IVOs that implement this interface allow paging of the results
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIVO
Convenience base class for IVOs
|
| Modifier and Type | Method and Description |
|---|---|
IVO |
IVOBuilder.build() |
IVO |
IVO.clone() |
IVO |
AbstractIVO.clone() |
| 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 |
IIVOQueryResultIVO_v1<E extends IVO>
the result of an ivoquery
|
class |
IVOQueryResultIVO_v1<E extends IVO>
the result of an ivoquery
|
static class |
IVOQueryResultIVO_v1.AbstractIVOQueryResultIVO_v1Builder<E extends IVOQueryResultIVO_v1.AbstractIVOQueryResultIVO_v1Builder<?,?>,F extends IVO>
Abstract Builder for the read-only ivo
|
static class |
IVOQueryResultIVO_v1.IVOQueryResultIVO_v1Builder<F extends IVO>
Builder for the read-only ivo
|
| 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 |
|---|---|
static <I extends IVO> |
IVOQueryResultIVO_v1.create(List<I> elements,
long count) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IVO> |
IDaemonHandler.IContext.requestClass() |
Class<? extends IVO> |
ADaemonHandler.Context.requestClass() |
| Constructor and Description |
|---|
Context(Class<? extends IVO> aRequestClass,
UUID anUUID)
Deprecated.
|
Context(Class<? extends IVO> aRequestClass,
UUID anUUID,
int aDeliveryCount,
boolean aRedelivered) |
Copyright © 2016 Taimos GmbH. All rights reserved.