Uses of Class
org.apache.activemq.store.kahadb.data.KahaDestination.DestinationType
-
Packages that use KahaDestination.DestinationType Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.data -
-
Uses of KahaDestination.DestinationType in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type KahaDestination.DestinationType Modifier and Type Method Description protected booleanMessageDatabase. matchType(Destination destination, KahaDestination.DestinationType type)Determine whether this Destination matches the DestinationType -
Uses of KahaDestination.DestinationType in org.apache.activemq.store.kahadb.data
Methods in org.apache.activemq.store.kahadb.data that return KahaDestination.DestinationType Modifier and Type Method Description static KahaDestination.DestinationTypeKahaDestination.DestinationType. valueOf(int value)Returns the enum constant of this type with the specified name.static KahaDestination.DestinationTypeKahaDestination.DestinationType. valueOf(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.
-