|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.javamud.data.Storage
Generic data storage class.
Field Summary | |
Set |
archiveQueue
Set of MudObjects that the writer should also write out. |
Set |
containedIdentities
Set of Identity Strings representing contained objects. |
String |
containerIdentity
Identity String of container object. |
String |
identity
Identity String of this object. |
PersistentProperties |
properties
Properties for this object. |
String |
type
Use this.setType(MudObject) to set. |
Constructor Summary | |
Storage()
|
Method Summary | |
void |
queue(MudObject mo)
Add mo to archiveQueue |
void |
setType(MudObject mo)
Sets the type attribute of the Storage object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Set archiveQueue
public Set containedIdentities
public String containerIdentity
public String identity
public PersistentProperties properties
public String type
Constructor Detail |
public Storage()
Method Detail |
public void queue(MudObject mo)
mo
- MudObject that should be archived.public void setType(MudObject mo)
mo
- The MudObject to get the type from
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |