org.jboss.cdi.tck.tests.interceptors.definition.member
Class VehicleCountInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.member.VehicleCountInterceptor

@Interceptor
@VehicleCountInterceptorBinding(comment="bar")
public class VehicleCountInterceptor
extends Object


Constructor Summary
VehicleCountInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext ctx)
           
static boolean isIntercepted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleCountInterceptor

public VehicleCountInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext ctx)
                    throws Exception
Throws:
Exception

isIntercepted

public static boolean isIntercepted()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.