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

Method Summary
 void addToCache(byte[] duplicateID, Transaction tx)
           
 boolean contains(byte[] duplicateID)
           
 void load(java.util.List<Pair<byte[],java.lang.Long>> theIds)
           
 

Method Detail

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.