com.sun.jersey.core.spi.component
Class ComponentDestructor
java.lang.Object
com.sun.jersey.core.spi.component.ComponentDestructor
public class ComponentDestructor
- extends Object
A destructor of a component.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDestructor
public ComponentDestructor(Class c)
- Create a component destructor.
- Parameters:
c
- the class of instances to destruct.
destroy
public void destroy(Object o)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Copyright © 2011 Oracle Corporation. All Rights Reserved.