public class InitJenaCore extends Object implements JenaSubsystemLifecycle
| Constructor and Description |
|---|
InitJenaCore() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init() |
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
|
public void start()
JenaSubsystemLifecyclestart in interface JenaSubsystemLifecyclepublic void stop()
JenaSubsystemLifecyclestop in interface JenaSubsystemLifecyclepublic int level()
JenaSubsystemLifecycleJenaSystem for details.level in interface JenaSubsystemLifecyclepublic static void init()
Licenced under the Apache License, Version 2.0