|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageConnection
Method Summary | |
---|---|
void |
close()
TODO comment! |
boolean |
connect()
TODO comment! |
boolean |
executeDELETE(Serializable serializable)
This method deletes the serializable object in the storage. |
int |
executeINSERT(ObjectEntry objectEntry)
This method inserts the objectEntry in the storage
and returns the genereated id resp. |
void |
executeUPDATE(ObjectEntry objectEntry)
This method updates the objectEntry in the storage. |
java.lang.String |
getConnectionIdentifier()
Returns a string that allows the Storage to distinguish different connections in order to avert muliple open connections for the same serializer. |
boolean |
isConnected()
TODO comment! |
Method Detail |
---|
boolean connect()
boolean isConnected()
java.lang.String getConnectionIdentifier()
void close()
int executeINSERT(ObjectEntry objectEntry)
objectEntry
in the storage
and returns the genereated id resp. key.
objectEntry
- Entry to insert
void executeUPDATE(ObjectEntry objectEntry)
objectEntry
in the storage.
objectEntry
- Entry to updateboolean executeDELETE(Serializable serializable)
serializable
object in the storage.
serializable
- Entry to delete
serializable
object has been deleted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |