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

Uses of Class org.jboss.seam.annotations.Install (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 API 英文版文档


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

Packages that use Install
org.jboss.seam.core   
org.jboss.seam.debug   
org.jboss.seam.jms   
org.jboss.seam.mock   
org.jboss.seam.persistence   
org.jboss.seam.security   
org.jboss.seam.security.authenticator   
 

Uses of Install in org.jboss.seam.core
 

Classes in org.jboss.seam.core with annotations of type Install
 class Actor
          Allows the application to specify the jBPM actorId during the login cycle.
 class BusinessProcess
          Holds the task and process ids for the current conversation, and provides programmatic control over the business process.
 class Dispatcher
          Dispatcher for asynchronous methods.
 class Ejb
          A seam component that bootstraps the embedded EJB container
 class HibernateSessionFactory
          A Seam component that boostraps a Hibernate SessionFactory
 class Jbpm
          A seam component that boostraps a JBPM SessionFactory
 class ManagedJbpmContext
          Manages a reference to a JbpmSession.
 class ManagedPersistenceContext
          A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
 class Microcontainer
          A seam component that bootstraps the JBoss microcontainer
 class Pageflow
          A Seam component that manages the current jBPM ProcessInstance used for pageflow.
 class PojoCache
           
 class PooledTask
          Support for the task list.
 class PooledTaskInstanceList
          Support for the pooled task list.
 class ProcessInstance
          A Seam component that allows injection of the current jBPM ProcessInstance.
 class TaskInstance
          A Seam component that allows injection of the current jBPM TaskInstance.
 class TaskInstanceList
          Support for the task list.
 class TaskInstanceListForType
          Support for a list of tasks of a particular type.
 class TimeZone
          Manager component for the current user's locale
 class TimeZoneSelector
          Selects the current user's time zone, defaulting to the server time zone.
 class Transition
          Allows the application to set the jBPM transition to be used when
 

Uses of Install in org.jboss.seam.debug
 

Classes in org.jboss.seam.debug with annotations of type Install
 class Contexts
           
 class Introspector
           
 

Uses of Install in org.jboss.seam.jms
 

Classes in org.jboss.seam.jms with annotations of type Install
 class ManagedTopicPublisher
          Manager for a JMS TopicPublisher for a named JMS topic
 class QueueConnection
          Manager for a JMS QueueConnection.
 class QueueSession
          Manager for a JMS QueueSession
 class TopicConnection
          Manager for a JMS TopicConnection.
 class TopicSession
          Manager for a JMS TopicSession
 

Uses of Install in org.jboss.seam.mock
 

Classes in org.jboss.seam.mock with annotations of type Install
 class MockSecureEntity
          Used by security unit tests
 

Uses of Install in org.jboss.seam.persistence
 

Classes in org.jboss.seam.persistence with annotations of type Install
 class HibernatePersistenceProvider
           
 class PersistenceProvider
           
 

Uses of Install in org.jboss.seam.security
 

Classes in org.jboss.seam.security with annotations of type Install
 class Authentication
          An Authentication represents either a login token or an authenticated Principal.
 

Uses of Install in org.jboss.seam.security.authenticator
 

Classes in org.jboss.seam.security.authenticator with annotations of type Install
 class Authenticator
           
 class ProviderAuthenticator
          Performs authentication services against one or more providers.