Uses of Interface
com.caucho.env.service.ResinSubSystem

Packages that use ResinSubSystem
com.caucho.cloud.bam   
com.caucho.cloud.loadbalance   
com.caucho.cloud.network   
com.caucho.cloud.security   
com.caucho.cloud.topology   
com.caucho.db.block   
com.caucho.env.deploy   
com.caucho.env.git   
com.caucho.env.health   
com.caucho.env.lock   
com.caucho.env.log   
com.caucho.env.meter   
com.caucho.env.repository   
com.caucho.env.service   
com.caucho.env.shutdown   
com.caucho.env.vote   
com.caucho.env.warning   
com.caucho.network.listen   
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.distcache   
com.caucho.server.httpcache   
 

Uses of ResinSubSystem in com.caucho.cloud.bam
 

Classes in com.caucho.cloud.bam that implement ResinSubSystem
 class BamSystem
          The BAM service registered in the Resin network.
 

Uses of ResinSubSystem in com.caucho.cloud.loadbalance
 

Classes in com.caucho.cloud.loadbalance that implement ResinSubSystem
 class LoadBalanceService
          LoadBalanceService distributes requests across a group of clients.
 

Uses of ResinSubSystem in com.caucho.cloud.network
 

Classes in com.caucho.cloud.network that implement ResinSubSystem
 class NetworkClusterSystem
          NetworkClusterService manages the cluster network code, the communication between Resin servers in a cluster.
 class NetworkListenSystem
           
 

Uses of ResinSubSystem in com.caucho.cloud.security
 

Classes in com.caucho.cloud.security that implement ResinSubSystem
 class SecurityService
           
 

Uses of ResinSubSystem in com.caucho.cloud.topology
 

Classes in com.caucho.cloud.topology that implement ResinSubSystem
 class TopologyService
          Interface for a service registered with the Resin Server.
 

Uses of ResinSubSystem in com.caucho.db.block
 

Classes in com.caucho.db.block that implement ResinSubSystem
 class BlockManagerSubSystem
          The ShutdownSystem manages the Resin shutdown and includes a timeout thread.
 

Uses of ResinSubSystem in com.caucho.env.deploy
 

Classes in com.caucho.env.deploy that implement ResinSubSystem
 class DeployControllerService
          Deployment service for detecting changes in a controller, managed by tags.
 

Uses of ResinSubSystem in com.caucho.env.git
 

Classes in com.caucho.env.git that implement ResinSubSystem
 class GitSystem
          Top-level class for a repository
 

Uses of ResinSubSystem in com.caucho.env.health
 

Classes in com.caucho.env.health that implement ResinSubSystem
 class HealthStatusService
          A service that any component can use to send notifications about health status changes.
 

Uses of ResinSubSystem in com.caucho.env.lock
 

Classes in com.caucho.env.lock that implement ResinSubSystem
 class LockService
          Manages the distributed lock
 

Uses of ResinSubSystem in com.caucho.env.log
 

Classes in com.caucho.env.log that implement ResinSubSystem
 class LogSystem
           
 

Uses of ResinSubSystem in com.caucho.env.meter
 

Classes in com.caucho.env.meter that implement ResinSubSystem
 class MeterService
           
 

Uses of ResinSubSystem in com.caucho.env.repository
 

Classes in com.caucho.env.repository that implement ResinSubSystem
 class LocalRepositoryService
           
 class RepositorySystem
          Public API for the persistent .git repository
 

Uses of ResinSubSystem in com.caucho.env.service
 

Classes in com.caucho.env.service that implement ResinSubSystem
 class AbstractResinSubSystem
          Interface for a service registered with the Resin Server.
 class CdiSystem
           
 class RootDirectorySystem
          Root service for the root and data directories.
 

Methods in com.caucho.env.service with type parameters of type ResinSubSystem
<T extends ResinSubSystem>
T
ResinSystem.addServiceIfAbsent(java.lang.Class<?> serviceApi, T service)
          Adds a new service.
<T extends ResinSubSystem>
T
ResinSystem.addServiceIfAbsent(T service)
          Adds a new service.
static
<T extends ResinSubSystem>
T
ResinSystem.getCurrentService(java.lang.Class<T> serviceClass)
          Returns the current identified service.
<T extends ResinSubSystem>
T
ResinSystem.getService(java.lang.Class<T> cl)
          Returns the service for the given class.
 

Methods in com.caucho.env.service with parameters of type ResinSubSystem
 void ResinSystem.addService(java.lang.Class<?> serviceApi, ResinSubSystem service)
          Adds a new service.
 void ResinSystem.addService(ResinSubSystem service)
          Adds a new service.
 

Uses of ResinSubSystem in com.caucho.env.shutdown
 

Classes in com.caucho.env.shutdown that implement ResinSubSystem
 class ShutdownSystem
          The ShutdownSystem manages the Resin shutdown and includes a timeout thread.
 

Uses of ResinSubSystem in com.caucho.env.vote
 

Classes in com.caucho.env.vote that implement ResinSubSystem
 class VoteService
          Manages the distributed lock
 

Uses of ResinSubSystem in com.caucho.env.warning
 

Classes in com.caucho.env.warning that implement ResinSubSystem
 class WarningService
          The WarningService is a general way to send warning and critical system messages such as shutdown messages.
 

Uses of ResinSubSystem in com.caucho.network.listen
 

Classes in com.caucho.network.listen that implement ResinSubSystem
 class ListenService
          The socket listen service, which accepts sockets and dispatches them to protocols.
 class SocketPollService
          The socket poll service, provides nio-style socket listening.
 

Uses of ResinSubSystem in com.caucho.server.admin
 

Classes in com.caucho.server.admin that implement ResinSubSystem
 class StatSystem
           
 

Uses of ResinSubSystem in com.caucho.server.cluster
 

Classes in com.caucho.server.cluster that implement ResinSubSystem
 class ServletSystem
          The main servlet service in a Resin server.
 

Uses of ResinSubSystem in com.caucho.server.distcache
 

Classes in com.caucho.server.distcache that implement ResinSubSystem
 class DistCacheSystem
          The local cache repository.
 

Uses of ResinSubSystem in com.caucho.server.httpcache
 

Classes in com.caucho.server.httpcache that implement ResinSubSystem
 class TempFileService
          Represents an inode to a temporary file.