|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessorSafe<ObjectType extends Serializable>
Data accessor has the ability to extract and put data in/from the DataManager
| Method Summary | |
|---|---|
ObjectType |
getContent()
|
void |
readSafe(DataPacketSafe<ObjectType> packet)
read data from a DataPacket in safe mode |
void |
safeWrite(DataPacketSafe<ObjectType> packet)
write data to the DataPacket in safe mode |
void |
setContent(ObjectType object)
|
| Methods inherited from interface org.keridwen.core.data.storage.packet.Accessor |
|---|
getDataTypes, getId, getMode |
| Method Detail |
|---|
void readSafe(DataPacketSafe<ObjectType> packet)
throws DataIOException,
DataConcurrencyException
DataIOException
DataConcurrencyException
void safeWrite(DataPacketSafe<ObjectType> packet)
throws DataIOException,
DataConcurrencyException
DataIOException
DataConcurrencyExceptionObjectType getContent()
void setContent(ObjectType object)
object - the object to set in this accessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||