Jive Messenger 2.2.2 Javadoc

Package org.jivesoftware.util

Utility classes.

See:
          Description

Interface Summary
Cacheable Interface that defines the necessary behavior for objects added to a Cache.
PropertyEventListener Interface to listen for property events.
 

Class Summary
ByteFormat A formatter for formatting byte sizes.
Cache Default, non-distributed implementation of the Cache interface.
CacheManager A centralized, JVM static manager of Jive caches.
CacheSizes Utility class for determining the sizes in bytes of commonly used objects.
ClassUtils A utility class to assist with loading classes or resources by name.
ConcurrentHashSet<E> This class implements the Set interface, backed by a ConcurrentHashMap instance.
CookieUtils  
ElementUtil We use a simple naming convention of meta-data key names: data is stored heirarchically separated by dots.
EmailService A service to send email.
Enum A type safe enumeration object.
FastDateFormat Similar to SimpleDateFormat, but faster and thread-safe.
IntEnum A type safe enumeration object that is keyed by an Int value for switch statements and storage in DBs.
JiveBeanInfo An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
JiveConstants Contains constant values representing various objects in Jive.
JiveGlobals Controls Jive properties.
JiveProperties Retrieves and stores Jive properties.
LinkedList Simple LinkedList implementation.
LinkedListNode Doubly linked node in a LinkedList.
LocaleFilter Sets the locale context-wide.
LocaleUtils A set of methods for retrieving and converting locale specific strings and numbers.
Log Simple wrapper to the incorporated LogKit to log under a single logging name.
ParamUtils Assists JSP writers in getting parameters and attributes.
PropertyEventDispatcher Dispatches property events.
SetCharacterEncodingFilter Sets the character encoding to UTF-8.
SimpleSSLSocketFactory SSLSocketFactory that accepts any certificate chain and also accepts expired certificates.
StringUtils Utility class to peform common String manipulation algorithms.
Version Holds version information for Jive Messenger.
WebBean  
WebManager A utility bean for Messenger admin console pages.
XMLProperties Provides the the ability to use simple XML property files.
XMLWriter Replacement class of the original XMLWriter.java (version: 1.77) since the original is still using StringBuffer which is not fast.
 

Enum Summary
PropertyEventDispatcher.EventType Represents valid event types.
Version.ReleaseStatus A class to represent the release status of the server.
 

Exception Summary
AlreadyExistsException Flags an exception when something to be created or added already exists.
NotFoundException Flags an exception when something requested is not found.
 

Package org.jivesoftware.util Description

Utility classes.


Jive Messenger 2.2.2 Javadoc

Copyright © 1999-2004 Jive Software.