Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.alert |
Alert classes.
|
org.rvpf.base.rmi |
RMI support classes.
|
org.rvpf.base.som |
Simple object messaging base classes.
|
org.rvpf.base.store | |
org.rvpf.base.tool | |
org.rvpf.base.util |
Base utility classes.
|
org.rvpf.base.value |
Point value classes.
|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.config.entity | |
org.rvpf.document.loader |
Configuration and metadata documents loader.
|
org.rvpf.forwarder.filter |
Forwarder service filter modules.
|
org.rvpf.jmx |
JMX agent service.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.processor.engine.executor.remote |
Remote executor Engine.
|
org.rvpf.service |
Service helper classes.
|
org.rvpf.service.app | |
org.rvpf.service.rmi |
Service helper classes (RMI).
|
org.rvpf.som.queue | |
org.rvpf.som.topic | |
org.rvpf.store.client |
Store client common definitions.
|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.rmi |
RMI session support.
|
org.rvpf.store.server.the |
TheStore server.
|
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
Modifier and Type | Field and Description |
---|---|
static UUID |
UUID.NULL
Null UUID.
|
Modifier and Type | Method and Description |
---|---|
UUID |
UUID.deleted()
Returns this or a clone of this with the 'deleted' indicator set.
|
static UUID |
UUID.fromBytes(byte[] bytes)
Returns a new UUID from a byte array.
|
static UUID |
UUID.fromLongs(long high,
long low)
Returns a new UUID from two longs.
|
static UUID |
UUID.fromName(String name)
Returns a new UUID from a name generated by
toName() . |
static UUID |
UUID.generate()
Generates a UUID.
|
static UUID |
UUID.generate(Optional<byte[]> seed)
Generates a version 4 UUID (IETF RFC 4122).
|
static UUID |
UUID.generate(String seed)
Generates a UUID.
|
static UUID |
UUID.synthesize(long high,
int midHigh,
int midLow,
long low)
Synthesizes a UUID from four numbers.
|
UUID |
UUID.undeleted()
Returns this or a clone of this with the 'deleted' indicator cleared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<UUID> |
UUID.fromDataInput(DataInput source)
Reads in an external representation of a UUID.
|
static Optional<UUID> |
UUID.fromString(String string)
Returns a new UUID from a string.
|
Optional<UUID> |
Point.Replicate.getPointUUID()
Gets the point's UUID.
|
Optional<UUID> |
Point.Named.getUUID()
Gets the UUID of this Entity.
|
Optional<UUID> |
Entity.getUUID()
Gets the UUID of this Entity.
|
Map<UUID,Reference<Point>> |
Points.Impl.getUUIDMap()
Gets the UUID map.
|
static Optional<UUID> |
UUID.readExternal(ObjectInput source)
Reads in an external representation of a UUID.
|
Modifier and Type | Method and Description |
---|---|
int |
UUID.compareTo(UUID other)
Implements Comparable.
|
Optional<Point> |
Points.getPointByUUID(UUID uuid)
Gets the point with the specified UUID.
|
Optional<Point> |
Points.Impl.getPointByUUID(UUID uuid)
Gets the point with the specified UUID.
|
Modifier and Type | Method and Description |
---|---|
static void |
UUID.writeExternal(Optional<UUID> uuid,
ObjectOutput destination)
Writes out an external representation of a UUID.
|
Constructor and Description |
---|
Named(String name,
Optional<UUID> uuid)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
UUID |
Alert.getUUID()
Gets this alert's UUID.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
Alert.getSourceUUID()
Gets the source's UUID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Alert.addVisit(UUID uuid)
Adds a forwarder as visited by this alert.
|
Constructor and Description |
---|
Alert(String name,
Optional<String> sourceServiceName,
Optional<String> sourceEntityName,
Optional<UUID> sourceUUID,
Optional<?> info)
Constructs an instance.
|
Error(String name,
Optional<String> serviceName,
Optional<String> entityName,
Optional<UUID> sourceUUID,
Optional<Object> info)
Constructs an instance.
|
Event(String name,
Optional<String> serviceName,
Optional<String> entityName,
Optional<UUID> sourceUUID,
Optional<Object> info)
Constructs an instance.
|
Fatal(String name,
Optional<String> serviceName,
Optional<String> entityName,
Optional<UUID> sourceUUID,
Optional<Object> info)
Constructs an instance.
|
Info(String name,
Optional<String> serviceName,
Optional<String> entityName,
Optional<UUID> sourceUUID,
Optional<Object> info)
Constructs an instance.
|
Signal(String name,
Optional<String> serviceName,
Optional<String> entityName,
Optional<UUID> sourceUUID,
Optional<?> info)
Constructs an instance.
|
Warning(String name,
Optional<String> serviceName,
Optional<String> entityName,
Optional<UUID> sourceUUID,
Optional<Object> info)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
UUID |
SessionProxy.getContextUUID()
Gets the context UUID.
|
UUID |
SessionClientContext.getUUID()
Gets the identifying UUID.
|
Constructor and Description |
---|
CertifiedClientSocketFactory(UUID uuid)
Constructs an instance.
|
ClientSocketFactory(UUID uuid)
Constructs an instance.
|
SecureClientSocketFactory(UUID uuid)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
PublisherSession |
TopicServer.createPublisherSession(UUID uuid,
String clientName)
Creates a publisher session.
|
ReceiverSession |
QueueServer.createReceiverSession(UUID uuid,
String clientName)
Creates a receiver session.
|
SenderSession |
QueueServer.createSenderSession(UUID uuid,
String clientName)
Creates a sender session.
|
SubscriberSession |
TopicServer.createSubscriberSession(UUID uuid,
String clientName)
Creates a subscriber session.
|
Modifier and Type | Method and Description |
---|---|
UUID |
PointBinding.getServerUUID()
Gets the point's UUID (server).
|
UUID |
Store.getUUID()
Gest the store entity UUID.
|
UUID |
PointBinding.getUUID()
Gets the point's UUID (client).
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
PointBinding.Request.getClientUUID()
Gets the client UUID.
|
Optional<UUID> |
StoreValuesQuery.getPointUUID()
Gets the point's UUID.
|
Optional<UUID> |
StoreValuesQuery.Mark.getQueryPointUUID()
Gets the UUID of the point.
|
Optional<UUID> |
PointBinding.Request.getSelectionUUID()
Gets the selection UUID.
|
Optional<UUID> |
StoreAccessException.getStoreUUID()
Gets the store UUID.
|
Modifier and Type | Method and Description |
---|---|
PointBinding.Request.Builder |
PointBinding.Request.Builder.bindTo(UUID uuid)
Asks to bind the name to a UUID.
|
StoreSession |
StoreSessionFactory.createStoreSession(UUID uuid,
String clientName)
Creates a store session.
|
int |
StoreSessionProxy.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
StoreSession.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
Store.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
StoreSessionProxy.purge(UUID pointUUID,
TimeInterval timeInterval)
Purges point values.
|
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.
|
PointBinding.Request.Builder |
PointBinding.Request.Builder.selectUUID(UUID uuid)
Selects the point.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setPointUUID(UUID pointUUID)
Sets the point UUID for the query.
|
Optional<StoreValues> |
StoreSessionProxy.subscribe(UUID pointUUID)
Subscribes to a point values events.
|
StoreValues[] |
StoreSessionProxy.subscribe(UUID[] pointUUIDs)
Subscribes to point values events.
|
StoreValues[] |
StoreSession.subscribe(UUID[] pointUUIDs)
Subscribes to point values events.
|
boolean |
Store.subscribe(UUID[] points)
Subscribes to point values store update events.
|
boolean |
StoreSessionProxy.subscribeAndCheck(UUID[] pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
boolean |
StoreSessionProxy.subscribeAndCheck(UUID pointUUID,
Logger logger)
Subscribes to point value events and check the response.
|
Exception |
StoreSessionProxy.unsubscribe(UUID pointUUID)
Usubscribes from a point values events.
|
Exception[] |
StoreSessionProxy.unsubscribe(UUID[] pointUUIDs)
Unsubscribes from point values events.
|
Exception[] |
StoreSession.unsubscribe(UUID[] pointUUIDs)
Unsubscribes from point values events.
|
boolean |
Store.unsubscribe(UUID[] points)
Unsubscribes from points values events.
|
boolean |
StoreSessionProxy.unsubscribeAndCheck(UUID[] pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
boolean |
StoreSessionProxy.unsubscribeAndCheck(UUID pointUUID,
Logger logger)
Subscribes to point value events and check the response.
|
Modifier and Type | Method and Description |
---|---|
void |
StoreValues.mark(Optional<UUID> pointUUID,
DateTime stamp,
int done)
Creates a mark for the next point value.
|
StoreValuesQuery.Mark |
StoreValuesQuery.newMark(Optional<UUID> pointUUID,
DateTime stamp,
int done)
Returns a new mark.
|
List<StoreValues> |
StoreSessionProxy.subscribe(Collection<UUID> pointUUIDs)
Subscribes to point values events.
|
boolean |
Store.subscribe(Collection<UUID> points)
Subscribes to point values store update events.
|
boolean |
StoreSessionProxy.subscribeAndCheck(Collection<UUID> pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
List<Exception> |
StoreSessionProxy.unsubscribe(Collection<UUID> pointUUIDs)
Unsubscribes from point values events.
|
boolean |
StoreSessionProxy.unsubscribeAndCheck(Collection<UUID> pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
Constructor and Description |
---|
PointBinding(String name,
UUID clientUUID,
Optional<UUID> serverUUID)
Constructs a point binding.
|
Constructor and Description |
---|
PointBinding(String name,
UUID clientUUID,
Optional<UUID> serverUUID)
Constructs a point binding.
|
StoreAccessException(Optional<UUID> storeUUID,
SessionException cause)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Traces.setUp(File where,
KeyedGroups how,
UUID who,
Optional<String> what)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
SignalTarget.getUUID()
Gets the target UUID.
|
Constructor and Description |
---|
SignalTarget(Optional<String> name,
Optional<UUID> uuid,
Optional<String> reference)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
UUID |
PointValue.getPointUUID()
Gets the point's UUID.
|
Modifier and Type | Method and Description |
---|---|
static VersionedValue |
VersionedValue.Factory.restore(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Restores a versioned value.
|
void |
PointValue.setPointUUID(UUID uuid)
Sets the point's UUID.
|
Modifier and Type | Method and Description |
---|---|
ResultValue |
ResultValue.morph(Optional<UUID> uuid)
Morphs this into a point value for an other point.
|
PointValue |
PointValue.morph(Optional<UUID> uuid)
Morphs this into a point value for an other point.
|
Constructor and Description |
---|
Deleted(UUID uuid,
Optional<DateTime> stamp)
Constructs an instance.
|
PointValue(UUID uuid,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance from raw data.
|
Purged(UUID uuid,
Optional<DateTime> stamp)
Constructs an instance.
|
VersionedValue(UUID uuid,
Optional<DateTime> stamp)
Constructs an instance.
|
VersionedValue(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
Config.getServiceUUID()
Gets the service UUID.
|
Modifier and Type | Method and Description |
---|---|
File |
Config.getCacheDir(String section,
Optional<UUID> uuid,
Optional<String> ident)
Gets the cache directory.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
AbstractEntity.getUUID()
Gets the UUID of this Entity.
|
protected Optional<UUID> |
AbstractEntity.Builder.getUUID()
Gets the UUID.
|
Modifier and Type | Method and Description |
---|---|
ClassDefEntity.Builder |
ClassDefEntity.Builder.setUUID(UUID uuid)
Sets the UUID.
|
AbstractEntity.Builder |
AbstractEntity.Builder.setUUID(UUID uuid)
Sets the UUID.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntity.setUUID(Optional<UUID> uuid)
Sets the UUID of this Entity.
|
Constructor and Description |
---|
AbstractEntity(Optional<String> name,
Optional<UUID> uuid)
Constructs an instance.
|
ValidatorDefEntity(Optional<String> name,
Optional<UUID> uuid,
boolean hidden,
boolean multiple)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
MetadataDocumentLoader.fetchMetadata(MetadataFilter filter,
Optional<Config> config,
Optional<UUID> uuid,
Optional<String> from)
Fetches the Metadata.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<UUID> |
ForwarderFilter.Abstract.getUUID()
Gets the UUID.
|
Modifier and Type | Method and Description |
---|---|
AgentSession |
AgentSessionFactory.createAgentSession(UUID uuid,
String clientName)
Creates a JMX agent session.
|
Modifier and Type | Method and Description |
---|---|
Optional<Point> |
Metadata.getPointByUUID(UUID uuid)
Gets the point with the specified UUID.
|
Constructor and Description |
---|
BehaviorEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
boolean generated)
Constructs an instance.
|
ContentEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
EngineEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
MetadataEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts)
Constructs an instance.
|
OriginEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Set<PointEntity> pointEntities)
Constructs an instance.
|
ParamsEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params)
Constructs an instance.
|
ProxyEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
SyncEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
ClassDefEntity classDef,
Optional<Sync> sync)
Constructs an instance.
|
TransformEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
Optional<EngineEntity> engineEntity,
List<TransformEntity.Arg> args)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
RemoteEngineSession |
RemoteEngineFactoryImpl.createEngineSession(UUID uuid,
String clientName)
Creates a remote engine session.
|
RemoteEngineSession |
RemoteEngineFactory.createEngineSession(UUID uuid,
String clientName)
Creates a remote engine session.
|
Modifier and Type | Method and Description |
---|---|
UUID |
ServiceImpl.getSourceUUID()
Gets the source UUID.
|
UUID |
Service.getSourceUUID()
Gets the source UUID.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
ServiceImpl.getOptionalSourceUUID()
Gets the optional source UUID.
|
Optional<UUID> |
Service.getOptionalSourceUUID()
Gets the optional source UUID.
|
Optional<UUID> |
ServiceImpl.getServiceUUID()
Gets the service UUID.
|
Optional<UUID> |
Service.getServiceUUID()
Gets the service UUID.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setSourceUUID(UUID sourceUUID)
Sets the source UUID.
|
void |
Service.setSourceUUID(UUID sourceUUID)
Sets the source UUID.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.monitorService(Optional<String> name,
Optional<UUID> uuid,
Optional<String> reference)
Registers a service to be monitored.
|
void |
Service.monitorService(Optional<String> name,
Optional<UUID> uuid,
Optional<String> reference)
Registers a service to be monitored.
|
Modifier and Type | Method and Description |
---|---|
UUID |
ServiceAppImpl.getSourceUUID()
Gets the source UUID.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
SessionFactoryImpl.createSession(UUID uuid,
Object reference)
Creates a session.
|
Modifier and Type | Method and Description |
---|---|
ReceiverSession |
QueueServerImpl.createReceiverSession(UUID uuid,
String clientName)
Creates a receiver session.
|
SenderSession |
QueueServerImpl.createSenderSession(UUID uuid,
String clientName)
Creates a sender session.
|
Modifier and Type | Method and Description |
---|---|
PublisherSession |
TopicServerImpl.createPublisherSession(UUID uuid,
String clientName)
Creates a publisher session.
|
SubscriberSession |
TopicServerImpl.createSubscriberSession(UUID uuid,
String clientName)
Creates a subscriber session.
|
Modifier and Type | Method and Description |
---|---|
UUID |
AbstractStore.getUUID()
Gest the store entity UUID.
|
Modifier and Type | Method and Description |
---|---|
int |
RMIStore.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
AbstractStore.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
boolean |
RMIStore.subscribe(UUID[] points)
Subscribes to point values store update events.
|
boolean |
AbstractStore.subscribe(UUID[] points)
Subscribes to point values store update events.
|
boolean |
RMIStore.unsubscribe(UUID[] points)
Unsubscribes from points values events.
|
boolean |
AbstractStore.unsubscribe(UUID[] points)
Unsubscribes from points values events.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractStore.subscribe(Collection<UUID> points)
Subscribes to point values store update events.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
StoreCursor.getPointUUID()
Gets the point's UUID.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StoreServer.Abstract.checkPurge(UUID[] pointUUIDs,
Optional<Identity> identity)
Checks if a purge on point values is allowed for the identity.
|
protected Collection<Replicator.Target> |
Replicator.Abstract.getTargets(UUID pointUUID)
Gets the targets for a point.
|
int |
StoreServer.purge(UUID[] pointUUIDs,
TimeInterval timeInterval,
Optional<Identity> identity)
Purges points values.
|
int |
StoreServer.Abstract.purge(UUID[] pointUUIDs,
TimeInterval timeInterval,
Optional<Identity> identity)
Purges points values.
|
void |
StoreServiceAppImpl.rebind(UUID oldUUID,
UUID newUUID)
Rebinds a UUID.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
StoreSession |
StoreSessionFactoryImpl.createStoreSession(UUID uuid,
String clientName)
Creates a store session.
|
int |
StoreSessionImpl.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
void |
StoreSessionFactoryImpl.rebind(UUID oldUUID,
UUID newUUID)
Rebinds a UUID.
|
State |
StoreSessionImpl.resolve(State state,
UUID pointUUID)
Resolves a state for a point.
|
StoreValues[] |
StoreSessionImpl.subscribe(UUID[] pointUUIDs)
Subscribes to point values events.
|
Exception[] |
StoreSessionImpl.unsubscribe(UUID[] pointUUIDs)
Unsubscribes from point values events.
|
Modifier and Type | Method and Description |
---|---|
default int |
BackEnd.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges points values.
|
Modifier and Type | Method and Description |
---|---|
int |
SQLBackEnd.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges points values.
|
int |
Updater.purge(UUID pointUUID,
TimeInterval timeInterval)
Purges values of a point.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.