Class LogOperation
- java.lang.Object
-
- com.swiftmq.impl.store.standard.log.LogOperation
-
- Direct Known Subclasses:
CloseLogOperation
,InitiateSyncOperation
,LogRecord
,SyncLogOperation
public abstract class LogOperation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
OPER_CLOSE_LOG
static int
OPER_INITIATE_SYNC
static int
OPER_LOG_REC
static int
OPER_SYNC_LOG
-
Constructor Summary
Constructors Constructor Description LogOperation()
-
-
-
Field Detail
-
OPER_SYNC_LOG
public static final int OPER_SYNC_LOG
- See Also:
- Constant Field Values
-
OPER_LOG_REC
public static final int OPER_LOG_REC
- See Also:
- Constant Field Values
-
OPER_CLOSE_LOG
public static final int OPER_CLOSE_LOG
- See Also:
- Constant Field Values
-
OPER_INITIATE_SYNC
public static final int OPER_INITIATE_SYNC
- See Also:
- Constant Field Values
-
-