Class tcImportOperationsBean

java.lang.Object
Thor.API.Base.tcBaseUtility
com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
All Implemented Interfaces:
com.thortech.xl.dataobj.tcErrorReceiver, com.thortech.xl.orb.api.operations._tcUtilityIntfOperations, com.thortech.xl.server.tcOrbServerObject, Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean, tcUtilityOperationsIntf, tcImportOperationsIntf

public class tcImportOperationsBean extends tcBaseUtility implements javax.ejb.SessionBean, tcImportOperationsIntf
Server-side API class for Imports using Deployment Manager The APIs will be called in following order:
  • acquireLock(true) : Acquires Lock
  • addXMLFile(xmlFileName, fileContents) : Get collection to pass to performImport API
  • performImport(collection) : Performs import with collection returned by addXMLFile API
Author:
evandana
See Also: