JBoss Modular Service Kernel API 1.0.0.CR2

org.jboss.msc.service
Interface ServiceActivatorContext

All Known Implementing Classes:
ServiceActivatorContextImpl

public interface ServiceActivatorContext

Context provided to ServiceActivator instances at execution time.

Author:
John E. Bailey, David M. Lloyd

Method Summary
 ServiceRegistry getServiceRegistry()
          Get the service registry for this activation.
 ServiceTarget getServiceTarget()
          Get the service target for this activation.
 

Method Detail

getServiceTarget

ServiceTarget getServiceTarget()
Get the service target for this activation.

Returns:
the service target

getServiceRegistry

ServiceRegistry getServiceRegistry()
Get the service registry for this activation.

Returns:
the service registry

JBoss Modular Service Kernel API 1.0.0.CR2

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