|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.transactionalSupport.SupportedCollections
This is to allow the transactional support to work well with collections.
| Constructor Summary | |
SupportedCollections()
SupportedCollections constructor comment. |
|
| Method Summary | |
protected static void |
addCollectionCache(java.lang.Class clazz)
|
static void |
addCollectionSupport(java.lang.String className)
|
protected static void |
addFailCache(java.lang.Class clazz)
|
static java.lang.Object |
cloneCollection(java.lang.Object collection)
Attempt to clone the collection. |
static boolean |
isCollection(java.lang.Object obj)
Determine if the object being provided is a collection that we may need to clone. |
protected static boolean |
isCollectionClass(java.lang.Class clazz)
|
static boolean |
isCollectionOrig(java.lang.Object obj)
|
protected static boolean |
isFailClass(java.lang.Class clazz)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SupportedCollections()
| Method Detail |
public static void main(java.lang.String[] args)
protected static final boolean isCollectionClass(java.lang.Class clazz)
protected static final boolean isFailClass(java.lang.Class clazz)
public static void addCollectionSupport(java.lang.String className)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic static java.lang.Object cloneCollection(java.lang.Object collection)
collection - A cloneable collection.protected static void addCollectionCache(java.lang.Class clazz)
protected static void addFailCache(java.lang.Class clazz)
public static final boolean isCollection(java.lang.Object obj)
obj - Any ole object - perhaps a collection.public static boolean isCollectionOrig(java.lang.Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||