Package gw.config
Interface ServiceKernelInit
-
- All Known Implementing Classes:
DefaultCommonsServiceKernelInit
,ShellKernelInit
public interface ServiceKernelInit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(ServiceKernel kernel)
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-
-
Method Detail
-
init
void init(ServiceKernel kernel)
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-