|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageException | |
---|---|
yawn.io | |
yawn.io.xml |
Uses of StorageException in yawn.io |
---|
Subclasses of StorageException in yawn.io | |
---|---|
class |
DuplicateKeyException
$Id: DuplicateKeyException.java,v 1.3 2005/04/07 17:28:25 supermarti Exp $ |
class |
KeyNotPresentException
$Id: KeyNotPresentException.java,v 1.3 2005/04/07 17:28:25 supermarti Exp $ |
Methods in yawn.io that throw StorageException | |
---|---|
java.lang.Object |
IStorage.get(java.lang.String key)
Retrieves the IPersistent implementor instance that
matches the provided id. |
java.lang.Object[] |
IStorage.getAll()
Retrieves all the instances of IPersistent implementors
present in the underlying storage. |
void |
IStorage.insert(java.lang.Object object,
java.lang.String key)
Inserts an instance of a IPersistent implementor in the
underlying storage. |
void |
IStorage.update(java.lang.Object object,
java.lang.String key)
|
Uses of StorageException in yawn.io.xml |
---|
Methods in yawn.io.xml that throw StorageException | |
---|---|
protected java.lang.Object |
XmlStorage.deSerializeObject(java.io.File file)
|
java.lang.Object |
XmlStorage.get(java.lang.String key)
Returns the object stored in the file named as the key . |
java.lang.Object[] |
XmlStorage.getAll()
Returns all objects in the repository. |
void |
XmlStorage.insert(java.lang.Object object,
java.lang.String key)
|
protected void |
XmlStorage.serializeObject(java.lang.Object object,
java.io.File file)
|
void |
XmlStorage.update(java.lang.Object object,
java.lang.String key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |