public interface InstanceManager
Modifier and Type | Method and Description |
---|---|
void |
destroyInstance(Object o) |
Object |
newInstance(Class<?> c) |
void |
newInstance(Object o) |
Object |
newInstance(String className) |
Object |
newInstance(String fqcn,
ClassLoader classLoader) |
Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
Object newInstance(String fqcn, ClassLoader classLoader) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
Object newInstance(Class<?> c) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
void newInstance(Object o) throws IllegalAccessException, InvocationTargetException, NamingException
void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException
Copyright © 2015 JBoss by Red Hat. All rights reserved.