org.openorb.pss.connector.file

Class FileWrapper

public class FileWrapper extends Object implements PsdlWrapper

This class provides a way to translate Storage Type and Home for a file persistance.

Author: Jerome Daniel

Constructor Summary
FileWrapper(PsdlCompilerProperties pcp)
Constructor
Method Summary
voidmap_catalog(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.
voidmap_catalog_for_session(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.
voidmap_catalog_for_session_pool(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.
voidmap_catalog_for_transactional_session(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.
voidmap_storagehome(File into, psdlStorageHome sh)
This operation will be called by the PSDL to Java generator in order to translate Storage Home structure.
voidmap_storagetype(File into, psdlStorageType st)
This operation will be called by the PSDL to Java generator in order to translate Storage Type structure.

Constructor Detail

FileWrapper

public FileWrapper(PsdlCompilerProperties pcp)
Constructor

Method Detail

map_catalog

public void map_catalog(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.

map_catalog_for_session

public void map_catalog_for_session(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.

map_catalog_for_session_pool

public void map_catalog_for_session_pool(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.

map_catalog_for_transactional_session

public void map_catalog_for_transactional_session(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.

map_storagehome

public void map_storagehome(File into, psdlStorageHome sh)
This operation will be called by the PSDL to Java generator in order to translate Storage Home structure.

map_storagetype

public void map_storagetype(File into, psdlStorageType st)
This operation will be called by the PSDL to Java generator in order to translate Storage Type structure.