Uses of Class
org.apache.activemq.transport.vm.VMTransport
-
Packages that use VMTransport Package Description org.apache.activemq.transport.vm In-JVM based Transport implementation. -
-
Uses of VMTransport in org.apache.activemq.transport.vm
Fields in org.apache.activemq.transport.vm declared as VMTransport Modifier and Type Field Description protected VMTransportVMTransport. peerMethods in org.apache.activemq.transport.vm that return VMTransport Modifier and Type Method Description VMTransportVMTransportServer. connect()Methods in org.apache.activemq.transport.vm with parameters of type VMTransport Modifier and Type Method Description voidVMTransport. dispatch(VMTransport transport, BlockingQueue<Object> pending, Object command)voidVMTransport. doDispatch(VMTransport transport, org.apache.activemq.transport.TransportListener transportListener, Object command)voidVMTransport. setPeer(VMTransport peer)
-