public class WeldInstanceManager extends AbstractInjector
Modifier | Constructor and Description |
---|---|
protected |
WeldInstanceManager(WeldManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
destroyInstance(Object o) |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object o) |
Object |
newInstance(String fqcn) |
Object |
newInstance(String fqcn,
ClassLoader classLoader) |
destroy, inject
protected WeldInstanceManager(WeldManager manager)
public void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException
public Object newInstance(String fqcn) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
public void newInstance(Object o) throws IllegalAccessException, InvocationTargetException, NamingException
public Object newInstance(String fqcn, ClassLoader classLoader) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
public Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
Copyright © 2015. All Rights Reserved.