| Package | Description |
|---|---|
| org.rvpf.base.store | |
| org.rvpf.base.value |
Point value classes.
|
| org.rvpf.content |
Conversion between storage and computing representations.
|
| org.rvpf.store.server |
Store server common definitions.
|
| org.rvpf.store.server.rmi |
RMI session support.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StoreSessionProxy.resolve(State state)
Resolves a global state.
|
State |
StoreSessionProxy.resolve(State state,
Point point)
Resolves a state for a point.
|
State |
StoreSessionProxy.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
State |
StoreSession.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StoreSessionProxy.resolve(State state)
Resolves a global state.
|
State |
StoreSessionProxy.resolve(State state,
Point point)
Resolves a state for a point.
|
State |
StoreSessionProxy.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
State |
StoreSession.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
| Constructor and Description |
|---|
UnresolvedStateException(State state)
Constructs an instance.
|
UnresolvedStateException(State state,
String pointString)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromString(String string)
Returns a state from a string representation.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<State> |
State.Group.get(int code)
Gets a state by its code.
|
Optional<State> |
State.Group.get(Integer code)
Gets a state by its code.
|
Optional<State> |
State.Group.get(String name)
Gets a state by its name.
|
List<State> |
State.Group.getStatesByCode()
Gets the states by code.
|
List<State> |
State.Group.getStatesByName()
Gets the states by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
State.Group.put(State state)
Puts a state in this group.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StateContent.decode(PointValue pointValue)
Decodes the value of a point value.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<State> |
StoreServer.Abstract.resolveForPoint(State state,
Optional<Point> point)
Resolves a state for a point.
|
Optional<State> |
StoreServer.resolveForPointUUID(State state,
Optional<UUID> pointUUID)
Resolves a state for a point UUID.
|
Optional<State> |
StoreServer.Abstract.resolveForPointUUID(State state,
Optional<UUID> pointUUID)
Resolves a state for a point UUID.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<State> |
StoreServer.Abstract.resolveForPoint(State state,
Optional<Point> point)
Resolves a state for a point.
|
Optional<State> |
StoreServer.resolveForPointUUID(State state,
Optional<UUID> pointUUID)
Resolves a state for a point UUID.
|
Optional<State> |
StoreServer.Abstract.resolveForPointUUID(State state,
Optional<UUID> pointUUID)
Resolves a state for a point UUID.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StoreSessionImpl.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StoreSessionImpl.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.