org.jboss.messaging.core.postoffice
Interface DuplicateIDCache
- All Known Implementing Classes:
- DuplicateIDCacheImpl
public interface DuplicateIDCache
A DuplicateIDCache
- Author:
- Tim Fox
Created 8 Dec 2008 16:36:07
contains
boolean contains(byte[] duplicateID)
addToCache
void addToCache(byte[] duplicateID,
Transaction tx)
throws java.lang.Exception
- Throws:
java.lang.Exception
load
void load(java.util.List<Pair<byte[],java.lang.Long>> theIds)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.