Uses of Interface
org.apache.activemq.command.UnresolvedDestinationTransformer
-
Packages that use UnresolvedDestinationTransformer Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes -
-
Uses of UnresolvedDestinationTransformer in org.apache.activemq.command
Classes in org.apache.activemq.command that implement UnresolvedDestinationTransformer Modifier and Type Class Description classDefaultUnresolvedDestinationTransformerFields in org.apache.activemq.command declared as UnresolvedDestinationTransformer Modifier and Type Field Description protected static UnresolvedDestinationTransformerActiveMQDestination. unresolvableDestinationTransformerMethods in org.apache.activemq.command that return UnresolvedDestinationTransformer Modifier and Type Method Description static UnresolvedDestinationTransformerActiveMQDestination. getUnresolvableDestinationTransformer()Methods in org.apache.activemq.command with parameters of type UnresolvedDestinationTransformer Modifier and Type Method Description static voidActiveMQDestination. setUnresolvableDestinationTransformer(UnresolvedDestinationTransformer unresolvableDestinationTransformer)
-