Examples of AsyncAggregateErrorConfigurationType


Examples of org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType

   * @param rdc the rdc
   * @param context the context
   */
  public RemoteDelegateEngineImpl( RemoteAnalysisEngineType draet, RemoteDelegateConfiguration rdc, ServiceContext context ) {
    this.draet = draet;
    AsyncAggregateErrorConfigurationType aarct = draet.addNewAsyncAggregateErrorConfiguration();
    pcet = aarct.addNewProcessCasErrors();
    gmet = aarct.addNewGetMetadataErrors();
    cpcet = aarct.addNewCollectionProcessCompleteErrors();
    setKey(rdc.getKey());
    setReplyQueueScaleup(rdc.getRemoteReplyQueueScaleout());

    inputQueue = new InputQueueImpl( draet.addNewInputQueue(),((RemoteDelegateConfiguration) rdc).getEndpoint(), ((RemoteDelegateConfiguration) rdc).getBroker(), 1);

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.