org.openorb.pss.wrapper
Interface PsdlWrapper

All Known Implementing Classes:
DatabaseWrapper, FileWrapper, MemoryWrapper

public interface PsdlWrapper

This interface defines a wrapper that will be called by the PSDL to Java generator in order to translate storage home and storage type.

Author:
Jerome Daniel

Method Summary
 void map_catalog(java.io.File into, psdlCatalog sh)
          This operation will be called by the PSDL to Java generator in order to translate Catalog structure.
 void map_storagehome(java.io.File into, psdlStorageHome sh)
          This operation will be called by the PSDL to Java generator in order to translate Storage Home structure.
 void map_storagetype(java.io.File into, psdlStorageType st)
          This operation will be called by the PSDL to Java generator in order to translate Storage Type structure.
 

Method Detail

map_storagetype

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


map_storagehome

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


map_catalog

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