Atavism Version 2018.1AGIS API

atavism.server.events
Class UnregisterEntityResponseEvent

java.lang.Object
  extended by atavism.server.engine.Event
      extended by atavism.server.events.UnregisterEntityResponseEvent
All Implemented Interfaces:
EventParser

public class UnregisterEntityResponseEvent
extends Event

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

UnregisterEntityResponseEvent

public UnregisterEntityResponseEvent()

UnregisterEntityResponseEvent

public UnregisterEntityResponseEvent(AOObject obj,
                                     boolean status)
was the original request for a portaling obj

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Event

toBytes

public AOByteBuffer toBytes()
Specified by:
toBytes in class Event

parseBytes

public void parseBytes(AOByteBuffer buf)
Description copied from class: Event
load this event from the passed in buffer called by the constructor

Specified by:
parseBytes in interface EventParser
Specified by:
parseBytes in class Event

getStatus

public boolean getStatus()
returns false if the connection is closed


setStatus

public void setStatus(boolean status)


Copyright © 2018 Dragonsan Studios Sp. z o.o.