public interface JenaSubsystemLifecycle
| Modifier and Type | Method and Description |
|---|---|
default int |
level()
Provide a marker as to the level to order initialization, 10,20,30,...
|
void |
start()
start - a module should be ready to operate when this returns
|
void |
stop()
stop - a module should have preformed any shutdown operations by the time this returns
|
void start()
void stop()
default int level()
JenaSystem for details.Licenced under the Apache License, Version 2.0