|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleEvent | |
---|---|
org.springframework.jee.inject | JSR250 Support. |
org.springframework.jee.intercept | Support for EJB3 interceptors. |
Uses of LifecycleEvent in org.springframework.jee.inject |
---|
Methods in org.springframework.jee.inject that return LifecycleEvent | |
---|---|
static LifecycleEvent |
LifecycleEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LifecycleEvent[] |
LifecycleEvent.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.springframework.jee.inject with parameters of type LifecycleEvent | |
---|---|
java.util.List<java.lang.reflect.Method> |
Jsr250Metadata.getLifecycleEventCallbackMethod(LifecycleEvent le)
Null if childPostConstruct annotation not found |
void |
Jsr250Metadata.invokeLifecycleMethods(java.lang.Object bean,
LifecycleEvent le)
|
void |
Jsr250Metadata.registerLifecycleEventCallbackMethod(LifecycleEvent le,
java.lang.reflect.Method m)
|
Uses of LifecycleEvent in org.springframework.jee.intercept |
---|
Methods in org.springframework.jee.intercept with parameters of type LifecycleEvent | |
---|---|
java.util.List<java.lang.reflect.Method> |
InterceptorMetadata.getLifecycleEventListenerMethod(LifecycleEvent le)
Return the invocation-context style method for this callback |
void |
__ProxyControl.invokeLifecycleMethod(LifecycleEvent le)
Invoke the given lifecycle method on the singleton instance and any interceptors that listen to it |
void |
InterceptionMetadata.invokeLifecycleMethods(java.lang.Object bean,
LifecycleEvent le)
Override superclass method to invoke all interceptors in the chain if they listen to this method |
void |
InterceptorMetadata.registerLifecycleEventListenerMethod(LifecycleEvent le,
java.lang.reflect.Method m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |