public interface SequencingServer extends Sequencing
Purpose: Define interface for sequencing server.
Description: This interface accessed through ServerSession.getSequencingServer() method. Used for creation of ClientSessionSequencing object only.
Responsibilities:
ClientSessionSequencing
AFTER_INSERT, BEFORE_INSERT, UNDEFINED
Modifier and Type | Method and Description |
---|---|
Object |
getNextValue(AbstractSession writeSession,
Class cls) |
getNextValue, shouldAcquireValueAfterInsert, shouldOverrideExistingValue, whenShouldAcquireValueForAll
Object getNextValue(AbstractSession writeSession, Class cls)
Copyright © 2022. All rights reserved.