Uses of Class
org.apache.activemq.store.kahadb.data.KahaDestination.DestinationType

Packages that use KahaDestination.DestinationType
org.apache.activemq.store.kahadb.data   
 

Uses of KahaDestination.DestinationType in org.apache.activemq.store.kahadb.data
 

Methods in org.apache.activemq.store.kahadb.data that return KahaDestination.DestinationType
static KahaDestination.DestinationType KahaDestination.DestinationType.valueOf(int value)
           
static KahaDestination.DestinationType KahaDestination.DestinationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KahaDestination.DestinationType[] KahaDestination.DestinationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.