Package org.jboss.msc.service
Interface ServiceActivator
-
public interface ServiceActivator
A service activator which contributes services to a batch.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activate(ServiceActivatorContext serviceActivatorContext)
Activate services.
-
-
-
Method Detail
-
activate
void activate(ServiceActivatorContext serviceActivatorContext) throws ServiceRegistryException
Activate services.- Parameters:
serviceActivatorContext
- the activation context- Throws:
ServiceRegistryException
- if there is a problem registering an activated service
-
-