org.jboss.cdi.tck.tests.context.passivating.validation
Class EnginePoweredInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.validation.EnginePoweredInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
@EnginePowered
public class EnginePoweredInterceptor
extends Object
implements Serializable

This interceptor class is passivation capable but it has non-passivation capable dependencies. This is allowed provided it does not intercept a bean declaring passivation scope.

Author:
Jozef Hartinger
See Also:
Serialized Form

Constructor Summary
EnginePoweredInterceptor()
           
 
Method Summary
 Object intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnginePoweredInterceptor

public EnginePoweredInterceptor()
Method Detail

intercept

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


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