org.apache.webbeans.web.tomcat
Class TomcatInstanceManager

java.lang.Object
  extended by org.apache.webbeans.web.tomcat.TomcatInstanceManager
All Implemented Interfaces:
org.apache.tomcat.InstanceManager

public class TomcatInstanceManager
extends Object
implements org.apache.tomcat.InstanceManager


Constructor Summary
TomcatInstanceManager(ClassLoader loader, org.apache.tomcat.InstanceManager processor)
           
 
Method Summary
 void destroyInstance(Object instance)
           
 void newInstance(Object object)
           
 Object newInstance(String str)
           
 Object newInstance(String str, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatInstanceManager

public TomcatInstanceManager(ClassLoader loader,
                             org.apache.tomcat.InstanceManager processor)
Method Detail

destroyInstance

public void destroyInstance(Object instance)
                     throws IllegalAccessException,
                            InvocationTargetException
Specified by:
destroyInstance in interface org.apache.tomcat.InstanceManager
Throws:
IllegalAccessException
InvocationTargetException

newInstance

public Object newInstance(String str)
                   throws IllegalAccessException,
                          InvocationTargetException,
                          NamingException,
                          InstantiationException,
                          ClassNotFoundException
Specified by:
newInstance in interface org.apache.tomcat.InstanceManager
Throws:
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException

newInstance

public void newInstance(Object object)
                 throws IllegalAccessException,
                        InvocationTargetException,
                        NamingException
Specified by:
newInstance in interface org.apache.tomcat.InstanceManager
Throws:
IllegalAccessException
InvocationTargetException
NamingException

newInstance

public Object newInstance(String str,
                          ClassLoader cl)
                   throws IllegalAccessException,
                          InvocationTargetException,
                          NamingException,
                          InstantiationException,
                          ClassNotFoundException
Specified by:
newInstance in interface org.apache.tomcat.InstanceManager
Throws:
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException


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