Package org.jboss.as.controller
Interface BootContext
public interface BootContext
Context used to boot a controller service.
- Author:
- John Bailey
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceTargetGet 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
-