Seam Core JSF2 2.3.1.CR1

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.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 ThreadPoolDispatcher.destroy()
           
 void QuartzDispatcher.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.cache
 

Methods in org.jboss.seam.cache with annotations of type Destroy
 void InfinispanCacheProvider.destroy()
           
 void JbossCacheProvider.destroy()
           
 void JbossCache2Provider.destroy()
           
 void EhCacheProvider.destroy()
           
 void JbossPojoCacheProvider.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 ManagedQueueSender.destroy()
           
 void QueueSession.destroy()
           
 void TopicConnection.destroy()
           
 void ManagedTopicPublisher.destroy()
           
 void QueueConnection.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.1.CR1

Copyright © 2013 Seam Framework. All Rights Reserved.