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) |
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.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionpublic Object newInstance(String str) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionClassNotFoundExceptionpublic void newInstance(Object object) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionpublic Object newInstance(String str, ClassLoader cl) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionClassNotFoundExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.