com.sun.jersey.core.spi.component
Class ComponentDestructor

java.lang.Object
  extended by com.sun.jersey.core.spi.component.ComponentDestructor

public class ComponentDestructor
extends Object

A destructor of a component.

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
ComponentDestructor(Class c)
          Create a component destructor.
 
Method Summary
 void destroy(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDestructor

public ComponentDestructor(Class c)
Create a component destructor.

Parameters:
c - the class of instances to destruct.
Method Detail

destroy

public void destroy(Object o)
             throws IllegalAccessException,
                    IllegalArgumentException,
                    InvocationTargetException
Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException


Copyright © 2011 Oracle Corporation. All Rights Reserved.