routines.system.api
Interface TalendESBJobFactory


public interface TalendESBJobFactory

A factory interface to create to create specific kind of TalendESBJob. The factor allows the Talend Runtime to create several instances of the job and to enable concurrent access.


Method Summary
 TalendESBJob newTalendESBJob()
          Creates a new TalendESBJob.
 

Method Detail

newTalendESBJob

TalendESBJob newTalendESBJob()
Creates a new TalendESBJob. All instances returned must be different and of the same type.

Returns:
a new ESBEndpointInfo instance, must not be null.


Copyright © 2011-2013 Talend Inc.. All Rights Reserved.