org.jboss.webbeans.ejb
Class SessionBeanInterceptor

java.lang.Object
  extended by org.jboss.webbeans.ejb.SessionBeanInterceptor

public class SessionBeanInterceptor
extends java.lang.Object


Constructor Summary
SessionBeanInterceptor()
           
 
Method Summary
 void postConstruct(javax.interceptor.InvocationContext invocationContext)
           
 void preDestroy(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBeanInterceptor

public SessionBeanInterceptor()
Method Detail

postConstruct

@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext invocationContext)

preDestroy

@PreDestroy
public void preDestroy(javax.interceptor.InvocationContext invocationContext)


Copyright © 2008. All Rights Reserved.