Uses of Class
javax.inject.Singleton

Packages that use Singleton
com.caucho.admin   
com.caucho.cluster   
com.caucho.config   
com.caucho.config.cfg   
com.caucho.distcache   
com.caucho.jms   
com.caucho.jms.resource   
com.caucho.message.nautilus   
com.caucho.resources   
com.caucho.security   
com.caucho.server.webbeans   
 

Uses of Singleton in com.caucho.admin
 

Classes in com.caucho.admin with annotations of type Singleton
 class AdminServices
          Convenience collection of the standard administration services.
 class LogService
           
 class StatService
           
 

Uses of Singleton in com.caucho.cluster
 

Classes in com.caucho.cluster with annotations of type Singleton
 class ClusterLock
          Distributed lock.
 

Uses of Singleton in com.caucho.config
 

Classes in com.caucho.config with annotations of type Singleton
 interface Service
           
 

Uses of Singleton in com.caucho.config.cfg
 

Fields in com.caucho.config.cfg declared as Singleton
static Singleton SingletonLiteral.ANN
           
 

Uses of Singleton in com.caucho.distcache
 

Classes in com.caucho.distcache with annotations of type Singleton
 class ClusterCache
          Cache which stores consistent copies on the cluster segment.
 class LocalCache
          Cache which stores consistent copies on the cluster segment.
 

Uses of Singleton in com.caucho.jms
 

Classes in com.caucho.jms with annotations of type Singleton
 class JmsConnectionFactory
          Top-level JMS connection
 class MemoryQueue<X>
          A JMS queue stored in memory.
 

Uses of Singleton in com.caucho.jms.resource
 

Classes in com.caucho.jms.resource with annotations of type Singleton
 class ListenerResource
          Configures application listeners, avoiding JCA.
 

Uses of Singleton in com.caucho.message.nautilus
 

Classes in com.caucho.message.nautilus with annotations of type Singleton
 class NautilusBroker
          Simple stomp broker.
 

Uses of Singleton in com.caucho.resources
 

Classes in com.caucho.resources with annotations of type Singleton
 class ScheduledTask
          The cron resources starts application Work tasks at cron-specified intervals.
 

Uses of Singleton in com.caucho.security
 

Classes in com.caucho.security with annotations of type Singleton
 class LoginList
          Used to allow multiple login types in a priority list.
 class XmlAuthenticator
          The XML authenticator reads a static file for authentication.
 

Uses of Singleton in com.caucho.server.webbeans
 

Classes in com.caucho.server.webbeans with annotations of type Singleton
 class ResinCdiProducer
          Resin CDI producer for the main singletons.
 class ResinValidatorProducer
          Resin CDI producer for the main singletons.
 

Methods in com.caucho.server.webbeans with annotations of type Singleton
 CacheManager ResinCdiProducer.createCacheManager()