Uses of Enum
org.apache.activemq.store.kahadb.data.KahaDestination.DestinationType
Packages that use KahaDestination.DestinationType
-
Uses of KahaDestination.DestinationType in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type KahaDestination.DestinationTypeModifier and TypeMethodDescriptionprotected 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.DestinationTypeModifier and TypeMethodDescriptionKahaDestination.DestinationType.valueOf(int value) Returns the enum constant of this type with the specified 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.