org.apache.openejb.cdi
Class CdiInterceptor.ScopeActivator

java.lang.Object
  extended by org.apache.openejb.cdi.CdiInterceptor.ScopeActivator
All Implemented Interfaces:
Callable
Enclosing class:
CdiInterceptor

public class CdiInterceptor.ScopeActivator
extends Object
implements Callable


Constructor Summary
CdiInterceptor.ScopeActivator(Callable callable, Class<? extends Annotation> scopeType)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiInterceptor.ScopeActivator

public CdiInterceptor.ScopeActivator(Callable callable,
                                     Class<? extends Annotation> scopeType)
Method Detail

call

public Object call()
            throws Exception
Specified by:
call in interface Callable
Throws:
Exception


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.