org.apache.tomcat
Interface InstanceManager
public interface InstanceManager
- Version:
- $Id: InstanceManager.java 947240 2010-05-22 05:19:00Z xuhaihong $
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 © 2003-2010 The Apache Software Foundation. All Rights Reserved.