|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.pss.connector.memory.MemoryWrapper
public class MemoryWrapper
This class provides a way to translate Storage Type and Home for a memory persistance.
Constructor Summary | |
---|---|
MemoryWrapper(PsdlCompilerProperties pcp)
Constructor |
Method Summary | |
---|---|
void |
map_catalog_for_session_pool(java.io.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(java.io.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(java.io.File into,
psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure. |
void |
map_catalog(java.io.File into,
psdlCatalog cat)
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryWrapper(PsdlCompilerProperties pcp)
Method Detail |
---|
public void map_storagetype(java.io.File into, psdlStorageType st)
map_storagetype
in interface PsdlWrapper
public void map_storagehome(java.io.File into, psdlStorageHome sh)
map_storagehome
in interface PsdlWrapper
public void map_catalog(java.io.File into, psdlCatalog cat)
map_catalog
in interface PsdlWrapper
public void map_catalog_for_session(java.io.File into, psdlCatalog cat)
public void map_catalog_for_transactional_session(java.io.File into, psdlCatalog cat)
public void map_catalog_for_session_pool(java.io.File into, psdlCatalog cat)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |