Uses of Interface
org.apache.uima.resourceSpecifier.factory.InputQueue

Packages that use InputQueue
org.apache.uima.resourceSpecifier.factory   
org.apache.uima.resourceSpecifier.factory.impl   
 

Uses of InputQueue in org.apache.uima.resourceSpecifier.factory
 

Methods in org.apache.uima.resourceSpecifier.factory that return InputQueue
 InputQueue Service.getInputQueue()
          Gets the input queue.
 InputQueue RemoteDelegateEngine.getInputQueue()
          Gets the input queue.
 

Methods in org.apache.uima.resourceSpecifier.factory with parameters of type InputQueue
 void RemoteDelegateEngine.setInputQueue(InputQueue iq)
          Sets the input queue.
 

Uses of InputQueue in org.apache.uima.resourceSpecifier.factory.impl
 

Classes in org.apache.uima.resourceSpecifier.factory.impl that implement InputQueue
 class InputQueueImpl
          The Class InputQueueImpl.
 

Methods in org.apache.uima.resourceSpecifier.factory.impl that return InputQueue
 InputQueue ServiceImpl.getInputQueue()
           
 InputQueue RemoteDelegateEngineImpl.getInputQueue()
           
 

Methods in org.apache.uima.resourceSpecifier.factory.impl with parameters of type InputQueue
 void RemoteDelegateEngineImpl.setInputQueue(InputQueue iq)
           
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.