Apache Tomcat 7.0.0

org.apache.tomcat
Interface InstanceManager

All Known Implementing Classes:
DefaultInstanceManager

public interface InstanceManager

Version:
$Id: InstanceManager.java 939309 2010-04-29 13:54:26Z kkolinko $

Method Summary
 void destroyInstance(Object o)
           
 void newInstance(Object o)
           
 Object newInstance(String className)
           
 Object newInstance(String fqcn, ClassLoader classLoader)
           
 

Method Detail

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

Apache Tomcat 7.0.0

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.