M - public class RemoteRegistrySynchronizer<M extends com.google.protobuf.GeneratedMessage> extends Object implements org.openbase.jul.pattern.Observer<M>
| Constructor and Description |
|---|
RemoteRegistrySynchronizer(org.openbase.jul.storage.registry.RemoteRegistry<?,M,?> remoteRegistry,
com.google.protobuf.Descriptors.FieldDescriptor[] fieldDescriptors)
Create a registry synchronizer which does not filter.
|
RemoteRegistrySynchronizer(org.openbase.jul.storage.registry.RemoteRegistry<?,M,?> remoteRegistry,
com.google.protobuf.Descriptors.FieldDescriptor[] fieldDescriptors,
org.openbase.jul.pattern.AbstractFilter<M> filter)
Create a registry synchronizer which does filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
update(org.openbase.jul.pattern.Observable<M> source,
M data) |
public RemoteRegistrySynchronizer(org.openbase.jul.storage.registry.RemoteRegistry<?,M,?> remoteRegistry, com.google.protobuf.Descriptors.FieldDescriptor[] fieldDescriptors)
remoteRegistry - the registry on which the synchronized messages are notifiedfieldDescriptors - the fields which are used for the synchronizationpublic RemoteRegistrySynchronizer(org.openbase.jul.storage.registry.RemoteRegistry<?,M,?> remoteRegistry, com.google.protobuf.Descriptors.FieldDescriptor[] fieldDescriptors, org.openbase.jul.pattern.AbstractFilter<M> filter)
remoteRegistry - the registry on which the synchronized messages are notifiedfieldDescriptors - the fields which are used for the synchronizationfilter - the filter according to which messages are filteredCopyright © 2014–2017 openbase.org. All rights reserved.