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, toStringpublic LoginEvent()
public LoginEvent(AOByteBuffer buf, ClientConnection con)
public LoginEvent(AOObject obj)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic void setOid(OID id)
public OID getOid()
public void setVersion(java.lang.String version)
public java.lang.String getVersion()