Class SMQRFactory
- java.lang.Object
-
- com.swiftmq.tools.dump.DumpableFactory
-
- com.swiftmq.impl.routing.single.smqpr.v942.SMQRFactory
-
public class SMQRFactory extends DumpableFactory
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADJUST_REQ
static int
AUTH_REPREQ
static int
AUTH_REQ
static int
COMMIT_REPREQ
static int
COMMIT_REQ
static int
CONNECT_REPREQ
static int
CONNECT_REQ
static int
NONXA_COMMIT_REQ
static int
NONXA_TRANSACTION_REQ
static int
RECOVERY_REPREQ
static int
RECOVERY_REQ
static int
ROLLBACK_REPREQ
static int
ROLLBACK_REQ
static int
ROUTE_REQ
static int
STARTDELIVERY_REQ
static int
THROTTLE_REQ
static int
TRANSACTION_REQ
-
Constructor Summary
Constructors Constructor Description SMQRFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dumpable
createDumpable(int dumpId)
Creates a new Dumpable object for the given dump id.
-
-
-
Field Detail
-
CONNECT_REQ
public static final int CONNECT_REQ
- See Also:
- Constant Field Values
-
CONNECT_REPREQ
public static final int CONNECT_REPREQ
- See Also:
- Constant Field Values
-
AUTH_REQ
public static final int AUTH_REQ
- See Also:
- Constant Field Values
-
AUTH_REPREQ
public static final int AUTH_REPREQ
- See Also:
- Constant Field Values
-
ADJUST_REQ
public static final int ADJUST_REQ
- See Also:
- Constant Field Values
-
STARTDELIVERY_REQ
public static final int STARTDELIVERY_REQ
- See Also:
- Constant Field Values
-
RECOVERY_REQ
public static final int RECOVERY_REQ
- See Also:
- Constant Field Values
-
RECOVERY_REPREQ
public static final int RECOVERY_REPREQ
- See Also:
- Constant Field Values
-
TRANSACTION_REQ
public static final int TRANSACTION_REQ
- See Also:
- Constant Field Values
-
COMMIT_REQ
public static final int COMMIT_REQ
- See Also:
- Constant Field Values
-
COMMIT_REPREQ
public static final int COMMIT_REPREQ
- See Also:
- Constant Field Values
-
ROLLBACK_REQ
public static final int ROLLBACK_REQ
- See Also:
- Constant Field Values
-
ROLLBACK_REPREQ
public static final int ROLLBACK_REPREQ
- See Also:
- Constant Field Values
-
ROUTE_REQ
public static final int ROUTE_REQ
- See Also:
- Constant Field Values
-
THROTTLE_REQ
public static final int THROTTLE_REQ
- See Also:
- Constant Field Values
-
NONXA_TRANSACTION_REQ
public static final int NONXA_TRANSACTION_REQ
- See Also:
- Constant Field Values
-
NONXA_COMMIT_REQ
public static final int NONXA_COMMIT_REQ
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDumpable
public Dumpable createDumpable(int dumpId)
Description copied from class:DumpableFactory
Creates a new Dumpable object for the given dump id.- Specified by:
createDumpable
in classDumpableFactory
- Parameters:
dumpId
- the dump id- Returns:
- Dumpable
-
-