站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Class org.jboss.seam.annotations.Destroy (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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()