org.jboss.messaging.core.local
Interface CoreDestination
- All Superinterfaces:
- Distributor, Receiver
- All Known Implementing Classes:
- Queue, Topic
- public interface CoreDestination
- extends Distributor, Receiver
Common type for a core destination (queue, topic)
- Version:
- $Revision: 886 $
$Id: CoreDestination.java 886 2006-04-13 08:57:49Z timfox $
- Author:
- Ovidiu Feodorov, Tim Fox
Methods inherited from interface org.jboss.messaging.core.Receiver |
handle |
getId
public long getId()
isQueue
public boolean isQueue()
- Returns:
- true if the CoreDestination represents a Queue
getFullSize
public int getFullSize()
getPageSize
public int getPageSize()
getDownCacheSize
public int getDownCacheSize()
Copyright © 2006 JBoss Inc. All Rights Reserved.