|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.event.MethodLifecycleCallbacks
org.apache.openjpa.event.BeanLifecycleCallbacks
public class BeanLifecycleCallbacks
Performs a callback method on a cached bean instance.
| Constructor Summary | |
|---|---|
BeanLifecycleCallbacks(Class cls,
Method method,
boolean arg)
Constructor. |
|
BeanLifecycleCallbacks(Class cls,
String method,
boolean arg,
Class type)
Constructor. |
|
| Method Summary | |
|---|---|
void |
makeCallback(Object obj,
Object rel,
int eventType)
Invoke the callback for the given event type on the given instance. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class org.apache.openjpa.event.MethodLifecycleCallbacks |
|---|
getCallbackMethod, getMethod, hasCallback, requiresArgument, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanLifecycleCallbacks(Class cls,
String method,
boolean arg,
Class type)
public BeanLifecycleCallbacks(Class cls,
Method method,
boolean arg)
| Method Detail |
|---|
public void makeCallback(Object obj,
Object rel,
int eventType)
throws Exception
LifecycleCallbacks
makeCallback in interface LifecycleCallbacksmakeCallback in class MethodLifecycleCallbacksException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class MethodLifecycleCallbacksIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class MethodLifecycleCallbacksIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.