SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.structures
Interface IStructureFactory


public interface IStructureFactory

The interface IStructureFactory is used for creating the execution.structures structures objects. For example structures that implement the IRecordSet or IRecord can be retrieved using the IStructureFactory. This simplifies for the connector user the creation of complex structures.

Version:
1.0

Method Summary
 java.lang.Object getStructure(int structureType)
          returns a structure of the type requested
 java.lang.Object getStructure(IStructure structureMetaData)
          returns an execution structure of the metadata structure requested
 

Method Detail

getStructure

public java.lang.Object getStructure(int structureType)
                              throws ConnectorException
returns a structure of the type requested
Parameters:
structureType - the code of the type requested
Returns:
Object of the type requested

getStructure

public java.lang.Object getStructure(IStructure structureMetaData)
                              throws ConnectorException
returns an execution structure of the metadata structure requested
Parameters:
structureMetaData - the metadata of the structure to create
Returns:
Object of the structure requested

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.