Package org.jboss.as.controller
Interface BootContext
-
public interface BootContext
Context used to boot a controller service.- Author:
- John Bailey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceTarget
getServiceTarget()
Get the service target used for boot.
-