Uses of Class
org.apache.activemq.command.DestinationInfo
-
Packages that use DestinationInfo Package Description org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of DestinationInfo in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return DestinationInfo Modifier and Type Method Description DestinationInfoDestinationEvent. getDestinationInfo()Constructors in org.apache.activemq.advisory with parameters of type DestinationInfo Constructor Description DestinationEvent(DestinationSource source, DestinationInfo destinationInfo) -
Uses of DestinationInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return DestinationInfo Modifier and Type Method Description DestinationInfoDestinationInfo. copy() -
Uses of DestinationInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return types with arguments of type DestinationInfo Modifier and Type Method Description List<DestinationInfo>ConnectionState. getTempDestinations()Methods in org.apache.activemq.state with parameters of type DestinationInfo Modifier and Type Method Description voidConnectionState. addTempDestination(DestinationInfo info)ResponseCommandVisitor. processAddDestination(DestinationInfo info)ResponseCommandVisitorAdapter. processAddDestination(DestinationInfo info)ResponseConnectionStateTracker. processAddDestination(DestinationInfo info)ResponseCommandVisitor. processRemoveDestination(DestinationInfo info)ResponseCommandVisitorAdapter. processRemoveDestination(DestinationInfo info)ResponseConnectionStateTracker. processRemoveDestination(DestinationInfo info)
-