|
||||||||||
| 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 Object |
fetchTarget()
Fetch the proxified instance |
protected Object |
getTarget()
Return the proxified instance |
Object |
invoke(Object proxy,
Method method,
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 Object getTarget()
protected abstract Object fetchTarget()
public boolean isInitialized()
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface net.sf.cglib.proxy.InvocationHandlerThrowableInvocationHandler.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 | |||||||||