|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nodal.Nodal.DriverBase
storage.trans.TransientDriver
This RepositoryDriver creates and manages instances of TransientRepository which represents Nodes and data entirely in transient memory. Created on Oct 8, 2003
Method Summary | |
boolean |
accepts(Path p)
We can only create a TransientRepository instance if its name has the prefix memory://transient or memory://audited |
java.lang.String |
description()
Return a description of this RepositoryDriver. |
Repository |
openRepository(Path path)
Open (or reopen) one of the supported repositories. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String description()
RepositoryDriver
public boolean accepts(Path p)
p
- an absolute Path that identifies a Repository
public Repository openRepository(Path path)
path
- a Path for an object contained within a Repository handled
by this driver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |