Uses of Class
org.jboss.seam.annotations.Destroy

Packages that use Destroy
org.jboss.seam.async Seam asynchronicity: dispatcher implementations and schedule classes. 
org.jboss.seam.bpm A set of Seam components for business process management via jBPM, including control of process and task instances, rendering of task lists, and integration with jBPM. 
org.jboss.seam.core A set of Seam components that implement Seam. 
org.jboss.seam.drools Seam components for integrating Drools. 
org.jboss.seam.jms Seam components for sending JMS messages. 
org.jboss.seam.persistence Seam components for working with JPA or Hibernate3. 
 

Uses of Destroy in org.jboss.seam.async
 

Methods in org.jboss.seam.async with annotations of type Destroy
 void QuartzDispatcher.destroy()
           
 void ThreadPoolDispatcher.destroy()
           
 

Uses of Destroy in org.jboss.seam.bpm
 

Methods in org.jboss.seam.bpm with annotations of type Destroy
 void ManagedJbpmContext.destroy()
           
 void Jbpm.shutdown()
           
 

Uses of Destroy in org.jboss.seam.core
 

Methods in org.jboss.seam.core with annotations of type Destroy
 void PojoCache.stop()
           
 

Uses of Destroy in org.jboss.seam.drools
 

Methods in org.jboss.seam.drools with annotations of type Destroy
 void ManagedWorkingMemory.destroy()
           
 

Uses of Destroy in org.jboss.seam.jms
 

Methods in org.jboss.seam.jms with annotations of type Destroy
 void QueueConnection.destroy()
           
 void ManagedQueueSender.destroy()
           
 void ManagedTopicPublisher.destroy()
           
 void TopicSession.destroy()
           
 void QueueSession.destroy()
           
 void TopicConnection.destroy()
           
 

Uses of Destroy in org.jboss.seam.persistence
 

Methods in org.jboss.seam.persistence with annotations of type Destroy
 void ManagedHibernateSession.destroy()
           
 void ManagedPersistenceContext.destroy()
           
 void EntityManagerFactory.shutdown()
           
 void HibernateSessionFactory.shutdown()