Uses of Interface
org.apache.qpid.jms.meta.JmsResourceVistor
-
Packages that use JmsResourceVistor Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.meta -
-
Uses of JmsResourceVistor in org.apache.qpid.jms
Methods in org.apache.qpid.jms with parameters of type JmsResourceVistor Modifier and Type Method Description voidJmsTemporaryDestination. visit(JmsResourceVistor visitor) -
Uses of JmsResourceVistor in org.apache.qpid.jms.meta
Classes in org.apache.qpid.jms.meta that implement JmsResourceVistor Modifier and Type Class Description classJmsDefaultResourceVisitorDefault Visitor implementation that does nothing in each method to make custom implementations simpler by only needing to override the visitation cases they need to handle.Methods in org.apache.qpid.jms.meta with parameters of type JmsResourceVistor Modifier and Type Method Description voidJmsConnectionInfo. visit(JmsResourceVistor vistor)voidJmsConsumerInfo. visit(JmsResourceVistor vistor)voidJmsProducerInfo. visit(JmsResourceVistor vistor)voidJmsResource. visit(JmsResourceVistor visitor)Allows a visitor object to walk the resources and process them.voidJmsSessionInfo. visit(JmsResourceVistor vistor)voidJmsTransactionInfo. visit(JmsResourceVistor visitor)
-