Seam Core JSF2 2.3.2.Final-redhat-1

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 InfinispanCacheProvider.destroy()
           
 void EhCacheProvider.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 QueueSession.destroy()
           
 void ManagedTopicPublisher.destroy()
           
 void QueueConnection.destroy()
           
 void ManagedQueueSender.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()
           
 


Seam Core JSF2 2.3.2.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.