Package com.thortech.xl.ejb.beansimpl


package com.thortech.xl.ejb.beansimpl
  • Classes
    Class
    Description
    Server-side API class for Exports using Deployment Manager The APIs will be called in following order: findObjects : Find objects to be exported getExportXML(objectCollection, description) : Get the xml by passing the object collection
    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