Lifecycle Callbacks: PostActivate/PrePassivate
----------------------------------------------
Key: OPENEJB-77
URL: http://jira.codehaus.org/browse/OPENEJB-77
Project: OpenEJB
Type: New Feature
Components: ejb3 simplified
Versions: 3.0
Reporter: David Blevins
Fix For: 3.0
Support for the PostActivate and PrePassivate annotations.
Apply only to message-driven and session beans
Bean Class:
public void <METHOD>()
Interceptor Class
public void <METHOD>(InvocationContext)
You are not allowed to have more than one callback of each type in a single
class.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira