public class RegisterEntityResponseEvent extends Event
| Constructor and Description |
|---|
RegisterEntityResponseEvent() |
RegisterEntityResponseEvent(AOByteBuffer buf,
ClientConnection con) |
RegisterEntityResponseEvent(AOObject obj,
boolean status,
boolean portalRequest)
was the original request for a portaling obj
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
java.lang.String |
getName() |
boolean |
getStatus()
returns false if the connection is closed
|
boolean |
isPortal() |
void |
isPortal(boolean flag) |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setData(byte[] data) |
void |
setStatus(boolean status) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic RegisterEntityResponseEvent()
public RegisterEntityResponseEvent(AOByteBuffer buf, ClientConnection con)
public RegisterEntityResponseEvent(AOObject obj, boolean status, boolean portalRequest)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic byte[] getData()
public void setData(byte[] data)
public boolean getStatus()
public void setStatus(boolean status)
public void isPortal(boolean flag)
public boolean isPortal()