|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| 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 |
public java.lang.Object getStructure(int structureType)
throws ConnectorException
structureType - the code of the type requested
public java.lang.Object getStructure(IStructure structureMetaData)
throws ConnectorException
structureMetaData - the metadata of the structure to create
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||