|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface component to the ODMG Implementation. It is used to get the ODMG Implementation object to interact with object database through ODMG API.
Field Summary | |
static String |
ROLE
The ROLE |
Method Summary | |
org.odmg.Implementation |
getInstance()
Get a ODMG Instance with default settings. |
org.odmg.Implementation |
getInstance(int mode)
Get a ODMG Instance with a default connection definition and a Database operation mode. |
org.odmg.Implementation |
getInstance(String connection)
Get a ODMG Instance with a specific connection definition. |
org.odmg.Implementation |
getInstance(String connection,
int mode)
Get a ODMG Instance with a specific connection definition and a Database operation mode. |
Field Detail |
public static final String ROLE
Method Detail |
public org.odmg.Implementation getInstance() throws org.odmg.ODMGException
org.odmg.ODMGException
- DOCUMENT ME!public org.odmg.Implementation getInstance(String connection) throws org.odmg.ODMGException
connection
- The connection name to be used (OJB specific connection name)
org.odmg.ODMGException
- DOCUMENT ME!public org.odmg.Implementation getInstance(String connection, int mode) throws org.odmg.ODMGException
connection
- The connection name to be used (OJB specific connection name)mode
- The Database operation mode
org.odmg.ODMGException
- DOCUMENT ME!public org.odmg.Implementation getInstance(int mode) throws org.odmg.ODMGException
mode
- The Database operation mode
org.odmg.ODMGException
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |