Uses of Interface
org.rribbit.execution.ListenerObjectExecutor
Packages that use ListenerObjectExecutor
-
Uses of ListenerObjectExecutor in org.rribbit.execution
Classes in org.rribbit.execution that implement ListenerObjectExecutorModifier and TypeClassDescriptionclass
ThisListenerObjectExecutor
provides a blueprint for the execution of aCollection
ofListenerObject
s and the processing of their results.class
class
ThisAbstractListenerObjectExecutor
executes theListenerObject
s one after the other in theThread
of the caller. -
Uses of ListenerObjectExecutor in org.rribbit.processing
Fields in org.rribbit.processing declared as ListenerObjectExecutorModifier and TypeFieldDescriptionprotected ListenerObjectExecutor
LocalRequestProcessor.listenerObjectExecutor
protected ListenerObjectExecutor
SpringHttpRequestProcessorServlet.listenerObjectExecutor
Methods in org.rribbit.processing that return ListenerObjectExecutorModifier and TypeMethodDescriptionprotected abstract ListenerObjectExecutor
HttpRequestProcessorServlet.createListenerObjectExecutor()
Creates or fetches and returns aListenerObjectExecutor
that will be used to executeListenerObject
s.protected ListenerObjectExecutor
SpringHttpRequestProcessorServlet.createListenerObjectExecutor()
LocalRequestProcessor.getListenerObjectExecutor()
RmiRequestProcessorImpl.getListenerObjectExecutor()
Methods in org.rribbit.processing with parameters of type ListenerObjectExecutorModifier and TypeMethodDescriptionvoid
LocalRequestProcessor.setListenerObjectExecutor
(ListenerObjectExecutor listenerObjectExecutor) void
RmiRequestProcessorImpl.setListenerObjectExecutor
(ListenerObjectExecutor listenerObjectExecutor) Constructors in org.rribbit.processing with parameters of type ListenerObjectExecutorModifierConstructorDescriptionJmsRequestProcessor
(ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) This constructor is recommended, since it forces you to specify theListenerObjectRetriever
andListenerObjectExecutor
.LocalRequestProcessor
(ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) This constructor is recommended, since it forces you to specify theListenerObjectRetriever
andListenerObjectExecutor
.RmiRequestProcessorImpl
(int portnumber, String keystoreLocation, String keystorePassword, String truststoreLocation, String truststorePassword, ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) Sets up aRegistry
on the specified portnumber that uses SSL with the supplied parameters.RmiRequestProcessorImpl
(int portnumber, ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) Sets up aRegistry
on the specified portnumber that does NOT use SSL.