Uses of Class
org.jboss.jms.server.destination.ManagedDestination

Packages that use ManagedDestination
org.jboss.jms.server   
org.jboss.jms.server.destination   
 

Uses of ManagedDestination in org.jboss.jms.server
 

Methods in org.jboss.jms.server that return ManagedDestination
 ManagedDestination DestinationManager.getDestination(java.lang.String name, boolean isQueue)
           
 

Methods in org.jboss.jms.server with parameters of type ManagedDestination
 void DestinationManager.registerDestination(ManagedDestination destination)
          Method called by a destination service to register itself with the server peer.
 void DestinationManager.unregisterDestination(ManagedDestination destination)
          Method called by a destination service to unregister itself from the server peer.
 

Uses of ManagedDestination in org.jboss.jms.server.destination
 

Subclasses of ManagedDestination in org.jboss.jms.server.destination
 class ManagedQueue
          A ManagedQueue
 class ManagedTopic
          A ManagedTopic
 

Fields in org.jboss.jms.server.destination declared as ManagedDestination
protected  ManagedDestination DestinationServiceSupport.destination
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.