Serialized Form


Package com.zion.jbuddy

Class com.zion.jbuddy.BuddyImpl extends Object implements Serializable

Serialized Fields

group

String group

id

int id

accountId

int accountId

action

int action

isMobile

boolean isMobile

protocol

int protocol

owner

String owner

name

String name

nick

String nick

type

char type

mspId

int mspId

status

int status

isNormalized

boolean isNormalized

customAwayMessage

String customAwayMessage

idleTimeStamp

Date idleTimeStamp

statusTimeStamp

Date statusTimeStamp

capabilities

Set<E> capabilities

warningPercent

int warningPercent

signOnTimeStamp

Date signOnTimeStamp

jabberResources

Map<K,V> jabberResources

jabberResourceName

String jabberResourceName

Class com.zion.jbuddy.BuddyListImpl extends Object implements Serializable

Serialized Fields

client

com.zion.jbuddy.MsgClientImpl client

listType

int listType

name

String name

version

int version

buddyGroups

Vector<E> buddyGroups

logger

com.zion.utils.Logger logger

Class com.zion.jbuddy.Capability extends Object implements Serializable

Serialized Fields

id

String id

name

String name

Class com.zion.jbuddy.ClientLogFile extends File implements Serializable

Class com.zion.jbuddy.MessageImpl extends Object implements Serializable

Serialized Fields

richContent

RichContent richContent

richContentDecoder

com.zion.jbuddy.richcontent.RichContentDecoder richContentDecoder

isPlainTextMode

boolean isPlainTextMode

messageId

int messageId

protocol

int protocol

type

int type

sender

String sender

senderNickname

String senderNickname

recipient

String recipient

message

String message

timeStamp

Date timeStamp

seqNum

int seqNum

isAutoResponse

boolean isAutoResponse

Package com.zion.jbuddy.conference

Class com.zion.jbuddy.conference.ConferenceEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

exception

Exception exception

buddy

IBuddy buddy

message

IMessage message

declineMessage

String declineMessage

Class com.zion.jbuddy.conference.ConferenceServiceEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

buddy

IBuddy buddy

conference

IConference conference

invitationMessage

String invitationMessage

Package com.zion.jbuddy.filetransfer

Class com.zion.jbuddy.filetransfer.FileSessionEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

exception

Exception exception

message

String message

Class com.zion.jbuddy.filetransfer.FileSessionInvitationEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

fileSession

IFileSession fileSession

Package com.zion.jbuddy.msn

Class com.zion.jbuddy.msn.MsnActivityServiceEvent extends EventObject implements Serializable

Serialized Fields

session

IMsnActivitySession session

Class com.zion.jbuddy.msn.MsnActivitySessionEvent extends EventObject implements Serializable

Serialized Fields

exception

Exception exception

command

String command

Class com.zion.jbuddy.msn.MsnMessageImpl extends com.zion.jbuddy.MessageImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

format

com.zion.jbuddy.msn.XMmsImFormat format

Package com.zion.jbuddy.richcontent

Class com.zion.jbuddy.richcontent.AIMRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

backgroundColor

int backgroundColor

lastBrOffset

int lastBrOffset

offset

int offset

states

LinkedList<E> states

Class com.zion.jbuddy.richcontent.AIMRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Serialized Fields

states

Stack<E> states

strict

boolean strict

Class com.zion.jbuddy.richcontent.HTMLRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

htmlParser

com.zion.jbuddy.richcontent.HTMLParser htmlParser

Class com.zion.jbuddy.richcontent.ICQRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

pbr

PushbackReader pbr

defaultCharset

String defaultCharset

textBuffer

StringBuffer textBuffer

contentDestination

com.zion.jbuddy.richcontent.ICQRichContentDecoder.ContentDestination contentDestination

colorTable

Map<K,V> colorTable

fontTable

Map<K,V> fontTable

defaultFontNumber

int defaultFontNumber

level

int level

nCharsToSkip

int nCharsToSkip

state

com.zion.jbuddy.richcontent.ICQRichContentDecoder.State state

stateStack

Stack<E> stateStack

lastToken

int lastToken

ignoreText

boolean ignoreText

c

char c

Class com.zion.jbuddy.richcontent.ICQRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Serialized Fields

colorTable

List<E> colorTable

fontTable

List<E> fontTable

bodyWriter

CharArrayWriter bodyWriter

rtfBodyWriter

com.zion.jbuddy.richcontent.ICQRichContentEncoder.RTFWriter rtfBodyWriter

Class com.zion.jbuddy.richcontent.IRCRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

reader

PushbackReader reader

textBuffer

StringBuffer textBuffer

Class com.zion.jbuddy.richcontent.IRCRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Class com.zion.jbuddy.richcontent.MSNRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Class com.zion.jbuddy.richcontent.MSNRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Serialized Fields

attributes

com.zion.jbuddy.richcontent.MSNRichContentEncoder.Attributes attributes

Class com.zion.jbuddy.richcontent.RichContent extends Object implements Serializable

Serialized Fields

segments

LinkedList<E> segments

segment

com.zion.jbuddy.richcontent.RichContentSegment segment

Class com.zion.jbuddy.richcontent.RichContentDecoder extends Object implements Serializable

Serialized Fields

richContent

RichContent richContent

string

String string

Class com.zion.jbuddy.richcontent.RichContentEncoder extends Object implements Serializable

Serialized Fields

richContent

RichContent richContent

writer

Writer writer

segment

com.zion.jbuddy.richcontent.RichContentSegment segment

color

int color

backgroundColor

int backgroundColor

font

String font

fontSize

int fontSize

url

String url

styles

BitSet styles

Class com.zion.jbuddy.richcontent.RichContentSegment extends Object implements Serializable

Serialized Fields

text

String text

type

int type

styles

BitSet styles

color

int color

backgroundColor

int backgroundColor

font

String font

fontSize

int fontSize

url

String url

Class com.zion.jbuddy.richcontent.RichContentTokenizer extends Object implements Serializable

Serialized Fields

urlParser

com.zion.utils.URLParser urlParser

urlParserCallback

com.zion.jbuddy.richcontent.RichContentTokenizer.URLParserCallback urlParserCallback

iterator

Iterator<E> iterator

tokens

List<E> tokens

segment

com.zion.jbuddy.richcontent.RichContentSegment segment

count

int count

text

String text

color

int color

backgroundColor

int backgroundColor

font

String font

fontSize

int fontSize

url

String url

styles

BitSet styles

Class com.zion.jbuddy.richcontent.XHTMLRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

documentBuilder

DocumentBuilder documentBuilder

htmlParser

com.zion.jbuddy.richcontent.HTMLParser htmlParser

trimWhitespace

boolean trimWhitespace

Class com.zion.jbuddy.richcontent.XHTMLRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Serialized Fields

states

Stack<E> states

hyperlinkTarget

String hyperlinkTarget

Class com.zion.jbuddy.richcontent.XMLRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

trimWhitespace

boolean trimWhitespace

validating

boolean validating

documentBuilder

DocumentBuilder documentBuilder

saxParser

SAXParser saxParser

states

Stack<E> states

wantNextParagraph

boolean wantNextParagraph

Class com.zion.jbuddy.richcontent.XMLRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Serialized Fields

states

Stack<E> states

Class com.zion.jbuddy.richcontent.YIMANSIRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

commandBuffer

StringBuffer commandBuffer

textBuffer

StringBuffer textBuffer

Class com.zion.jbuddy.richcontent.YIMRichContentDecoder extends com.zion.jbuddy.richcontent.RichContentDecoder implements Serializable

Serialized Fields

states

LinkedList<E> states

Class com.zion.jbuddy.richcontent.YIMRichContentEncoder extends com.zion.jbuddy.richcontent.RichContentEncoder implements Serializable

Serialized Fields

fontBuffer

StringBuffer fontBuffer



JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2012 Zion Software, LLC All Rights Reserved.