RelayConstants.RELAY_TRANSPORT_WORKER_POOL);
if (obj != null) {
workerPool = (WorkerPool) obj;
}
targetConfiguration = new TargetConfiguration(configurationContext,
transportOutDescription, workerPool);
targetConfiguration.build();
configurationContext.setProperty(RelayConstants.RELAY_TRANSPORT_WORKER_POOL,
targetConfiguration.getWorkerPool());