|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.engine.Event
atavism.server.events.SaveEvent
public class SaveEvent
tells the server to save all persistent objects
Constructor Summary | |
---|---|
SaveEvent()
|
|
SaveEvent(AOByteBuffer buf,
ClientConnection con)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer called by the constructor |
AOByteBuffer |
toBytes()
|
Methods inherited from class atavism.server.engine.Event |
---|
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SaveEvent()
public SaveEvent(AOByteBuffer buf, ClientConnection con)
Method Detail |
---|
public java.lang.String getName()
getName
in class Event
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event
public AOByteBuffer toBytes()
toBytes
in class Event
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |