-
- All Known Implementing Classes:
InMemoryLocalIDManager,JDBCLocalIDManager
public interface LocalIDManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocalIDManager.BoundMessage
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateLocalID(String localID, String sequenceID, long messageNumber)LocalIDManager.BoundMessagegetBoundMessage(String localID)voidmarkSequenceTermination(String sequenceID)Mark all the localIDs associated the specified sequenceID terminatedvoidremoveLocalIDs(Iterator<String> localIDs)
-
-
-
Method Detail
-
getBoundMessage
LocalIDManager.BoundMessage getBoundMessage(String localID)
-
markSequenceTermination
void markSequenceTermination(String sequenceID)
Mark all the localIDs associated the specified sequenceID terminated- Parameters:
sequenceID-
-
-