A C D E G I J M O P R S V W

A

add(Object) - Method in class org.apache.jdo.util.WeakHashSet
Adds the specified element to this set if it is not already present.

C

contains(Object) - Method in class org.apache.jdo.util.WeakHashSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Returns true if this map maps one or more keys to the specified value.

D

destroy() - Method in class org.apache.jdo.util.web.JDOFilter
Called by the web container to indicate to a filter that it is being taken out of service.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jdo.util.web.JDOFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.

E

entrySet() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns a Set view of the mappings in this map.

G

get() - Method in class org.apache.jdo.util.Pool
Gets an object from the pool, if one is available.
get(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Gets the value for the given key.
getInstance(String) - Static method in class org.apache.jdo.util.I18NHelper
An instance bound to a bundle.
getInstance(Class) - Static method in class org.apache.jdo.util.I18NHelper
An instance bound to a bundle.
getInstance(String, ClassLoader) - Static method in class org.apache.jdo.util.I18NHelper
An instance bound to a bundle.
getPackageName(String) - Static method in class org.apache.jdo.util.StringHelper
Returns the package portion of the specified class
getResourceBundle() - Method in class org.apache.jdo.util.I18NHelper
Returns the resource bundle used by this I18NHelper.
getShortClassName(String) - Static method in class org.apache.jdo.util.StringHelper
Returns the name of a class without the package name.
getThreadLocalPM() - Static method in class org.apache.jdo.util.web.JDOFilter
Returns the PersistenceManager instance bound to the current thread using a ThreadLocal.
getVendorProperties(String) - Static method in class org.apache.jdo.util.JDORIVersion
Return Vendor properties for a given file name
getVendorProperties() - Static method in class org.apache.jdo.util.JDORIVersion
Return Vendor properties

I

I18NHelper - Class in org.apache.jdo.util
Helper class for constructing messages from bundles.
init(FilterConfig) - Method in class org.apache.jdo.util.web.JDOFilter
Called by the web container to indicate to a filter that it is being placed into service.
isEmpty(String) - Static method in class org.apache.jdo.util.StringHelper
Checks if a string is null or empty.
isEmpty() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns true if this map contains no key-value mappings.
iterator() - Method in class org.apache.jdo.util.WeakHashSet
Returns an iterator over the elements in this set.

J

JDOFilter - Class in org.apache.jdo.util.web
This implementation of the servlet Filter interface creates a JDO PersistenceManager, stores it as a request attribute and as a ThreadLocal.
JDOFilter() - Constructor for class org.apache.jdo.util.web.JDOFilter
 
JDOJdk14Logger - Class in org.apache.jdo.util
JDO-specific subclass of the apache commons logging Log implementation that wraps the standard JDK 1.4 logging.
JDOJdk14Logger(String) - Constructor for class org.apache.jdo.util.JDOJdk14Logger
Constructor checking whether JDK 1.4 logging should be configuared after calling super constructor.
JDORIVersion - Class in org.apache.jdo.util
Helper class to handle properties object with version number and vendor name.
JDORIVersion() - Constructor for class org.apache.jdo.util.JDORIVersion
Constructor without parameters
JDORIVersion(String) - Constructor for class org.apache.jdo.util.JDORIVersion
Constructor without parameters

M

main(String[]) - Static method in class org.apache.jdo.util.JDORIVersion
 
msg(String) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object, Object) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object, Object, Object) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object[]) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, int) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, boolean) - Method in class org.apache.jdo.util.I18NHelper
Message formatter

O

org.apache.jdo.util - package org.apache.jdo.util
This package contains utility classes used across the JDORI including I18N support, Logger.
org.apache.jdo.util.web - package org.apache.jdo.util.web
 

P

PM_REQUEST_ATTR_NAME_DEFAULT - Static variable in class org.apache.jdo.util.web.JDOFilter
The name of the request attribute storing the PersistenceManager.
PM_REQUEST_ATTR_NAME_PARAM - Static variable in class org.apache.jdo.util.web.JDOFilter
The name of the JDOFilter initialization parameter allowing to specify the name of the pm request attribute.
PMF_PROPS_RESOURCE_DEFAULT - Static variable in class org.apache.jdo.util.web.JDOFilter
The default PMF properties resource.
PMF_PROPS_RESOURCE_PARAM - Static variable in class org.apache.jdo.util.web.JDOFilter
The name of the JDOFilter initialization parameter allowing to specify the name of the pmf properties resource.
Pool - Class in org.apache.jdo.util
A general purpose pooling class.
Pool(int) - Constructor for class org.apache.jdo.util.Pool
Constructs a pool that will limit the number of objects which it can contain.
PROPERIES_FILE - Static variable in class org.apache.jdo.util.JDOJdk14Logger
Logging properties file name.
put(Object) - Method in class org.apache.jdo.util.Pool
Puts the given object into the pool, if there the pool has fewer than the number of elements specifed when created.
put(Object, Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Puts a new (key,value) into the map.

R

remove(Object) - Method in class org.apache.jdo.util.WeakHashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Removes key and value for the given key.

S

size() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns the number of key-value mappings in this map.
StringHelper - Class in org.apache.jdo.util
Helper class providing string utility methods.
StringHelper() - Constructor for class org.apache.jdo.util.StringHelper
 

V

values() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns a Collection view of the values contained in this map.

W

WeakHashSet - Class in org.apache.jdo.util
A weak HashSet.
WeakHashSet() - Constructor for class org.apache.jdo.util.WeakHashSet
 
WeakValueHashMap - Class in org.apache.jdo.util
A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
WeakValueHashMap() - Constructor for class org.apache.jdo.util.WeakValueHashMap
 

A C D E G I J M O P R S V W

Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.