|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstorage.framework.AbstractRepository
storage.trans.TransientRepository
This class of Repository represents Nodes and their contents entirely in transient local memory. If the URL naming the repository is of the form memory://audited then the Repository provides change management facilities including Node history and undo. Otherwise, not. Created on Oct 8, 2003
Field Summary |
Fields inherited from class storage.framework.AbstractRepository |
path, services |
Method Summary | |
void |
close()
Close this Repository and release its resources. |
NodeContent.Editor |
createNode(NodeType type)
Open up a shortcut to Node creation for bootstrapping and testing. |
Document |
document(Path abs,
Path rel)
|
Directory |
filesystem()
Access the Directory at the root of the filesystem for this Repository. |
protected Node |
recoverNode(Name nid)
|
java.lang.String |
toString()
|
User |
user()
The currently logged-in user for this Repository. |
Methods inherited from class storage.framework.AbstractRepository |
document, document, documentFormat, existingRepository, getNodeDocument, login, nodeNamed, path, services, setServices, uri, userNamed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public NodeContent.Editor createNode(NodeType type)
protected Node recoverNode(Name nid)
public Directory filesystem()
Repository
public Document document(Path abs, Path rel)
public User user()
Repository
public void close()
Repository
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |