Uses of Class
com.caucho.config.CauchoDeployment

Packages that use CauchoDeployment
com.caucho.security   
com.caucho.server.webbeans   
 

Uses of CauchoDeployment in com.caucho.security
 

Classes in com.caucho.security with annotations of type CauchoDeployment
 class AdminAuthenticator
          The admin authenticator provides authentication for Resin admin/management purposes.
 

Uses of CauchoDeployment in com.caucho.server.webbeans
 

Classes in com.caucho.server.webbeans with annotations of type CauchoDeployment
 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 CauchoDeployment
 javax.management.MBeanServer ResinCdiProducer.getMBeanServer()
          Returns the MBeanServer
 java.security.Principal ResinCdiProducer.getPrincipal()
          Returns the ScheduledExecutorService
 java.util.concurrent.ScheduledExecutorService ResinCdiProducer.getScheduledExecutorService()
          Returns the ScheduledExecutorService
 TransactionSynchronizationRegistry ResinCdiProducer.getSyncRegistry()
          Returns the TransactionSynchronizationRegistry
 TransactionManager ResinCdiProducer.getTransactionManager()
          Returns the TransactionManager
 UserTransaction ResinCdiProducer.getUserTransaction()
          Returns the UserTransaction