Destroy the given instance, performing pre-destroy callbacks. @param o The object to destroy @throws IllegalAccessException if the class or its nullary constructor is not accessible @throws InvocationTargetException if the nullary constructor throws an exception
(Object o)
| 99 | * @throws InvocationTargetException if the nullary constructor throws an exception |
| 100 | */ |
| 101 | void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException; |
| 102 | |
| 103 | /** |
| 104 | * Called by the component using the InstanceManager periodically to perform any regular maintenance that might be |
no outgoing calls