Uses of Class
javax.enterprise.context.ApplicationScoped

Packages that use ApplicationScoped
com.caucho.cluster   
com.caucho.config.cfg   
com.caucho.distcache   
com.caucho.security   
 

Uses of ApplicationScoped in com.caucho.cluster
 

Classes in com.caucho.cluster with annotations of type ApplicationScoped
 class ClusterVoteManager
          Distributed vote manager.
 

Uses of ApplicationScoped in com.caucho.config.cfg
 

Fields in com.caucho.config.cfg declared as ApplicationScoped
static ApplicationScoped ApplicationScopedLiteral.ANN
           
 

Uses of ApplicationScoped in com.caucho.distcache
 

Classes in com.caucho.distcache with annotations of type ApplicationScoped
 class TransientCache
          Cache with no persistence.
 

Uses of ApplicationScoped in com.caucho.security
 

Classes in com.caucho.security with annotations of type ApplicationScoped
 class DigestLogin
          Implements the "digest" auth-method.
 class JdbcAuthenticator
          An authenticator using JDBC.