public static final class ADaemonHandler.Context extends Object implements IDaemonHandler.IContext
| Constructor and Description |
|---|
Context(Class<? extends IVO> aRequestClass,
UUID anUUID)
Deprecated.
|
Context(Class<? extends IVO> aRequestClass,
UUID anUUID,
int aDeliveryCount,
boolean aRedelivered) |
| Modifier and Type | Method and Description |
|---|---|
int |
deliveryCount() |
boolean |
redelivered() |
Class<? extends IVO> |
requestClass() |
String |
toString() |
UUID |
uuid() |
public Context(Class<? extends IVO> aRequestClass, UUID anUUID, int aDeliveryCount, boolean aRedelivered)
aRequestClass - Request classanUUID - Universally unique identifier of the requestaDeliveryCount - Number of attempts to send the message (start at 1)aRedelivered - True if the message is being resent to the daemon@Deprecated public Context(Class<? extends IVO> aRequestClass, UUID anUUID)
aRequestClass - Request classanUUID - Universally unique identifier of the requestpublic Class<? extends IVO> requestClass()
requestClass in interface IDaemonHandler.IContextpublic UUID uuid()
uuid in interface IDaemonHandler.IContextpublic int deliveryCount()
deliveryCount in interface IDaemonHandler.IContextpublic boolean redelivered()
redelivered in interface IDaemonHandler.IContextCopyright © 2016 Taimos GmbH. All rights reserved.