public class TomcatInstanceManager extends Object implements org.apache.tomcat.InstanceManager
Constructor and Description |
---|
TomcatInstanceManager(ClassLoader loader,
org.apache.tomcat.InstanceManager processor) |
Modifier and Type | Method and Description |
---|---|
void |
destroyInstance(Object instance) |
Object |
newInstance(Class<?> aClass) |
void |
newInstance(Object object) |
Object |
newInstance(String str) |
Object |
newInstance(String str,
ClassLoader cl) |
public TomcatInstanceManager(ClassLoader loader, org.apache.tomcat.InstanceManager processor)
public void destroyInstance(Object instance) throws IllegalAccessException, InvocationTargetException
destroyInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
public Object newInstance(Class<?> aClass) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
public Object newInstance(String str) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
public void newInstance(Object object) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
public Object newInstance(String str, ClassLoader cl) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.