Interface | Description |
---|---|
IInternalService |
Internal service interface for managing services in service container.
|
IRequiredServiceFetcher |
Interface for fetching required services.
|
IService |
The interface for platform services.
|
IServiceContainer |
Internal interface for a service container.
|
IServiceIdentifier |
Interface for service identifier.
|
IServiceProvider |
Interface for service providers.
|
Class | Description |
---|---|
BasicService |
Basic service provide a simple default isValid() implementation
that returns true after start service and false afterwards.
|
BasicServiceContainer |
A service container is a simple infrastructure for a collection of
services.
|
CacheServiceContainer |
Service container that uses caching for fast service access.
|
ProvidedServiceImplementation |
Contains information for provided service implementation:
- implementation class or
- creation expression or
- implementation forward to other component via binding
|
ProvidedServiceInfo |
Info for provided services.
|
PublishInfo |
Info struct for service publishing details.
|
RequiredServiceBinding |
Required service binding information.
|
RequiredServiceInfo |
Struct for information about a required service.
|
ServiceIdentifier |
Service identifier for uniquely identifying a service.
|
Exception | Description |
---|---|
ServiceInvalidException |
Exception that is thrown when a service is called that is invalid.
|
Copyright © 2012. All Rights Reserved.