Uses of Class
me.legrange.service.ServiceException
-
-
Uses of ServiceException in me.legrange.service
Subclasses of ServiceException in me.legrange.service Modifier and Type Class Description classComponentExceptionThrown by components if they want to signal a critical error.classEnvironmentDetectionExceptionMethods in me.legrange.service that throw ServiceException Modifier and Type Method Description protected voidService. onStop()Stop the service.protected <C extends Component>
CComponent. requireComponent(Class<C> clazz)<C extends Component>
CService. requireComponent(Class<C> clazz)protected abstract voidService. start()Start the service.voidService. start(Conf config)voidService. stop()
-