FileDocCategorySizeDatePackage
LifecycleInterceptor.javaAPI DocJBoss 4.2.11576Fri Jul 13 20:54:40 BST 2007org.jboss.tutorial.callback.bean

LifecycleInterceptor

public class LifecycleInterceptor extends Object
author
Kabir Khan
version
$Revision: 60233 $

Fields Summary
Constructors Summary
Methods Summary
public voidpostConstruct(javax.interceptor.InvocationContext ctx)

      try
      {
         System.out.println("LifecycleInterceptor postConstruct");
         ctx.proceed();
      }
      catch(Exception e)
      {
         throw new RuntimeException(e);
      }