org.jboss.cdi.tck.tests.context.passivating.validation
Class EnginePoweredInterceptor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnginePoweredInterceptor
public EnginePoweredInterceptor()
intercept
public Object intercept(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
Copyright © 2008-2013 Seam Framework. All Rights Reserved.