|
||||||||||
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.AbstractLazyLoader
public abstract class AbstractLazyLoader
Parent Class of the OCM Lazy Loaders
Constructor Summary | |
---|---|
AbstractLazyLoader()
|
Method Summary | |
---|---|
protected abstract java.lang.Object |
fetchTarget()
Fetch the proxified instance |
protected java.lang.Object |
getTarget()
Return the proxified instance |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Invoke proxy methods : delegate to proxified instance except for OcmProxy methods that are intercepted (because not concretely implemented) |
boolean |
isInitialized()
Getter of property initialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractLazyLoader()
Method Detail |
---|
protected java.lang.Object getTarget()
protected abstract java.lang.Object fetchTarget()
public boolean isInitialized()
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface net.sf.cglib.proxy.InvocationHandler
java.lang.Throwable
InvocationHandler.invoke(java.lang.Object,
java.lang.reflect.Method, java.lang.Object[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |