public class PersistentStorage extends Object
Modifier and Type | Class and Description |
---|---|
class |
PersistentStorage.RunWhenShuttingDown |
Constructor and Description |
---|
PersistentStorage() |
PersistentStorage(String[] args) |
Modifier and Type | Method and Description |
---|---|
static boolean |
doWork(boolean pooled)
return true if successful, false means all endpoints are down, lets delay
for a bit then try again
|
void |
init(String[] args) |
static void |
main(String[] args) |
static void |
start(String[] args) |
static void |
stop(String[] args) |
public PersistentStorage(String[] args)
public PersistentStorage()
public static void main(String[] args) throws InterruptedException
InterruptedException
public static void start(String[] args)
public static void stop(String[] args)
public void init(String[] args) throws InterruptedException
InterruptedException
public static boolean doWork(boolean pooled) throws ConfigurationException
pooled
- ConfigurationException
Copyright © 2008–2017 MIL-OSS. All rights reserved.