Class DelegatingServiceController<S>

java.lang.Object
org.jboss.msc.service.DelegatingServiceController<S>
All Implemented Interfaces:
ServiceController<S>, Value<S>

public class DelegatingServiceController<S> extends Object implements ServiceController<S>
A service controller which delegates to another service controller.
Author:
Richard Opalka