WildFly Modular Service Container Implementation Details: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=ServiceContainer= | =ServiceContainer= | ||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
:https://github.com/jboss-msc/jboss-msc/blob/master/src/main/java/org/jboss/msc/service/ServiceContainer.java<br> | |||
:https://github.com/jboss-msc/jboss-msc/blob/master/src/main/java/org/jboss/msc/service/ServiceContainerImpl.java<br> | |||
</blockquote> | |||
=Programmatic Access= | |||
<font color=red> | |||
TODO: | |||
* Can I get a hold of the container, programmatically? Use/extend the code linked above. | |||
* Document API. | |||
* Document Maven dependencies. | |||
* jboss-deployment-dependencies. | |||
* Document ServiceContainerHelper, and the fact that getting the value of a service starts it. | |||
* Document that the service needs to be started in order to getValue(), and if I get null for getValue(), the service is probably not started. | |||
</font> |
Latest revision as of 04:54, 13 January 2017
Internal
ServiceContainer
Programmatic Access
TODO:
- Can I get a hold of the container, programmatically? Use/extend the code linked above.
- Document API.
- Document Maven dependencies.
- jboss-deployment-dependencies.
- Document ServiceContainerHelper, and the fact that getting the value of a service starts it.
- Document that the service needs to be started in order to getValue(), and if I get null for getValue(), the service is probably not started.