public class JournalAvailableChecker extends Object implements org.osgi.service.event.EventHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
JournalAvailableChecker.JournalCheckerConfiguration |
| Modifier and Type | Field and Description |
|---|---|
static long |
INITIAL_RETRY_DELAY |
static long |
MAX_RETRY_DELAY |
| Constructor and Description |
|---|
JournalAvailableChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(JournalAvailableChecker.JournalCheckerConfiguration config,
org.osgi.framework.BundleContext context) |
void |
deactivate() |
void |
handleEvent(org.osgi.service.event.Event event) |
boolean |
isAvailable() |
void |
run() |
public static final long INITIAL_RETRY_DELAY
public static final long MAX_RETRY_DELAY
public void activate(JournalAvailableChecker.JournalCheckerConfiguration config, org.osgi.framework.BundleContext context)
public void deactivate()
public boolean isAvailable()
public void run()
public void handleEvent(org.osgi.service.event.Event event)
handleEvent in interface org.osgi.service.event.EventHandlerCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.