Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Package
com.jivesoftware.util

Packages that use com.jivesoftware.util
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.action Base WebWork actions for Jive Software products. 
com.jivesoftware.base.action.util Base action utility classes for skin or action developers. 
com.jivesoftware.base.ban   
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.ext Extension implementations of the core APIs. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.base.profile   
com.jivesoftware.base.stats Core reporting engine classes and interfaces. 
com.jivesoftware.base.util Core utility classes. 
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.database.querycache   
com.jivesoftware.forum.interceptor Filters and rejects content being added to the system. 
com.jivesoftware.forum.mail.token   
com.jivesoftware.forum.moderation.action   
com.jivesoftware.forum.net A server network i/o front end package. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
com.jivesoftware.forum.renderer.filter   
com.jivesoftware.forum.renderer.macro   
com.jivesoftware.forum.renderer.macro.code   
com.jivesoftware.forum.renderer.util   
com.jivesoftware.forum.stats Jive Forums reporting engine. 
com.jivesoftware.forum.stats.report Forum specific report classes. 
com.jivesoftware.forum.util Jive Forums utility classes. 
com.jivesoftware.profiles   
com.jivesoftware.profiles.search   
com.jivesoftware.profiles.validator   
com.jivesoftware.util Common utility classes for all Jive Software code. 
com.jivesoftware.util.search Utility classes for the search engine. 
 

Classes in com.jivesoftware.util used by com.jivesoftware.base
Cache
          General purpose cache.
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
EncryptionUtil
          A utility for encrypting strings using different algorithms.
JiveProperties
          An extension of the Map interface to add support for getting child property names or a Collection of all property names.
LongList
          A List type class for long values.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.action
JiveServletFilter
          A base Jive servlet filter class.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.action.util
FastDateFormat
          Similar to SimpleDateFormat, but faster and thread-safe.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.ban
RelativeDateRange
          A class to manage relative date range.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.database
Cache
          General purpose cache.
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.ext
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.ldap
Cache
          General purpose cache.
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
LongList
          A List type class for long values.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.profile
LongList
          A List type class for long values.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.stats
AbstractPollableRunnable
          An abstract implementation of the PollableRunnable interface.
DateRange
          A DateRange converts an abstract starting and ending time into specific instances in time.
PollableRunnable
          A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
 

Classes in com.jivesoftware.util used by com.jivesoftware.base.util
JiveServletFilter
          A base Jive servlet filter class.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum
Cache
          General purpose cache.
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
FastDateFormat
          Similar to SimpleDateFormat, but faster and thread-safe.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.action
RelativeDateRange
          A class to manage relative date range.
SpellSession
          A spelling session is used to iteratively fix all spelling mistakes.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.database
AbstractPollableRunnable
          An abstract implementation of the PollableRunnable interface.
Cache
          General purpose cache.
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
ClusteredCache
          Clustered implementation of the Cache interface using Tangosol's Coherence product.
CoherenceCache
          Implementation of the Cache interface that uses the Coherence LocalCache class.
CoherenceCache.Entry
          A holder for a cached value.
CronTaskManager
          Manages the creation and persistence of CronTasks.
LongList
          A List type class for long values.
LongTree
          A simple tree structure for long values.
PollableRunnable
          A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
ReadWriteLock
          Simple read write lock class that allows multiple readers but only 1 writer.
XMLJiveProperties
          Provides the the ability to use simple XML property files.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.database.querycache
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
ClusteredCache
          Clustered implementation of the Cache interface using Tangosol's Coherence product.
CoherenceCache
          Implementation of the Cache interface that uses the Coherence LocalCache class.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.interceptor
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.mail.token
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.moderation.action
RelativeDateRange
          A class to manage relative date range.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.net
AlreadyExistsException
          Flags an exception when something to be created or added already exists.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.nntp.spi
MultiIterator
          A class which iterates over multiple iterators.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.renderer.filter
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.renderer.macro
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.renderer.macro.code
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.renderer.util
AbstractPollableRunnable
          An abstract implementation of the PollableRunnable interface.
PollableRunnable
          A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.stats
AbstractPollableRunnable
          An abstract implementation of the PollableRunnable interface.
PollableRunnable
          A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.stats.report
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.forum.util
AbstractPollableRunnable
          An abstract implementation of the PollableRunnable interface.
Cache
          General purpose cache.
PollableRunnable
          A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
 

Classes in com.jivesoftware.util used by com.jivesoftware.profiles
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
 

Classes in com.jivesoftware.util used by com.jivesoftware.profiles.search
ReadWriteLock
          Simple read write lock class that allows multiple readers but only 1 writer.
XMLJiveProperties
          Provides the the ability to use simple XML property files.
 

Classes in com.jivesoftware.util used by com.jivesoftware.profiles.validator
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
JiveBeanInfo
          An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
 

Classes in com.jivesoftware.util used by com.jivesoftware.util
ByteFormat
          A formatter for formatting byte sizes.
Cache
          General purpose cache.
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
CacheFactory.ClusteringListener
          Listener interface for any object which needs to be notified when clustering starts or stops
CollectionUtils.ListItemTransformer
          Collection modifying functor.
CronTask
          A CronTask is a task which runs according to a schedule determined by a CronTimer.
CronTaskManager
          Manages the creation and persistence of CronTasks.
CronTimer
          A class that is used to fire at given moment in time, defined with Unix 'cron-like' definitions.
DateRange
          A DateRange converts an abstract starting and ending time into specific instances in time.
DbJiveProperties
          Retrieves and stores Jive properties.
FastDateFormat
          Similar to SimpleDateFormat, but faster and thread-safe.
JiveProperties
          An extension of the Map interface to add support for getting child property names or a Collection of all property names.
JiveServletFilter
          A base Jive servlet filter class.
LinkedList
          Simple LinkedList implementation.
LinkedListNode
          Doubly linked node in a LinkedList.
LongList
          A List type class for long values.
MemLexicon
          A serializable memory lexicon.
PollableRunnable
          A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
RelativeDateRange
          A class to manage relative date range.
SpellSession
          A spelling session is used to iteratively fix all spelling mistakes.
TimerFilter.Timer
          A *simple* model of a timer.
 

Classes in com.jivesoftware.util used by com.jivesoftware.util.search
Cacheable
          Interface that defines the necessary behavior for objects added to a Cache.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.