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 TypeClassDescriptionclassThisListenerObjectExecutorprovides a blueprint for the execution of aCollectionofListenerObjects and the processing of their results.classclassThisAbstractListenerObjectExecutorexecutes theListenerObjects one after the other in theThreadof the caller. -
Uses of ListenerObjectExecutor in org.rribbit.processing
Fields in org.rribbit.processing declared as ListenerObjectExecutorModifier and TypeFieldDescriptionprotected ListenerObjectExecutorLocalRequestProcessor.listenerObjectExecutorprotected ListenerObjectExecutorSpringHttpRequestProcessorServlet.listenerObjectExecutorMethods in org.rribbit.processing that return ListenerObjectExecutorModifier and TypeMethodDescriptionprotected abstract ListenerObjectExecutorHttpRequestProcessorServlet.createListenerObjectExecutor()Creates or fetches and returns aListenerObjectExecutorthat will be used to executeListenerObjects.protected ListenerObjectExecutorSpringHttpRequestProcessorServlet.createListenerObjectExecutor()LocalRequestProcessor.getListenerObjectExecutor()RmiRequestProcessorImpl.getListenerObjectExecutor()Methods in org.rribbit.processing with parameters of type ListenerObjectExecutorModifier and TypeMethodDescriptionvoidLocalRequestProcessor.setListenerObjectExecutor(ListenerObjectExecutor listenerObjectExecutor) voidRmiRequestProcessorImpl.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 theListenerObjectRetrieverandListenerObjectExecutor.LocalRequestProcessor(ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) This constructor is recommended, since it forces you to specify theListenerObjectRetrieverandListenerObjectExecutor.RmiRequestProcessorImpl(int portnumber, String keystoreLocation, String keystorePassword, String truststoreLocation, String truststorePassword, ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) Sets up aRegistryon the specified portnumber that uses SSL with the supplied parameters.RmiRequestProcessorImpl(int portnumber, ListenerObjectRetriever listenerObjectRetriever, ListenerObjectExecutor listenerObjectExecutor) Sets up aRegistryon the specified portnumber that does NOT use SSL.