Class DelegatingServiceRegistry

java.lang.Object
org.jboss.msc.service.DelegatingServiceRegistry
All Implemented Interfaces:
ServiceRegistry

public class DelegatingServiceRegistry extends Object implements ServiceRegistry
A service registry which delegates to another service registry.
Author:
David M. Lloyd, Richard Opalka
  • Constructor Details

    • DelegatingServiceRegistry

      public DelegatingServiceRegistry(ServiceRegistry delegate)
      Construct a new instance.
      Parameters:
      delegate - the registry to delegate to
  • Method Details