|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nu.dll.lyskom.Person
Method Summary | |
static nu.dll.lyskom.Person |
createFrom(int persNo,
nu.dll.lyskom.RpcReply reply)
Creates a person object out of an RpcReply containing the reply to a get-person-stat call. |
int |
getCreatedBytes()
Returns the total number of text bytes this person has produced. |
int |
getCreatedConferences()
Returns the number of conferences created by this person. |
int |
getCreatedLines()
Returns the total number of text lines this person has produced. |
int |
getCreatedPersons()
Returns the number of persons this person has created. |
int |
getFirstCreatedLocalNo()
From the spec: "The local number of the earliest article written by the person. |
nu.dll.lyskom.Bitstring |
getFlags()
Returns this person's flags. |
nu.dll.lyskom.KomTime |
getLastLogin()
Returns a KomTime object representing when this person last logged onto the LysKOM server. |
int |
getNo()
Returns the number of this person. |
int |
getNoOfConfs()
Returns the number of conferences this person is a member of. |
int |
getNoOfCreatedTexts()
Returns the number of texts created by this person. |
int |
getNoOfMarks()
Returns the number of text-marks this person holds. |
int |
getNoOfTextFetches()
Returns the total number of text fetches this person has done. |
nu.dll.lyskom.Bitstring |
getPrivileges()
Returns this person's previlege flags. |
int |
getReadTexts()
Returns the total number of texts read by this person. |
int |
getSessions()
Returns the total number of sessions this person has initiated. |
int |
getTotalTimePresent()
Returns the total number of seconds this person has been logged onto the LysKOM server. |
nu.dll.lyskom.UConference |
getUConference()
Returns the UConference object representing this person's letterbox. |
int |
getUserArea()
Returns the text number containing this person's user area. |
byte[] |
getUsername()
Returns the username of this person. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getNo()
public nu.dll.lyskom.UConference getUConference()
public byte[] getUsername()
public nu.dll.lyskom.Bitstring getPrivileges()
public nu.dll.lyskom.Bitstring getFlags()
public nu.dll.lyskom.KomTime getLastLogin()
public int getUserArea()
public int getTotalTimePresent()
public int getSessions()
public int getCreatedLines()
public int getCreatedBytes()
public int getReadTexts()
public int getNoOfTextFetches()
public int getCreatedPersons()
public int getCreatedConferences()
public int getFirstCreatedLocalNo()
public int getNoOfCreatedTexts()
public int getNoOfMarks()
public int getNoOfConfs()
public static nu.dll.lyskom.Person createFrom(int persNo, nu.dll.lyskom.RpcReply reply)
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |