Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.store | |
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.rmi |
RMI session support.
|
Constructor and Description |
---|
Impl(PointBinding[] bindings)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
PointBinding[] |
StoreSessionProxy.getPointBindings(PointBinding.Request[] bindingRequests)
Gets point binding informations on selected points.
|
PointBinding[] |
StoreSession.getPointBindings(PointBinding.Request[] bindingRequests)
Gets point binding informations on selected points.
|
Modifier and Type | Method and Description |
---|---|
Optional<List<PointBinding>> |
StoreSessionProxy.getPointBindings(Collection<PointBinding.Request> bindingRequests)
Gets point binding informations on selected points.
|
Modifier and Type | Method and Description |
---|---|
int |
PointBinding.compareTo(PointBinding other) |
Modifier and Type | Method and Description |
---|---|
PointBinding[] |
StoreServer.bind(PointBinding.Request[] bindRequests)
Binds point names to their UUID.
|
PointBinding[] |
StoreServer.Abstract.bind(PointBinding.Request[] bindRequests)
Binds point names to their UUID.
|
Modifier and Type | Method and Description |
---|---|
Optional<PointBinding> |
StoreServer.Abstract.getBinding(String name)
Gets a point binding by name.
|
Modifier and Type | Method and Description |
---|---|
void |
StoreServer.Abstract.addBinding(PointBinding binding)
Adds a binding.
|
boolean |
StoreServer.Abstract.removeBinding(PointBinding binding)
Removes a binding.
|
void |
StoreServer.unbind(PointBinding[] bindings)
Unbinds.
|
void |
StoreServer.Abstract.unbind(PointBinding[] bindings)
Unbinds.
|
Modifier and Type | Method and Description |
---|---|
PointBinding[] |
StoreSessionImpl.getPointBindings(PointBinding.Request[] bindingRequests)
Gets point binding informations on selected points.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.