public class BeanLifecycleCallbacks extends MethodLifecycleCallbacks
| Constructor and Description |
|---|
BeanLifecycleCallbacks(java.lang.Class<?> cls,
java.lang.reflect.Method method,
boolean arg)
Constructor.
|
BeanLifecycleCallbacks(java.lang.Class<?> cls,
java.lang.String method,
boolean arg,
java.lang.Class<?> type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
makeCallback(java.lang.Object obj,
java.lang.Object rel,
int eventType)
Invoke the callback for the given event type on the given instance.
|
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
getCallbackMethod, getMethod, hasCallback, requiresArgument, toStringpublic BeanLifecycleCallbacks(java.lang.Class<?> cls,
java.lang.String method,
boolean arg,
java.lang.Class<?> type)
public BeanLifecycleCallbacks(java.lang.Class<?> cls,
java.lang.reflect.Method method,
boolean arg)
public void makeCallback(java.lang.Object obj,
java.lang.Object rel,
int eventType)
throws java.lang.Exception
LifecycleCallbacksmakeCallback in interface LifecycleCallbacksmakeCallback in class MethodLifecycleCallbacksjava.lang.Exceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class MethodLifecycleCallbacksjava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class MethodLifecycleCallbacksjava.io.IOExceptionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.