Class ServiceEnvironmentImpl

  • All Implemented Interfaces:
    ServiceEnvironment, edu.uiuc.ncsa.security.core.Logable
    Direct Known Subclasses:
    OA2SE

    public class ServiceEnvironmentImpl
    extends MyProxyServiceEnvironment
    implements ServiceEnvironment
    The runtime environment for a service. This is a bridge between the configuration and the instances. Typically it is populated with providers (i.e.configured factories) which retrieves the instances as needed.

    Created by Jeff Gaynor
    on 1/9/12 at 4:08 PM