JBoss Modular Service Kernel API 1.0.0.Beta1

Uses of Interface
org.jboss.msc.service.Service

Packages that use Service
org.jboss.msc.service   
org.jboss.msc.services   
org.jboss.msc.services.http   
 

Uses of Service in org.jboss.msc.service
 

Classes in org.jboss.msc.service that implement Service
 class AbstractService<T>
          An abstract service class which provides default implementations.
 

Fields in org.jboss.msc.service declared as Service
static Service<Void> Service.NULL
          A simple null service which performs no start or stop action.
 

Fields in org.jboss.msc.service with type parameters of type Service
static Value<Service<Void>> Service.NULL_VALUE
          A value which resolves to the null service.
 

Methods in org.jboss.msc.service with parameters of type Service
<T> BatchServiceBuilder<T>
BatchBuilder.addService(ServiceName name, Service<T> service)
          Get a builder which can be used to add a service to this batch.
 

Method parameters in org.jboss.msc.service with type arguments of type Service
<T> BatchServiceBuilder<T>
BatchBuilder.addServiceValue(ServiceName name, Value<? extends Service<T>> value)
          Get a builder which can be used to add a service to this batch.
<T> BatchServiceBuilder<T>
BatchBuilder.addServiceValueIfNotExist(ServiceName name, Value<? extends Service<T>> value)
          Get a builder which can be used to add a service to this batch which is installed only if another service with the same name does not already exist.
 

Uses of Service in org.jboss.msc.services
 

Classes in org.jboss.msc.services that implement Service
 class LifecycleService<T>
          A service which calls lifecycle methods on a POJO-style object.
 class MBeanService
          A service which registers the target object as an MBean.
 class ThreadPoolExecutorService
          A thread pool executor service, which is configurable at runtime.
 class VFSMountService
          A service which mounts an archive on the VFS.
 

Uses of Service in org.jboss.msc.services.http
 

Classes in org.jboss.msc.services.http that implement Service
 class HttpContextService
          An HTTP context.
 class HttpServerService
          An example service using the embedded JDK HTTP server found in some Java distributions.
 


JBoss Modular Service Kernel API 1.0.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.