|
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.AuxItem
Aux-Item, a LysKOM data type introduced in version 10. An Aux-Item can be attached to a conference or a text, tagging it with information otherwise not covered by the protocol. LatteKOM has limited, but existing, support for Aux-Items.
Field Summary | |
static int |
flagDeleted
|
static int |
flagDontGarb
|
static int |
flagHideCreator
|
static int |
flagInherit
|
static int |
flagReserved2
|
static int |
flagReserved3
|
static int |
flagReserved4
|
static int |
flagSecret
|
static int |
ITEM_SIZE
|
static int |
tagContentType
|
static int |
tagCreatingSoftware
|
static int |
tagCrossReference
|
static int |
tagFaqText
|
static int |
tagFastReply
|
static int |
tagMxAuthor
|
static int |
tagMxCc
|
static int |
tagMxDate
|
static int |
tagMxFrom
|
static int |
tagMxInReplyTo
|
static int |
tagMxMessageId
|
static int |
tagMxMimePartIn
|
static int |
tagMxMisc
|
static int |
tagMxReplyTo
|
static int |
tagMxTo
|
static int |
tagNoComments
|
static int |
tagPersonalComment
|
Constructor Summary | |
AuxItem(int tag,
nu.dll.lyskom.Bitstring flags,
int inheritLimit,
nu.dll.lyskom.Hollerith data)
Constructor used to create new AuxItem objects for RPC calls. |
|
AuxItem(int no,
int tag,
int creator,
nu.dll.lyskom.KomTime createdAt,
nu.dll.lyskom.Bitstring flags,
int inheritLimit,
nu.dll.lyskom.Hollerith data)
Constructor used to create new AuxItem objects for RPC calls. |
Method Summary | |
static int |
countAuxItems(nu.dll.lyskom.AuxItem[] auxItems)
Counts the number of AuxItems in an array, skipping null entries. |
nu.dll.lyskom.KomTime |
getCreatedAt()
Returns the time at which this Aux-Item was created. |
int |
getCreator()
Returns this Aux-Item's creator. |
nu.dll.lyskom.Hollerith |
getData()
Returns the data contained in this Aux-Item |
java.lang.String |
getDataString()
Returns the data as a String, translated according to Hollerith.getContentString() |
int |
getInheritLimit()
Returns the inheritance limit for this Aux-Item. |
int |
getNo()
Returns this specific Aux-Item's number. |
int |
getTag()
Returns this Aux-Item's tag. |
java.lang.String |
toString()
|
nu.dll.lyskom.KomToken |
toToken()
Uses the data in this AuxItem object to construct an Aux-Item-Input token that can be used in RPC calls to the servern. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int tagContentType
public static final int tagFastReply
public static final int tagCrossReference
public static final int tagNoComments
public static final int tagPersonalComment
public static final int tagFaqText
public static final int tagCreatingSoftware
public static final int tagMxAuthor
public static final int tagMxFrom
public static final int tagMxReplyTo
public static final int tagMxTo
public static final int tagMxCc
public static final int tagMxDate
public static final int tagMxMessageId
public static final int tagMxInReplyTo
public static final int tagMxMisc
public static final int tagMxMimePartIn
public static final int flagDeleted
public static final int flagInherit
public static final int flagSecret
public static final int flagHideCreator
public static final int flagDontGarb
public static final int flagReserved2
public static final int flagReserved3
public static final int flagReserved4
public static final int ITEM_SIZE
Constructor Detail |
public AuxItem(int tag, nu.dll.lyskom.Bitstring flags, int inheritLimit, nu.dll.lyskom.Hollerith data)
public AuxItem(int no, int tag, int creator, nu.dll.lyskom.KomTime createdAt, nu.dll.lyskom.Bitstring flags, int inheritLimit, nu.dll.lyskom.Hollerith data)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public int getNo()
public int getTag()
public int getCreator()
public nu.dll.lyskom.KomTime getCreatedAt()
public int getInheritLimit()
public nu.dll.lyskom.Hollerith getData()
public java.lang.String getDataString()
Hollerith.getContentString()
public nu.dll.lyskom.KomToken toToken()
toToken
in interface Tokenizable
public static int countAuxItems(nu.dll.lyskom.AuxItem[] auxItems)
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |