| Interface | Description |
|---|---|
| DependencyInjector | |
| Initializable |
Classes that require initialization and release methods should implement this interface |
| Module |
|
| Prioritizable |
Marks service which defines its priority between the services of same type
|
| ServicesFactory |
|
| Class | Description |
|---|---|
| DefaultModule | |
| DependencyInjectionServiceImpl | |
| InitializationListener | |
| ServiceLoader |
This class loads services from files placed to the META-INF/services in classpath. |
| ServicesFactoryImpl | |
| ServiceTracker |
Tracker class to provide access to various framework implementation services.
|
| ServiceUtils | |
| Uptime |
|
| ValidatorModule |
This class initializes validator-related services |
| Exception | Description |
|---|---|
| ServiceException |
Exception fired by service tracker if it cannot create requested service. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.