|
JBoss Modular Service Kernel API 1.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchBuilder | |
|---|---|
| org.jboss.msc.service | |
| Uses of BatchBuilder in org.jboss.msc.service |
|---|
| Methods in org.jboss.msc.service that return BatchBuilder | |
|---|---|
BatchBuilder |
BatchBuilder.addDependency(Collection<ServiceName> dependencies)
Add a collection of dependencies that will be added to the all the ServiceDefinitions in the batch. |
BatchBuilder |
BatchBuilder.addDependency(ServiceName... dependencies)
Add a list of dependencies that will be added to the all the ServiceDefinitions in the batch. |
BatchBuilder |
BatchBuilder.addDependency(ServiceName dependency)
Add a dependency that will be added to the all the ServiceDefinitions in the batch. |
BatchBuilder |
BatchBuilder.addListener(Collection<ServiceListener<Object>> listeners)
Add a collection of service listener that will be added to the all the ServiceDefinitions in the batch. |
BatchBuilder |
BatchBuilder.addListener(ServiceListener<Object>... listeners)
Add a list of service listener that will be added to the all the ServiceDefinitions in the batch. |
BatchBuilder |
BatchBuilder.addListener(ServiceListener<Object> listener)
Add a service listener that will be added to the all the ServiceDefinitions in the batch. |
BatchBuilder |
ServiceContainer.batchBuilder()
Get a new batch builder, which is used to resolve and install described services. |
BatchBuilder |
BatchBuilder.subBatchBuilder()
Create a sub-batch using this as the parent batch. |
| Methods in org.jboss.msc.service with parameters of type BatchBuilder | |
|---|---|
void |
ServiceActivator.activate(ServiceContainer container,
BatchBuilder batchBuilder)
Activate services. |
|
JBoss Modular Service Kernel API 1.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||