public class LoginEvent extends Event
Constructor and Description |
---|
LoginEvent() |
LoginEvent(AOByteBuffer buf,
ClientConnection con) |
LoginEvent(AOObject obj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
OID |
getOid() |
java.lang.String |
getVersion() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setOid(OID id) |
void |
setVersion(java.lang.String version) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
public LoginEvent()
public LoginEvent(AOByteBuffer buf, ClientConnection con)
public LoginEvent(AOObject obj)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event
public void setOid(OID id)
public OID getOid()
public void setVersion(java.lang.String version)
public java.lang.String getVersion()