Class LogOperation
java.lang.Object
com.swiftmq.impl.store.standard.log.LogOperation
- Direct Known Subclasses:
CloseLogOperation
,InitiateSyncOperation
,LogRecord
,SyncLogOperation
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
OPER_SYNC_LOG
public static final int OPER_SYNC_LOG- See Also:
-
OPER_LOG_REC
public static final int OPER_LOG_REC- See Also:
-
OPER_CLOSE_LOG
public static final int OPER_CLOSE_LOG- See Also:
-
OPER_INITIATE_SYNC
public static final int OPER_INITIATE_SYNC- See Also:
-
-
Constructor Details
-
LogOperation
public LogOperation()
-