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

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

public class ComponentDestructor
extends java.lang.Object

A destructor of a component.

Author:
[email protected]

Constructor Summary
ComponentDestructor(java.lang.Class c)
          Create a component destructor.
 
Method Summary
 void destroy(java.lang.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(java.lang.Class c)
Create a component destructor.

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

destroy

public void destroy(java.lang.Object o)
             throws java.lang.IllegalAccessException,
                    java.lang.IllegalArgumentException,
                    java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException


Copyright © 2011 Oracle Corporation. All Rights Reserved.