Seam Core JSF2 2.3.1.Final-redhat-2

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.cache A set of Seam components that provide caching 
org.jboss.seam.drools Seam components for integrating Drools. 
org.jboss.seam.el Integration with JBoss EL. 
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.cache
 

Methods in org.jboss.seam.cache with annotations of type Destroy
 void EhCacheProvider.destroy()
           
 void InfinispanCacheProvider.destroy()
           
 

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.el
 

Methods in org.jboss.seam.el with annotations of type Destroy
 void JBossELReferenceCache.stop()
           
 

Uses of Destroy in org.jboss.seam.jms
 

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

Uses of Destroy in org.jboss.seam.persistence
 

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


Seam Core JSF2 2.3.1.Final-redhat-2

Copyright © 2013 Seam Framework. All Rights Reserved.