Lifecycle Callbacks: PostConstruct/PreDestroy
---------------------------------------------

         Key: OPENEJB-76
         URL: http://jira.codehaus.org/browse/OPENEJB-76
     Project: OpenEJB
        Type: New Feature

  Components: ejb3 simplified  
    Versions: 3.0    
    Reporter: David Blevins
     Fix For: 3.0


Support for the PostConstruct, PreDestroy callbacks

Apply to only 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

Reply via email to