JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

org.jboss.msc.service
Interface ServiceActivator


public interface ServiceActivator

A service activator which contributes services to a batch.

Author:
David M. Lloyd

Method Summary
 void activate(ServiceActivatorContext serviceActivatorContext)
          Activate services.
 

Method Detail

activate

void activate(ServiceActivatorContext serviceActivatorContext)
Activate services.

Parameters:
serviceActivatorContext - the activation context

JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

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