Uses of Class
com.caucho.config.Service

Packages that use Service
com.caucho.admin   
com.caucho.env.log   
com.caucho.env.shutdown   
com.caucho.jms   
com.caucho.resources   
com.caucho.security   
com.caucho.server.admin   
com.caucho.server.repository   
com.caucho.server.security   
 

Uses of Service in com.caucho.admin
 

Classes in com.caucho.admin with annotations of type Service
 class RemoteAdminService
          Enables remote administration
 

Uses of Service in com.caucho.env.log
 

Classes in com.caucho.env.log with annotations of type Service
 class LogSystem
           
 

Uses of Service in com.caucho.env.shutdown
 

Classes in com.caucho.env.shutdown with annotations of type Service
 class ShutdownService
          Configuration for the ShutdownSystem.
 

Uses of Service in com.caucho.jms
 

Classes in com.caucho.jms with annotations of type Service
 class FileQueue<X extends Serializable>
          A JMS queue backed by a file-based database.
 class FileTopic<E>
          A JMS topic backed by a file-based database.
 class MemoryTopic
          A JMS topic stored in memory.
 

Uses of Service in com.caucho.resources
 

Classes in com.caucho.resources with annotations of type Service
 class CronResource
          Deprecated.  
 class ScheduledTaskConfig
          Deprecated.  
 

Uses of Service in com.caucho.security
 

Classes in com.caucho.security with annotations of type Service
 class AdminAuthenticator
          The admin authenticator provides authentication for Resin admin/management purposes.
 class ClusterSingleSignon
          Cluster-based cache for single-signon.
 class FormLogin
          Used to authenticate users in a servlet request.
 class LdapAuthenticator
          The LDAP authenticator uses the underlying LDAP services provided by the JDK.
 class MemorySingleSignon
          Memory-based cache for single-signon.
 class PropertiesAuthenticator
          The Property authenticator reads a properties file for authentication.
 class XmlRoleMap
          The XML role-map reads a static file for authentication.
 

Uses of Service in com.caucho.server.admin
 

Classes in com.caucho.server.admin with annotations of type Service
 class DeployService
           
 class ManagerService
           
 class StatSystem
           
 

Uses of Service in com.caucho.server.repository
 

Classes in com.caucho.server.repository with annotations of type Service
 class ProjectJarRepository
          The directory holding jars
 

Uses of Service in com.caucho.server.security
 

Classes in com.caucho.server.security with annotations of type Service
 class XmlRoleMap
          The XML role-map reads a static file for authentication.