public abstract class ForwardingInstanceManager extends Object implements org.apache.tomcat.InstanceManager
| Constructor and Description |
|---|
ForwardingInstanceManager() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.tomcat.InstanceManager |
delegate() |
void |
destroyInstance(Object o) |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object o) |
Object |
newInstance(String fqcn) |
Object |
newInstance(String fqcn,
ClassLoader classLoader) |
protected abstract org.apache.tomcat.InstanceManager delegate()
public void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException
destroyInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionpublic void newInstance(Object o) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionpublic Object newInstance(String fqcn, ClassLoader classLoader) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, NoSuchMethodException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionNoSuchMethodExceptionClassNotFoundExceptionpublic Object newInstance(String fqcn) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, NoSuchMethodException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionNoSuchMethodExceptionClassNotFoundExceptionpublic Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, NoSuchMethodException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionNoSuchMethodExceptionCopyright © 2021. All rights reserved.