public interface JenaSubsystemRegistry
JenaSubsystemRegistry
is a set of objects implementing JenaSubsystemLifecycle
.Modifier and Type | Method and Description |
---|---|
void |
add(JenaSubsystemLifecycle module)
Add to the collection.
|
boolean |
isEmpty() |
boolean |
isRegistered(JenaSubsystemLifecycle module)
check whether registered
|
void |
load()
Load - perform some kinds of search for
JenaSubsystemLifecycle implementations. |
void |
remove(JenaSubsystemLifecycle module)
Remove from the collection.
|
int |
size() |
List<JenaSubsystemLifecycle> |
snapshot()
Return the registered items in a copied list.
|
void load()
JenaSubsystemLifecycle
implementations.
This is called once in the initialization process.void add(JenaSubsystemLifecycle module)
boolean isRegistered(JenaSubsystemLifecycle module)
void remove(JenaSubsystemLifecycle module)
int size()
boolean isEmpty()
List<JenaSubsystemLifecycle> snapshot()
Licenced under the Apache License, Version 2.0