org.apache.tomcat
Interface InstanceManager
- All Known Implementing Classes:
- DefaultInstanceManager
public interface InstanceManager
- Version:
- $Id: InstanceManager.java 1200164 2011-11-10 05:46:02Z kkolinko $
newInstance
Object newInstance(String className)
throws IllegalAccessException,
InvocationTargetException,
NamingException,
InstantiationException,
ClassNotFoundException
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
newInstance
Object newInstance(String fqcn,
ClassLoader classLoader)
throws IllegalAccessException,
InvocationTargetException,
NamingException,
InstantiationException,
ClassNotFoundException
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
newInstance
void newInstance(Object o)
throws IllegalAccessException,
InvocationTargetException,
NamingException
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
destroyInstance
void destroyInstance(Object o)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.