Wildfire 3.2.4 Javadoc

Serialized Form


Package org.jivesoftware.admin

Class org.jivesoftware.admin.SidebarTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

css

String css

currentcss

String currentcss

headercss

String headercss

subsidebarTag

SubSidebarTag subsidebarTag

Class org.jivesoftware.admin.SubSidebarTag extends SidebarTag implements Serializable

Serialized Fields

parent

SidebarTag parent

body

String body

Class org.jivesoftware.admin.TabsTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bean

String bean

css

String css

currentcss

String currentcss

Package org.jivesoftware.util

Class org.jivesoftware.util.AlreadyExistsException extends Exception implements Serializable

Class org.jivesoftware.util.ByteFormat extends Format implements Serializable

Class org.jivesoftware.util.ConcurrentHashSet extends AbstractSet<E> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HashSet instance from a stream (that is, deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class org.jivesoftware.util.FaviconServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

defaultBytes

byte[] defaultBytes
Bytes of the default favicon to return when one was not found on a host.


client

org.apache.commons.httpclient.HttpClient client
Pool of HTTP connections to use to get the favicons


missesCache

Cache<K,V> missesCache
Cache the domains that a favicon was not found.


hitsCache

Cache<K,V> hitsCache
Cache the favicons that we've found.

Class org.jivesoftware.util.NotFoundException extends Exception implements Serializable


Package org.jivesoftware.util.log

Class org.jivesoftware.util.log.ContextMap extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Helper method that sets context to read-only after de-serialization.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

m_parent

ContextMap m_parent

m_map

Map<K,V> m_map

Class org.jivesoftware.util.log.LogEvent extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Helper method that replaces deserialized priority with correct singleton.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

m_category

String m_category

m_message

String m_message

m_throwable

Throwable m_throwable

m_time

long m_time

m_priority

Priority m_priority

m_contextMap

ContextMap m_contextMap

Class org.jivesoftware.util.log.Priority extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Helper method that replaces deserialized object with correct singleton.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

m_name

String m_name

m_priority

int m_priority

Package org.jivesoftware.wildfire

Class org.jivesoftware.wildfire.ChannelNotFoundException extends RuntimeException implements Serializable

Class org.jivesoftware.wildfire.PacketException extends RuntimeException implements Serializable

Class org.jivesoftware.wildfire.Permissions extends Object implements Serializable

Serialized Fields

permissions

long permissions
A long holding permission values. We use the bits in the number to extract up to 63 different permissions.

Class org.jivesoftware.wildfire.RemoteConnectionFailedException extends Exception implements Serializable

Class org.jivesoftware.wildfire.SessionNotFoundException extends Exception implements Serializable

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.SharedGroupException extends Exception implements Serializable


Package org.jivesoftware.wildfire.auth

Class org.jivesoftware.wildfire.auth.UnauthenticatedException extends Exception implements Serializable

Class org.jivesoftware.wildfire.auth.UnauthorizedException extends Exception implements Serializable


Package org.jivesoftware.wildfire.container

Class org.jivesoftware.wildfire.container.PluginIconServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.jivesoftware.wildfire.container.PluginServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.jivesoftware.wildfire.filetransfer

Class org.jivesoftware.wildfire.filetransfer.FileTransfer extends Object implements Serializable

Serialized Fields

sessionID

String sessionID

initiator

String initiator

target

String target

fileName

String fileName

fileSize

long fileSize

mimeType

String mimeType

progress

FileTransferProgress progress

Class org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

rejectionMessage

String rejectionMessage
Text to include in a message that will be sent to the sender of the packet that got rejected. If no text is specified then no message will be sent to the user.


Package org.jivesoftware.wildfire.filetransfer.proxy

Class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer extends Object implements Serializable

Serialized Fields

initiator

String initiator

inputStream

InputStream inputStream

outputStream

OutputStream outputStream

target

String target

transferDigest

String transferDigest

streamID

String streamID

future

Future<V> future

amountWritten

long amountWritten

Package org.jivesoftware.wildfire.group

Class org.jivesoftware.wildfire.group.Group extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

description

String description

properties

Map<K,V> properties

members

Set<E> members

administrators

Set<E> administrators

Class org.jivesoftware.wildfire.group.GroupAlreadyExistsException extends Exception implements Serializable

Class org.jivesoftware.wildfire.group.GroupNotFoundException extends Exception implements Serializable


Package org.jivesoftware.wildfire.http

Class org.jivesoftware.wildfire.http.FlashCrossDomainServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.jivesoftware.wildfire.http.HttpBindException extends Exception implements Serializable

Serialized Fields

shouldCloseSession

boolean shouldCloseSession

httpError

int httpError

Class org.jivesoftware.wildfire.http.HttpBindServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

sessionManager

HttpSessionManager sessionManager

localReader

ThreadLocal<T> localReader

Class org.jivesoftware.wildfire.http.HttpConnectionClosedException extends Exception implements Serializable

Class org.jivesoftware.wildfire.http.ResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

boolean debug

disableCompression

boolean disableCompression

Package org.jivesoftware.wildfire.interceptor

Class org.jivesoftware.wildfire.interceptor.PacketRejectedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

rejectionMessage

String rejectionMessage
Text to include in a message that will be sent to the sender of the packet that got rejected. If no text is specified then no message will be sent to the user.


Package org.jivesoftware.wildfire.launcher

Class org.jivesoftware.wildfire.launcher.DroppableFrame extends JFrame implements Serializable

Serialized Fields

dragSource

DragSource dragSource

Class org.jivesoftware.wildfire.launcher.DroppableTextPane extends JTextPane implements Serializable

Serialized Fields

dragSource

DragSource dragSource

Package org.jivesoftware.wildfire.muc

Class org.jivesoftware.wildfire.muc.ConflictException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.muc.ForbiddenException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.muc.NotAcceptableException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.muc.NotAllowedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.muc.RegistrationRequiredException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.muc.RoomLockedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.muc.ServiceUnavailableException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Package org.jivesoftware.wildfire.multiplex

Class org.jivesoftware.wildfire.multiplex.UnknownStanzaException extends Exception implements Serializable


Package org.jivesoftware.wildfire.privacy

Class org.jivesoftware.wildfire.privacy.PrivacyList extends Object implements Serializable

Serialized Fields

userJID

JID userJID

name

String name

isDefault

boolean isDefault

items

List<E> items

roster

Roster roster

Package org.jivesoftware.wildfire.pubsub

Class org.jivesoftware.wildfire.pubsub.NotAcceptableException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Package org.jivesoftware.wildfire.roster

Class org.jivesoftware.wildfire.roster.Roster extends Object implements Serializable

Serialized Fields

rosterItems

ConcurrentHashMap<K,V> rosterItems
Roster item cache - table: key jabberid string; value roster item.


implicitFrom

ConcurrentHashMap<K,V> implicitFrom
Contacts with subscription FROM that only exist due to shared groups key: jabberid string; value: groups why the implicit roster item exists (aka invisibleSharedGroups).


rosterItemProvider

RosterItemProvider rosterItemProvider

username

String username

sessionManager

SessionManager sessionManager

server

XMPPServer server

routingTable

RoutingTable routingTable

presenceManager

PresenceManager presenceManager

rosterManager

RosterManager rosterManager
Note: Used only for shared groups logic.

Class org.jivesoftware.wildfire.roster.RosterItem extends Object implements Serializable

Serialized Fields

recvStatus

RosterItem.RecvType recvStatus

jid

JID jid

nickname

String nickname

groups

List<E> groups

sharedGroups

Set<E> sharedGroups

invisibleSharedGroups

Set<E> invisibleSharedGroups

subStatus

RosterItem.SubType subStatus

askStatus

RosterItem.AskType askStatus

rosterID

long rosterID
Holds the ID that uniquely identifies the roster in the backend store. A value of zero means that the roster item is not persistent.


Package org.jivesoftware.wildfire.user

Class org.jivesoftware.wildfire.user.User extends Object implements Serializable

Serialized Fields

username

String username

name

String name

email

String email

creationDate

Date creationDate

modificationDate

Date modificationDate

properties

Map<K,V> properties

Class org.jivesoftware.wildfire.user.UserAlreadyExistsException extends Exception implements Serializable

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Class org.jivesoftware.wildfire.user.UserNotFoundException extends Exception implements Serializable

Serialized Fields

nestedThrowable

Throwable nestedThrowable

Package org.xmpp.component

Class org.xmpp.component.ComponentException extends Exception implements Serializable

Serialized Fields

streamError

StreamError streamError

Package org.xmpp.packet

Class org.xmpp.packet.JID extends Object implements Serializable

Serialized Fields

node

String node

domain

String domain

resource

String resource

cachedFullJID

String cachedFullJID

cachedBareJID

String cachedBareJID


Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.