public class UnregisterEntityResponseEvent extends Event
| Constructor and Description |
|---|
UnregisterEntityResponseEvent() |
UnregisterEntityResponseEvent(AOObject obj,
boolean status)
was the original request for a portaling obj
|
| Modifier and Type | Method and Description |
|---|---|
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() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic UnregisterEntityResponseEvent()
public UnregisterEntityResponseEvent(AOObject obj, boolean status)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic boolean getStatus()
public void setStatus(boolean status)