Uses of Interface
org.apache.uima.aae.spi.transport.UimaMessageListener
Packages that use UimaMessageListener
Package
Description
-
Uses of UimaMessageListener in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller with type parameters of type UimaMessageListenerModifier and TypeFieldDescriptionprotected ConcurrentHashMap<String,UimaMessageListener> BaseAnalysisEngineController.messageListenersMethods in org.apache.uima.aae.controller that return UimaMessageListenerModifier and TypeMethodDescriptionAnalysisEngineController.getUimaMessageListener(String aDelegateKey) AnalysisEngineControllerAdapter.getUimaMessageListener(String delegateKey) BaseAnalysisEngineController.getUimaMessageListener(String aDelegateKey) -
Uses of UimaMessageListener in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport that return UimaMessageListenerModifier and TypeMethodDescriptionUimaTransport.getUimaMessageListener()UimaTransport.produceUimaMessageListener() -
Uses of UimaMessageListener in org.apache.uima.aae.spi.transport.vm
Classes in org.apache.uima.aae.spi.transport.vm that implement UimaMessageListenerMethods in org.apache.uima.aae.spi.transport.vm that return UimaMessageListenerModifier and TypeMethodDescriptionVmTransport.getUimaMessageListener()VmTransport.produceUimaMessageListener()Constructors in org.apache.uima.aae.spi.transport.vm with parameters of type UimaMessageListenerModifierConstructorDescriptionUimaVmMessageDispatcher(ThreadPoolExecutor anExecutor, UimaMessageListener aListener, String aKey)