|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.ejb.SessionBeanInterceptor
public class SessionBeanInterceptor
Interceptor for handling EJB post-construct tasks
| Constructor Summary | |
|---|---|
SessionBeanInterceptor()
|
|
| Method Summary | |
|---|---|
void |
postConstruct(InvocationContext invocationContext)
Gets the underlying target and calls the post-construct method |
void |
preDestroy(InvocationContext invocationContext)
Gets the underlying target and calls the pre-destroy method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionBeanInterceptor()
| Method Detail |
|---|
@PostConstruct
public void postConstruct(InvocationContext invocationContext)
throws java.lang.Exception
invocationContext - The invocation context
java.lang.Exception
@PreDestroy
public void preDestroy(InvocationContext invocationContext)
throws java.lang.Exception
invocationContext - The invocation context
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||