public class org.apache.camel.processor.RecipientList extends org.apache.camel.support.ServiceSupport implements org.apache.camel.AsyncProcessor, org.apache.camel.spi.IdAware
{
private static final org.slf4j.Logger LOG;
private static final java.lang.String IGNORE_DELIMITER_MARKER;
private final org.apache.camel.CamelContext camelContext;
private java.lang.String id;
private org.apache.camel.impl.ProducerCache producerCache;
private org.apache.camel.Expression expression;
private final java.lang.String delimiter;
private boolean parallelProcessing;
private boolean parallelAggregate;
private boolean stopOnAggregateException;
private boolean stopOnException;
private boolean ignoreInvalidEndpoints;
private boolean streaming;
private long timeout;
private int cacheSize;
private org.apache.camel.Processor onPrepare;
private boolean shareUnitOfWork;
private java.util.concurrent.ExecutorService executorService;
private boolean shutdownExecutorService;
private java.util.concurrent.ExecutorService aggregateExecutorService;
private org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy;
public void <init>(org.apache.camel.CamelContext)
{
org.apache.camel.CamelContext v;
org.apache.camel.processor.RecipientList v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.CamelContext;
specialinvoke v.<org.apache.camel.processor.RecipientList: void <init>(org.apache.camel.CamelContext,java.lang.String)>(v, ",");
return;
}
public void <init>(org.apache.camel.CamelContext, java.lang.String)
{
org.apache.camel.CamelContext v;
org.apache.camel.processor.RecipientList v;
java.lang.String v;
org.apache.camel.processor.aggregate.UseLatestAggregationStrategy v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.CamelContext;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.camel.support.ServiceSupport: void <init>()>();
v = new org.apache.camel.processor.aggregate.UseLatestAggregationStrategy;
specialinvoke v.<org.apache.camel.processor.aggregate.UseLatestAggregationStrategy: void <init>()>();
v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy> = v;
staticinvoke <org.apache.camel.util.ObjectHelper: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "camelContext");
staticinvoke <org.apache.camel.util.StringHelper: java.lang.String notEmpty(java.lang.String,java.lang.String)>(v, "delimiter");
v.<org.apache.camel.processor.RecipientList: org.apache.camel.CamelContext camelContext> = v;
v.<org.apache.camel.processor.RecipientList: java.lang.String delimiter> = v;
return;
}
public void <init>(org.apache.camel.CamelContext, org.apache.camel.Expression)
{
org.apache.camel.CamelContext v;
org.apache.camel.processor.RecipientList v;
org.apache.camel.Expression v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.CamelContext;
v := @parameter: org.apache.camel.Expression;
specialinvoke v.<org.apache.camel.processor.RecipientList: void <init>(org.apache.camel.CamelContext,org.apache.camel.Expression,java.lang.String)>(v, v, ",");
return;
}
public void <init>(org.apache.camel.CamelContext, org.apache.camel.Expression, java.lang.String)
{
org.apache.camel.CamelContext v;
org.apache.camel.processor.RecipientList v;
java.lang.String v;
org.apache.camel.processor.aggregate.UseLatestAggregationStrategy v;
org.apache.camel.Expression v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.CamelContext;
v := @parameter: org.apache.camel.Expression;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.camel.support.ServiceSupport: void <init>()>();
v = new org.apache.camel.processor.aggregate.UseLatestAggregationStrategy;
specialinvoke v.<org.apache.camel.processor.aggregate.UseLatestAggregationStrategy: void <init>()>();
v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy> = v;
staticinvoke <org.apache.camel.util.ObjectHelper: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "camelContext");
staticinvoke <org.apache.camel.util.ObjectHelper: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "expression");
staticinvoke <org.apache.camel.util.StringHelper: java.lang.String notEmpty(java.lang.String,java.lang.String)>(v, "delimiter");
v.<org.apache.camel.processor.RecipientList: org.apache.camel.CamelContext camelContext> = v;
v.<org.apache.camel.processor.RecipientList: org.apache.camel.Expression expression> = v;
v.<org.apache.camel.processor.RecipientList: java.lang.String delimiter> = v;
return;
}
public java.lang.String toString()
{
org.apache.camel.processor.RecipientList v;
java.lang.Object v;
java.lang.String v;
org.apache.camel.Expression v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.Expression expression>;
if v == null goto label;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.Expression expression>;
goto label;
label:
v = "";
label:
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Object)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("RecipientList[\u]");
return v;
}
public java.lang.String getId()
{
org.apache.camel.processor.RecipientList v;
java.lang.String v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: java.lang.String id>;
return v;
}
public void setId(java.lang.String)
{
org.apache.camel.processor.RecipientList v;
java.lang.String v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: java.lang.String;
v.<org.apache.camel.processor.RecipientList: java.lang.String id> = v;
return;
}
public void process(org.apache.camel.Exchange) throws java.lang.Exception
{
org.apache.camel.processor.RecipientList v;
org.apache.camel.Exchange v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.Exchange;
staticinvoke <org.apache.camel.util.AsyncProcessorHelper: void process(org.apache.camel.AsyncProcessor,org.apache.camel.Exchange)>(v, v);
return;
}
public boolean process(org.apache.camel.Exchange, org.apache.camel.AsyncCallback)
{
java.lang.IllegalStateException v;
org.apache.camel.processor.RecipientList v;
org.apache.camel.AsyncCallback v;
org.apache.camel.Exchange v;
org.apache.camel.Expression v, v;
java.lang.Object v;
java.lang.String v;
boolean v, v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.Exchange;
v := @parameter: org.apache.camel.AsyncCallback;
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isStarted()>();
if v != 0 goto label;
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (org.apache.camel.processor.RecipientList)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("RecipientList has not been started: \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.camel.Exchange: java.lang.Object removeProperty(java.lang.String)>("CamelEvaluateExpressionResult");
if v != null goto label;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.Expression expression>;
if v == null goto label;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.Expression expression>;
v = interfaceinvoke v.<org.apache.camel.Expression: java.lang.Object evaluate(org.apache.camel.Exchange,java.lang.Class)>(v, class "Ljava/lang/Object;");
label:
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean sendToRecipientList(org.apache.camel.Exchange,java.lang.Object,org.apache.camel.AsyncCallback)>(v, v, v);
return v;
}
public boolean sendToRecipientList(org.apache.camel.Exchange, java.lang.Object, org.apache.camel.AsyncCallback)
{
org.apache.camel.processor.RecipientList v;
long v;
org.apache.camel.Exchange v;
org.apache.camel.Processor v;
org.apache.camel.processor.RecipientList$1 v;
java.lang.String v, v, v;
java.util.concurrent.ExecutorService v;
boolean v, v, v, v, v, v, v, v, v, v;
org.apache.camel.CamelContext v;
java.util.Iterator v;
org.apache.camel.AsyncCallback v;
java.lang.Exception v;
org.apache.camel.impl.ProducerCache v;
org.apache.camel.processor.aggregate.AggregationStrategy v;
java.lang.Object v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.Exchange;
v := @parameter: java.lang.Object;
v := @parameter: org.apache.camel.AsyncCallback;
v = v.<org.apache.camel.processor.RecipientList: java.lang.String delimiter>;
if v == null goto label;
v = v.<org.apache.camel.processor.RecipientList: java.lang.String delimiter>;
v = virtualinvoke v.<java.lang.String: boolean equalsIgnoreCase(java.lang.String)>("false");
if v == 0 goto label;
v = staticinvoke <org.apache.camel.util.ObjectHelper: java.util.Iterator createIterator(java.lang.Object,java.lang.String)>(v, null);
goto label;
label:
v = v.<org.apache.camel.processor.RecipientList: java.lang.String delimiter>;
v = staticinvoke <org.apache.camel.util.ObjectHelper: java.util.Iterator createIterator(java.lang.Object,java.lang.String)>(v, v);
label:
v = new org.apache.camel.processor.RecipientList$1;
v = interfaceinvoke v.<org.apache.camel.Exchange: org.apache.camel.CamelContext getContext()>();
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache>;
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy getAggregationStrategy()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isParallelProcessing()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: java.util.concurrent.ExecutorService getExecutorService()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isShutdownExecutorService()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isStreaming()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isStopOnException()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: long getTimeout()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: org.apache.camel.Processor getOnPrepare()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isShareUnitOfWork()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isParallelAggregate()>();
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isStopOnAggregateException()>();
specialinvoke v.<org.apache.camel.processor.RecipientList$1: void <init>(org.apache.camel.processor.RecipientList,org.apache.camel.CamelContext,org.apache.camel.impl.ProducerCache,java.util.Iterator,org.apache.camel.processor.aggregate.AggregationStrategy,boolean,java.util.concurrent.ExecutorService,boolean,boolean,boolean,long,org.apache.camel.Processor,boolean,boolean,boolean)>(v, v, v, v, v, v, v, v, v, v, v, v, v, v, v);
v = virtualinvoke v.<org.apache.camel.processor.RecipientList: boolean isIgnoreInvalidEndpoints()>();
virtualinvoke v.<org.apache.camel.processor.RecipientListProcessor: void setIgnoreInvalidEndpoints(boolean)>(v);
label:
staticinvoke <org.apache.camel.util.ServiceHelper: void startService(org.apache.camel.Service)>(v);
label:
goto label;
label:
v := @caughtexception;
interfaceinvoke v.<org.apache.camel.Exchange: void setException(java.lang.Throwable)>(v);
interfaceinvoke v.<org.apache.camel.AsyncCallback: void done(boolean)>(1);
return 1;
label:
v = virtualinvoke v.<org.apache.camel.processor.RecipientListProcessor: boolean process(org.apache.camel.Exchange,org.apache.camel.AsyncCallback)>(v, v);
return v;
catch java.lang.Exception from label to label with label;
}
protected org.apache.camel.Endpoint resolveEndpoint(org.apache.camel.Exchange, java.lang.Object)
{
org.apache.camel.processor.RecipientList v;
java.lang.Object v;
org.apache.camel.Exchange v;
org.apache.camel.Endpoint v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.Exchange;
v := @parameter: java.lang.Object;
v = v instanceof java.lang.String;
if v == 0 goto label;
v = virtualinvoke v.<java.lang.String: java.lang.String trim()>();
label:
v = staticinvoke <org.apache.camel.util.ExchangeHelper: org.apache.camel.Endpoint resolveEndpoint(org.apache.camel.Exchange,java.lang.Object)>(v, v);
return v;
}
public org.apache.camel.spi.EndpointUtilizationStatistics getEndpointUtilizationStatistics()
{
org.apache.camel.processor.RecipientList v;
org.apache.camel.impl.ProducerCache v;
org.apache.camel.spi.EndpointUtilizationStatistics v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache>;
v = virtualinvoke v.<org.apache.camel.impl.ProducerCache: org.apache.camel.spi.EndpointUtilizationStatistics getEndpointUtilizationStatistics()>();
return v;
}
protected void doStart() throws java.lang.Exception
{
org.apache.camel.processor.RecipientList v;
java.lang.Object[] v;
java.lang.Integer v;
int v, v, v, v;
org.apache.camel.CamelContext v, v, v;
org.slf4j.Logger v, v, v;
org.apache.camel.impl.ProducerCache v, v, v, v;
org.apache.camel.impl.EmptyProducerCache v;
org.apache.camel.processor.aggregate.AggregationStrategy v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache>;
if v != null goto label;
v = v.<org.apache.camel.processor.RecipientList: int cacheSize>;
if v >= 0 goto label;
v = new org.apache.camel.impl.EmptyProducerCache;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.CamelContext camelContext>;
specialinvoke v.<org.apache.camel.impl.EmptyProducerCache: void <init>(java.lang.Object,org.apache.camel.CamelContext)>(v, v);
v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache> = v;
v = <org.apache.camel.processor.RecipientList: org.slf4j.Logger LOG>;
interfaceinvoke v.<org.slf4j.Logger: void debug(java.lang.String,java.lang.Object)>("RecipientList {} is not using ProducerCache", v);
goto label;
label:
v = v.<org.apache.camel.processor.RecipientList: int cacheSize>;
if v != 0 goto label;
v = new org.apache.camel.impl.ProducerCache;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.CamelContext camelContext>;
specialinvoke v.<org.apache.camel.impl.ProducerCache: void <init>(java.lang.Object,org.apache.camel.CamelContext)>(v, v);
v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache> = v;
v = <org.apache.camel.processor.RecipientList: org.slf4j.Logger LOG>;
interfaceinvoke v.<org.slf4j.Logger: void debug(java.lang.String,java.lang.Object)>("RecipientList {} using ProducerCache with default cache size", v);
goto label;
label:
v = new org.apache.camel.impl.ProducerCache;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.CamelContext camelContext>;
v = v.<org.apache.camel.processor.RecipientList: int cacheSize>;
specialinvoke v.<org.apache.camel.impl.ProducerCache: void <init>(java.lang.Object,org.apache.camel.CamelContext,int)>(v, v, v);
v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache> = v;
v = <org.apache.camel.processor.RecipientList: org.slf4j.Logger LOG>;
v = v.<org.apache.camel.processor.RecipientList: int cacheSize>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
interfaceinvoke v.<org.slf4j.Logger: void debug(java.lang.String,java.lang.Object,java.lang.Object)>("RecipientList {} using ProducerCache with cacheSize={}", v, v);
label:
v = newarray (java.lang.Object)[2];
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy>;
v[0] = v;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache>;
v[1] = v;
staticinvoke <org.apache.camel.util.ServiceHelper: void startServices(java.lang.Object[])>(v);
return;
}
protected void doStop() throws java.lang.Exception
{
org.apache.camel.processor.RecipientList v;
java.lang.Object[] v;
org.apache.camel.impl.ProducerCache v;
org.apache.camel.processor.aggregate.AggregationStrategy v;
v := @this: org.apache.camel.processor.RecipientList;
v = newarray (java.lang.Object)[2];
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache>;
v[0] = v;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy>;
v[1] = v;
staticinvoke <org.apache.camel.util.ServiceHelper: void stopServices(java.lang.Object[])>(v);
return;
}
protected void doShutdown() throws java.lang.Exception
{
org.apache.camel.CamelContext v;
org.apache.camel.processor.RecipientList v;
java.lang.Object[] v;
org.apache.camel.impl.ProducerCache v;
org.apache.camel.processor.aggregate.AggregationStrategy v;
org.apache.camel.spi.ExecutorServiceManager v;
java.util.concurrent.ExecutorService v, v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = newarray (java.lang.Object)[2];
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.impl.ProducerCache producerCache>;
v[0] = v;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy>;
v[1] = v;
staticinvoke <org.apache.camel.util.ServiceHelper: void stopAndShutdownServices(java.lang.Object[])>(v);
v = v.<org.apache.camel.processor.RecipientList: boolean shutdownExecutorService>;
if v == 0 goto label;
v = v.<org.apache.camel.processor.RecipientList: java.util.concurrent.ExecutorService executorService>;
if v == null goto label;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.CamelContext camelContext>;
v = interfaceinvoke v.<org.apache.camel.CamelContext: org.apache.camel.spi.ExecutorServiceManager getExecutorServiceManager()>();
v = v.<org.apache.camel.processor.RecipientList: java.util.concurrent.ExecutorService executorService>;
interfaceinvoke v.<org.apache.camel.spi.ExecutorServiceManager: java.util.List shutdownNow(java.util.concurrent.ExecutorService)>(v);
label:
return;
}
public org.apache.camel.Expression getExpression()
{
org.apache.camel.processor.RecipientList v;
org.apache.camel.Expression v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.Expression expression>;
return v;
}
public java.lang.String getDelimiter()
{
org.apache.camel.processor.RecipientList v;
java.lang.String v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: java.lang.String delimiter>;
return v;
}
public boolean isStreaming()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean streaming>;
return v;
}
public void setStreaming(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean streaming> = v;
return;
}
public boolean isIgnoreInvalidEndpoints()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean ignoreInvalidEndpoints>;
return v;
}
public void setIgnoreInvalidEndpoints(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean ignoreInvalidEndpoints> = v;
return;
}
public boolean isParallelProcessing()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean parallelProcessing>;
return v;
}
public void setParallelProcessing(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean parallelProcessing> = v;
return;
}
public boolean isParallelAggregate()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean parallelAggregate>;
return v;
}
public void setParallelAggregate(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean parallelAggregate> = v;
return;
}
public boolean isStopOnAggregateException()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean stopOnAggregateException>;
return v;
}
public void setStopOnAggregateException(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean stopOnAggregateException> = v;
return;
}
public boolean isStopOnException()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean stopOnException>;
return v;
}
public void setStopOnException(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean stopOnException> = v;
return;
}
public java.util.concurrent.ExecutorService getExecutorService()
{
org.apache.camel.processor.RecipientList v;
java.util.concurrent.ExecutorService v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: java.util.concurrent.ExecutorService executorService>;
return v;
}
public void setExecutorService(java.util.concurrent.ExecutorService)
{
org.apache.camel.processor.RecipientList v;
java.util.concurrent.ExecutorService v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: java.util.concurrent.ExecutorService;
v.<org.apache.camel.processor.RecipientList: java.util.concurrent.ExecutorService executorService> = v;
return;
}
public boolean isShutdownExecutorService()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean shutdownExecutorService>;
return v;
}
public void setShutdownExecutorService(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean shutdownExecutorService> = v;
return;
}
public org.apache.camel.processor.aggregate.AggregationStrategy getAggregationStrategy()
{
org.apache.camel.processor.RecipientList v;
org.apache.camel.processor.aggregate.AggregationStrategy v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy>;
return v;
}
public void setAggregationStrategy(org.apache.camel.processor.aggregate.AggregationStrategy)
{
org.apache.camel.processor.RecipientList v;
org.apache.camel.processor.aggregate.AggregationStrategy v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.processor.aggregate.AggregationStrategy;
v.<org.apache.camel.processor.RecipientList: org.apache.camel.processor.aggregate.AggregationStrategy aggregationStrategy> = v;
return;
}
public long getTimeout()
{
org.apache.camel.processor.RecipientList v;
long v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: long timeout>;
return v;
}
public void setTimeout(long)
{
org.apache.camel.processor.RecipientList v;
long v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: long;
v.<org.apache.camel.processor.RecipientList: long timeout> = v;
return;
}
public org.apache.camel.Processor getOnPrepare()
{
org.apache.camel.Processor v;
org.apache.camel.processor.RecipientList v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: org.apache.camel.Processor onPrepare>;
return v;
}
public void setOnPrepare(org.apache.camel.Processor)
{
org.apache.camel.Processor v;
org.apache.camel.processor.RecipientList v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: org.apache.camel.Processor;
v.<org.apache.camel.processor.RecipientList: org.apache.camel.Processor onPrepare> = v;
return;
}
public boolean isShareUnitOfWork()
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: boolean shareUnitOfWork>;
return v;
}
public void setShareUnitOfWork(boolean)
{
org.apache.camel.processor.RecipientList v;
boolean v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: boolean;
v.<org.apache.camel.processor.RecipientList: boolean shareUnitOfWork> = v;
return;
}
public int getCacheSize()
{
int v;
org.apache.camel.processor.RecipientList v;
v := @this: org.apache.camel.processor.RecipientList;
v = v.<org.apache.camel.processor.RecipientList: int cacheSize>;
return v;
}
public void setCacheSize(int)
{
int v;
org.apache.camel.processor.RecipientList v;
v := @this: org.apache.camel.processor.RecipientList;
v := @parameter: int;
v.<org.apache.camel.processor.RecipientList: int cacheSize> = v;
return;
}
static void <clinit>()
{
org.slf4j.Logger v;
v = staticinvoke <org.slf4j.LoggerFactory: org.slf4j.Logger getLogger(java.lang.Class)>(class "Lorg/apache/camel/processor/RecipientList;");
<org.apache.camel.processor.RecipientList: org.slf4j.Logger LOG> = v;
return;
}
}