public class CachedSceneRegistryRemote extends Object
| Constructor and Description |
|---|
CachedSceneRegistryRemote() |
| Modifier and Type | Method and Description |
|---|---|
static SceneRegistryRemote |
getRegistry() |
static void |
reinitialize() |
static void |
shutdown()
Method shutdown the cached registry instances.
|
static void |
waitForData() |
static void |
waitForData(long timeout,
TimeUnit timeUnit) |
static void |
waitUntilReady()
Method blocks until the registry is not handling any tasks and is currently consistent.
|
public static void reinitialize()
throws InterruptedException,
org.openbase.jul.exception.CouldNotPerformException
InterruptedExceptionorg.openbase.jul.exception.CouldNotPerformExceptionpublic static SceneRegistryRemote getRegistry() throws InterruptedException, org.openbase.jul.exception.NotAvailableException
org.openbase.jul.exception.NotAvailableExceptionInterruptedExceptionpublic static void waitForData()
throws InterruptedException,
org.openbase.jul.exception.CouldNotPerformException
InterruptedExceptionorg.openbase.jul.exception.CouldNotPerformExceptionpublic static void waitForData(long timeout,
TimeUnit timeUnit)
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
org.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionpublic static void waitUntilReady()
throws InterruptedException,
org.openbase.jul.exception.CouldNotPerformException
InterruptedException - is thrown in case the thread was externally interrupted.org.openbase.jul.exception.CouldNotPerformException - is thrown if the wait could not be performed.public static void shutdown()
Copyright © 2014–2018 openbase.org. All rights reserved.