atavism.server.events
Class AuthorizedLoginEvent
java.lang.Object
   atavism.server.engine.Event
atavism.server.engine.Event
       atavism.server.events.AuthorizedLoginEvent
atavism.server.events.AuthorizedLoginEvent
- All Implemented Interfaces: 
- EventParser
- public class AuthorizedLoginEvent 
- 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 | 
 
AuthorizedLoginEvent
public AuthorizedLoginEvent()
AuthorizedLoginEvent
public AuthorizedLoginEvent(AOByteBuffer buf,
                            ClientConnection con)
AuthorizedLoginEvent
public AuthorizedLoginEvent(AOObject obj)
getName
public java.lang.String getName()
- 
- Specified by:
- getNamein class- Event
 
- 
 
toBytes
public AOByteBuffer toBytes()
- 
- Specified by:
- toBytesin 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:
- parseBytesin interface- EventParser
- Specified by:
- parseBytesin 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()
- 
 
setWorldToken
public void setWorldToken(AOByteBuffer worldToken)
- 
 
getWorldToken
public AOByteBuffer getWorldToken()
-