Wildfire 3.2.4 Javadoc

Package org.jivesoftware.util

Utility classes.

See:
          Description

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

Class Summary
BeanUtils A utility class that provides methods that are useful for dealing with Java Beans.
Blowfish A class that provides easy Blowfish encryption.
ByteFormat A formatter for formatting byte sizes.
Cache<K,V> Default, non-distributed implementation of the Cache interface.
CacheManager Centralized management of caches.
CacheSizes Utility class for determining the sizes in bytes of commonly used objects.
CertificateManager Utility class that provides similar functionality to the keytool tool.
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.
FaviconServlet Servlet that gets favicons of webservers and includes them in HTTP responses.
InputOutputStreamWrapper Callable which will read from an input stream and write to an output stream.
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.
TaskEngine Performs tasks using worker threads.
Version Holds version information for Wildfire.
WebBean  
WebManager A utility bean for Wildfire 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.


Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.