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.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionpublic Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionClassNotFoundExceptionpublic Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionpublic void newInstance(Object arg0) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionpublic Object newInstance(String className, ClassLoader cl) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionClassNotFoundExceptionpublic Set<org.jboss.msc.service.ServiceName> getServiceNames()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.