com.sun.jersey.server.spi.component
Class ResourceComponentDestructor

java.lang.Object
  extended by com.sun.jersey.server.spi.component.ResourceComponentDestructor

public class ResourceComponentDestructor
extends Object

A destructor of a resource class instance.

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
ResourceComponentDestructor(AbstractResource ar)
           
 
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

ResourceComponentDestructor

public ResourceComponentDestructor(AbstractResource ar)
Method Detail

destroy

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.