public class LogoutResponseEvent extends Event
| Constructor and Description |
|---|
LogoutResponseEvent() |
LogoutResponseEvent(AOByteBuffer buf,
ClientConnection con) |
LogoutResponseEvent(AOObject obj,
boolean successStatus) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
getSuccessStatus() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setSuccessStatus(boolean status) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic LogoutResponseEvent()
public LogoutResponseEvent(AOByteBuffer buf, ClientConnection con)
public LogoutResponseEvent(AOObject obj, boolean successStatus)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic void setSuccessStatus(boolean status)
public boolean getSuccessStatus()