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

Packages that use Destroy
org.jboss.seam.core   
org.jboss.seam.drools   
org.jboss.seam.jms   
 

Uses of Destroy in org.jboss.seam.core
 

Methods in org.jboss.seam.core with annotations of type Destroy
 void ManagedHibernateSession.destroy()
           
 void ManagedJbpmContext.destroy()
           
 void ManagedPersistenceContext.destroy()
           
 void TransactionListener.destroy()
           
 void Ejb.shutdown()
           
 void EntityManagerFactory.shutdown()
           
 void HibernateSessionFactory.shutdown()
           
 void Jbpm.shutdown()
           
 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 ManagedQueueSender.destroy()
           
 void ManagedTopicPublisher.destroy()
           
 void QueueConnection.destroy()
           
 void QueueSession.destroy()
           
 void TopicConnection.destroy()
           
 void TopicSession.destroy()