Uses of Interface
org.jboss.messaging.core.postoffice.DuplicateIDCache

Packages that use DuplicateIDCache
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
 

Uses of DuplicateIDCache in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice that return DuplicateIDCache
 DuplicateIDCache PostOffice.getDuplicateIDCache(SimpleString address)
           
 

Uses of DuplicateIDCache in org.jboss.messaging.core.postoffice.impl
 

Classes in org.jboss.messaging.core.postoffice.impl that implement DuplicateIDCache
 class DuplicateIDCacheImpl
          A DuplicateIDCacheImpl A fixed size rotating cache of last X duplicate ids.
 

Methods in org.jboss.messaging.core.postoffice.impl that return DuplicateIDCache
 DuplicateIDCache PostOfficeImpl.getDuplicateIDCache(SimpleString address)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.