public class WebInjectionContainer extends Object implements org.apache.tomcat.InstanceManager
Constructor and Description |
---|
WebInjectionContainer(ClassLoader classloader) |
Modifier and Type | Method and Description |
---|---|
void |
addInstantiator(String className,
ComponentInstantiator instantiator) |
void |
destroyInstance(Object instance) |
Set<org.jboss.msc.service.ServiceName> |
getServiceNames() |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object arg0) |
Object |
newInstance(String className) |
Object |
newInstance(String className,
ClassLoader cl) |
public WebInjectionContainer(ClassLoader classloader)
public void addInstantiator(String className, ComponentInstantiator instantiator)
public void destroyInstance(Object instance) throws IllegalAccessException, InvocationTargetException
destroyInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
public Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
public Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
public void newInstance(Object arg0) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
public Object newInstance(String className, ClassLoader cl) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance
in interface org.apache.tomcat.InstanceManager
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
public Set<org.jboss.msc.service.ServiceName> getServiceNames()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.