aeInstancePool = aPool;
}
public PrimitiveServiceInfo getServiceInfo() {
if (serviceInfo == null) {
serviceInfo = new PrimitiveServiceInfo(isCasMultiplier(), this);
serviceInfo.setServiceKey(delegateKey);
}
if (isTopLevelComponent() && getInputChannel() != null) {
serviceInfo.setInputQueueName(getInputChannel().getServiceInfo().getInputQueueName());
serviceInfo.setBrokerURL(super.getBrokerURL());