| Package | Description |
|---|---|
| org.openbase.jul.storage.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerRegistryImpl<KEY,ENTRY extends org.openbase.jul.pattern.Controller & Identifiable<KEY>>
* @author Tamino Huxohl
|
class |
RemoteControllerRegistryImpl<KEY,ENTRY extends org.openbase.jul.pattern.Remote & Identifiable<KEY>>
* @author Tamino Huxohl
|
class |
RemoteRegistryImpl<KEY,ENTRY extends org.openbase.jul.pattern.Controller & Identifiable<KEY>>
* @author Tamino Huxohl
|
class |
SynchronizableRegistryImpl<KEY,ENTRY extends Identifiable<KEY>>
A simple
AbstractRegistry implementation providing the timestamp of the last synchronization by implementing the SynchronizableRegistry interface. |
| Modifier and Type | Field and Description |
|---|---|
protected SynchronizableRegistry<KEY,ENTRY> |
RegistrySynchronizer.localRegistry |
| Constructor and Description |
|---|
ActivatableEntryRegistrySynchronizer(SynchronizableRegistry<KEY,ENTRY> registry,
RemoteRegistry<KEY,CONFIG_M,CONFIG_MB> remoteRegistry,
RegistryRemote registryRemote,
org.openbase.jul.pattern.Factory<ENTRY,CONFIG_M> factory) |
EnableableEntryRegistrySynchronizer(SynchronizableRegistry<KEY,ENTRY> registry,
RemoteRegistry<KEY,CONFIG_M,CONFIG_MB> remoteRegistry,
RegistryRemote registryRemote,
org.openbase.jul.pattern.Factory<ENTRY,CONFIG_M> factory) |
RegistrySynchronizer(SynchronizableRegistry<KEY,ENTRY> registry,
RemoteRegistry<KEY,CONFIG_M,CONFIG_MB> remoteRegistry,
org.openbase.jul.pattern.Factory<ENTRY,CONFIG_M> factory)
Deprecated.
|
RegistrySynchronizer(SynchronizableRegistry<KEY,ENTRY> registry,
RemoteRegistry<KEY,CONFIG_M,CONFIG_MB> remoteRegistry,
RegistryRemote registryRemote,
org.openbase.jul.pattern.Factory<ENTRY,CONFIG_M> factory) |
Copyright © 2015–2018 openbase.org. All rights reserved.