JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

org.jboss.msc.service
Interface BatchBuilder

All Superinterfaces:
ServiceTarget

public interface BatchBuilder
extends ServiceTarget

A batch builder for installing service definitions in a single action. Create an instance via the ServiceTarget.batchBuilder() method.


Method Summary
 void install()
          Install all the defined services into the container.
 
Methods inherited from interface org.jboss.msc.service.ServiceTarget
addDependency, addDependency, addDependency, addListener, addListener, addListener, addService, addServiceValue, addServiceValueIfNotExist, batchBuilder, subTarget
 

Method Detail

install

void install()
             throws ServiceRegistryException
Install all the defined services into the container.

Throws:
ServiceRegistryException

JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

Copyright © 2010 JBoss, a division of Red Hat, Inc.