atavism.server.events
Class LoginEvent
java.lang.Object
atavism.server.engine.Event
atavism.server.events.LoginEvent
- All Implemented Interfaces:
- EventParser
public class LoginEvent
- extends Event
this client is logging into the server (proxy usually)
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 |
LoginEvent
public LoginEvent()
LoginEvent
public LoginEvent(AOByteBuffer buf,
ClientConnection con)
LoginEvent
public LoginEvent(AOObject obj)
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
setOid
public void setOid(OID id)
getOid
public OID getOid()
setVersion
public void setVersion(java.lang.String version)
getVersion
public java.lang.String getVersion()