org.openorb.pss.connector.memory
public class MemoryWrapper extends Object implements PsdlWrapper
Constructor Summary | |
---|---|
MemoryWrapper(PsdlCompilerProperties pcp)
Constructor |
Method Summary | |
---|---|
void | map_catalog(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate
Catalog structure. |
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. |
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. |
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. |
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. |
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. |