Uses of Interface
org.apache.uima.aae.spi.transport.UimaTransport

Packages that use UimaTransport
org.apache.uima.aae.controller   
org.apache.uima.aae.spi.transport   
org.apache.uima.aae.spi.transport.vm   
 

Uses of UimaTransport in org.apache.uima.aae.controller
 

Fields in org.apache.uima.aae.controller with type parameters of type UimaTransport
protected  java.util.concurrent.ConcurrentHashMap<java.lang.String,UimaTransport> BaseAnalysisEngineController.transports
           
 

Methods in org.apache.uima.aae.controller that return UimaTransport
 UimaTransport BaseAnalysisEngineController.getTransport(java.lang.String aKey)
           
 UimaTransport AnalysisEngineController.getTransport(java.lang.String aKey)
           
 UimaTransport AnalysisEngineControllerAdapter.getTransport(java.lang.String key)
           
 UimaTransport BaseAnalysisEngineController.getTransport(UimaAsContext asContext)
           
 UimaTransport BaseAnalysisEngineController.getTransport(UimaAsContext asContext, java.lang.String aKey)
           
 UimaTransport AnalysisEngineController.getTransport(UimaAsContext aContext, java.lang.String aKey)
           
 UimaTransport AnalysisEngineControllerAdapter.getTransport(UimaAsContext context, java.lang.String key)
           
 

Uses of UimaTransport in org.apache.uima.aae.spi.transport
 

Methods in org.apache.uima.aae.spi.transport with parameters of type UimaTransport
 UimaMessageDispatcher UimaTransport.produceUimaMessageDispatcher(UimaTransport aTransport)
           
 

Uses of UimaTransport in org.apache.uima.aae.spi.transport.vm
 

Classes in org.apache.uima.aae.spi.transport.vm that implement UimaTransport
 class VmTransport
          This class provides implementation for internal messaging between collocated Uima AS services.
 

Methods in org.apache.uima.aae.spi.transport.vm with parameters of type UimaTransport
 UimaVmMessageDispatcher VmTransport.produceUimaMessageDispatcher(UimaTransport aTransport)
           
 



Copyright © 2011. All Rights Reserved.