Uses of Class
javax.annotation.PreDestroy

Packages that use PreDestroy
com.caucho.hemp.services   
com.caucho.jms.queue   
com.caucho.jms.resource   
com.caucho.log   
com.caucho.server.rewrite   
 

Uses of PreDestroy in com.caucho.hemp.services
 

Methods in com.caucho.hemp.services with annotations of type PreDestroy
 void BamJmsService.close()
           
 void BamMailService.close()
           
 

Uses of PreDestroy in com.caucho.jms.queue
 

Methods in com.caucho.jms.queue with annotations of type PreDestroy
 void AbstractQueue.close()
           
 

Uses of PreDestroy in com.caucho.jms.resource
 

Methods in com.caucho.jms.resource with annotations of type PreDestroy
 void ListenerResource.stop()
           
 

Uses of PreDestroy in com.caucho.log
 

Methods in com.caucho.log with annotations of type PreDestroy
 void MailHandler.close()
           
 

Uses of PreDestroy in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite with annotations of type PreDestroy
 void AbstractRule.destroy()