public class InterconnectContext extends Object
| Constructor and Description |
|---|
InterconnectContext() |
| Modifier and Type | Method and Description |
|---|---|
static IDaemonHandler.IContext |
getContext() |
static int |
getDeliveryCount() |
static Class<? extends IVO> |
getRequestClass() |
static UUID |
getUuid() |
static boolean |
isRedelivered() |
static void |
reset() |
static void |
setDeliveryCount(int deliveryCount) |
static void |
setRedelivered(boolean redelivered) |
static void |
setRequestClass(Class<? extends IVO> requestClass) |
static void |
setUuid(UUID uuid) |
public static UUID getUuid()
public static int getDeliveryCount()
public static boolean isRedelivered()
public static void setUuid(UUID uuid)
public static void setDeliveryCount(int deliveryCount)
public static void setRedelivered(boolean redelivered)
public static void reset()
public static IDaemonHandler.IContext getContext()
Copyright © 2016 Taimos GmbH. All rights reserved.