org.apache.webbeans.web.tomcat
Class ContextLifecycleListener.PrivilegedActionForClass

java.lang.Object
  extended by org.apache.webbeans.web.tomcat.ContextLifecycleListener.PrivilegedActionForClass
All Implemented Interfaces:
PrivilegedAction<Object>
Enclosing class:
ContextLifecycleListener

protected static class ContextLifecycleListener.PrivilegedActionForClass
extends Object
implements PrivilegedAction<Object>


Constructor Summary
protected ContextLifecycleListener.PrivilegedActionForClass(Class<?> clazz, Object parameters)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextLifecycleListener.PrivilegedActionForClass

protected ContextLifecycleListener.PrivilegedActionForClass(Class<?> clazz,
                                                            Object parameters)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction<Object>


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