Uses of Interface
org.jboss.messaging.core.local.CoreDestination

Packages that use CoreDestination
org.jboss.jms.server.plugin   
org.jboss.jms.server.plugin.contract   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.topic   
org.jboss.messaging.core.local   
 

Uses of CoreDestination in org.jboss.jms.server.plugin
 

Methods in org.jboss.jms.server.plugin that return CoreDestination
 CoreDestination JDBCChannelMapper.getCoreDestination(JBossDestination jbDest)
           
 CoreDestination JDBCChannelMapper.undeployCoreDestination(boolean isQueue, java.lang.String destName)
           
protected  CoreDestination JDBCChannelMapper.getCoreDestinationInternal(boolean isQueue, java.lang.String destName)
           
 

Uses of CoreDestination in org.jboss.jms.server.plugin.contract
 

Methods in org.jboss.jms.server.plugin.contract that return CoreDestination
 CoreDestination ChannelMapper.getCoreDestination(JBossDestination jbDest)
           
 CoreDestination ChannelMapper.undeployCoreDestination(boolean isQueue, java.lang.String destName)
           
 

Uses of CoreDestination in org.jboss.messaging.core.distributed.queue
 

Classes in org.jboss.messaging.core.distributed.queue that implement CoreDestination
 class DistributedQueue
          A distributed queue.
 

Uses of CoreDestination in org.jboss.messaging.core.distributed.topic
 

Classes in org.jboss.messaging.core.distributed.topic that implement CoreDestination
 class DistributedTopic
          A distributed topic.
 

Uses of CoreDestination in org.jboss.messaging.core.local
 

Classes in org.jboss.messaging.core.local that implement CoreDestination
 class Queue
           
 class Topic
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.