|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.ocm.manager.objectconverter.impl.OcmProxyUtils
public abstract class OcmProxyUtils
Utils class for proxy nandling
| Constructor Summary | |
|---|---|
OcmProxyUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
fetch(T object)
Force fetching of an abject |
|
static boolean |
isInitialized(Object object)
Check is an Object is not an unitialized OCM proxy |
|
static boolean |
isProxy(Object object)
Check if an object is an OCM proxy |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OcmProxyUtils()
| Method Detail |
|---|
public static boolean isProxy(Object object)
object - the Object to check
public static boolean isInitialized(Object object)
object - the Object to check
OcmProxy.isInitialized()public static <T> T fetch(T object)
T - the type of the object to fetchobject - the object to fetch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||