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 class
DefaultUnresolvedDestinationTransformer
Fields in org.apache.activemq.command declared as UnresolvedDestinationTransformer Modifier and Type Field Description protected static UnresolvedDestinationTransformer
ActiveMQDestination. unresolvableDestinationTransformer
Methods in org.apache.activemq.command that return UnresolvedDestinationTransformer Modifier and Type Method Description static UnresolvedDestinationTransformer
ActiveMQDestination. getUnresolvableDestinationTransformer()
Methods in org.apache.activemq.command with parameters of type UnresolvedDestinationTransformer Modifier and Type Method Description static void
ActiveMQDestination. setUnresolvableDestinationTransformer(UnresolvedDestinationTransformer unresolvableDestinationTransformer)
-