RSE
Release 1.0

org.eclipse.rse.persistence.dom
Interface IRSEDOMImporter


public interface IRSEDOMImporter


Method Summary
 IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode)
          Restore the connector service represented by connectorServiceNode
 ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode systemFilterNode)
           
 ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode systemFilterPoolNode)
          Restore the filter pool represented by the node
 ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subSystem, RSEDOMNode systemFilterPoolReferenceNode)
           
 ISystemFilterString restoreFilterString(ISystemFilter filter, RSEDOMNode systemFilterStringNode)
           
 IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode)
          Restores the host represented by hostNode
 ISystemProfile restoreProfile(ISystemProfileManager profileManager, RSEDOM dom)
          Restores the profile represented by dom
 IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode)
          Restores the property set represented by propertySetNode
 IServerLauncherProperties restoreServerLauncher(IConnectorService service, RSEDOMNode serverLauncherNode, IServerLauncherProperties slproperties)
           
 ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode)
          Restores the subsystem represented by subSystemNode
 

Method Detail

restoreProfile

public ISystemProfile restoreProfile(ISystemProfileManager profileManager,
                                     RSEDOM dom)
Restores the profile represented by dom

Parameters:
profileManager -
dom -
Returns:
the restored profile

restoreHost

public IHost restoreHost(ISystemProfile profile,
                         RSEDOMNode hostNode)
Restores the host represented by hostNode


restoreConnectorService

public IConnectorService restoreConnectorService(IHost host,
                                                 RSEDOMNode connectorServiceNode)
Restore the connector service represented by connectorServiceNode


restoreServerLauncher

public IServerLauncherProperties restoreServerLauncher(IConnectorService service,
                                                       RSEDOMNode serverLauncherNode,
                                                       IServerLauncherProperties slproperties)

restoreSubSystem

public ISubSystem restoreSubSystem(IHost host,
                                   RSEDOMNode subSystemNode)
Restores the subsystem represented by subSystemNode


restoreFilter

public ISystemFilter restoreFilter(ISystemFilterPool filterPool,
                                   RSEDOMNode systemFilterNode)

restoreFilterPool

public ISystemFilterPool restoreFilterPool(ISystemProfile profile,
                                           RSEDOMNode systemFilterPoolNode)
Restore the filter pool represented by the node


restoreFilterPoolReference

public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subSystem,
                                                             RSEDOMNode systemFilterPoolReferenceNode)

restoreFilterString

public ISystemFilterString restoreFilterString(ISystemFilter filter,
                                               RSEDOMNode systemFilterStringNode)

restorePropertySet

public IPropertySet restorePropertySet(IRSEModelObject modelObject,
                                       RSEDOMNode propertySetNode)
Restores the property set represented by propertySetNode


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.