Interface BootContext


public interface BootContext
Context used to boot a controller service.
Author:
John Bailey
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.msc.service.ServiceTarget
    Get the service target used for boot.
  • Method Details

    • getServiceTarget

      org.jboss.msc.service.ServiceTarget getServiceTarget()
      Get the service target used for boot.
      Returns:
      the service target