|
|||||||||
| 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.UnregisterEntityResponseEvent
public class UnregisterEntityResponseEvent
we are responding to a unregisterentity event
| Constructor Summary | |
|---|---|
UnregisterEntityResponseEvent()
|
|
UnregisterEntityResponseEvent(AOObject obj,
boolean status)
was the original request for a portaling obj |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
boolean |
getStatus()
returns false if the connection is closed |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer called by the constructor |
void |
setStatus(boolean status)
|
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 UnregisterEntityResponseEvent()
public UnregisterEntityResponseEvent(AOObject obj,
boolean status)
| Method Detail |
|---|
public java.lang.String getName()
getName in class Eventpublic AOByteBuffer toBytes()
toBytes in class Eventpublic void parseBytes(AOByteBuffer buf)
Event
parseBytes in interface EventParserparseBytes in class Eventpublic boolean getStatus()
public void setStatus(boolean status)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||