Package | Description |
---|---|
org.rvpf.base.rmi |
RMI support classes.
|
org.rvpf.base.security | |
org.rvpf.base.som |
Simple object messaging base classes.
|
org.rvpf.base.tool | |
org.rvpf.base.util.container | |
org.rvpf.base.xml.streamer |
XStream XML serialization.
|
org.rvpf.base.xml.streamer.xstream |
XML serialization.
|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.forwarder |
Forwarder service.
|
org.rvpf.forwarder.filter |
Forwarder service filter modules.
|
org.rvpf.forwarder.input |
Forwarder service input modules.
|
org.rvpf.forwarder.output |
Forwarder service output modules.
|
org.rvpf.http |
HTTP server modules container.
|
org.rvpf.http.alert |
HTTP alert server module.
|
org.rvpf.http.metadata |
HTTP metadata server module.
|
org.rvpf.http.notice |
HTTP notice server module.
|
org.rvpf.http.query |
HTTP query server module.
|
org.rvpf.http.rpn |
HTTP RPN executor server module.
|
org.rvpf.http.update |
HTTP update server module.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.processor |
Related values processing.
|
org.rvpf.service |
Service helper classes.
|
org.rvpf.service.app | |
org.rvpf.service.rmi |
Service helper classes (RMI).
|
org.rvpf.service.som |
Service helper classes (SOM).
|
org.rvpf.som |
Simple Object Messaging.
|
org.rvpf.som.queue | |
org.rvpf.som.topic | |
org.rvpf.store.client |
Store client common definitions.
|
org.rvpf.store.database.support | |
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.archiver | |
org.rvpf.store.server.rmi |
RMI session support.
|
org.rvpf.store.server.som | |
org.rvpf.store.server.sql |
JDBC connection support.
|
Modifier and Type | Method and Description |
---|---|
SessionProxy.Builder |
SessionProxy.Builder.setConfigProperties(KeyedGroups configProperties)
Sets the config properties.
|
SessionProxy.Builder |
SessionProxy.Builder.setSecurityProperties(KeyedGroups securityProperties)
Sets the security properties.
|
Constructor and Description |
---|
RegistryConfig(KeyedGroups contextProperties)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
SecurityContext.getCryptProperties()
Gets the crypt properties.
|
KeyedGroups |
SecurityContext.getRealmProperties()
Gets the realm properties.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityContext.setCryptProperties(KeyedGroups cryptProperties)
Sets the crypt properties.
|
void |
SecurityContext.setRealmProperties(KeyedGroups realmProperties)
Sets the realm properties.
|
boolean |
NullCryptEngineWrapperImpl.setUp(KeyedGroups cryptProperties)
Sets up the crypt.
|
boolean |
CryptEngineWrapper.setUp(KeyedGroups cryptProperties)
Sets up the crypt.
|
boolean |
SecurityContext.setUp(KeyedGroups configProperties,
KeyedGroups securityProperties)
Sets up this.
|
boolean |
Crypt.setUp(KeyedGroups cryptProperties,
Optional<KeyedGroups> streamerProperties)
Sets up this.
|
boolean |
Realm.setUp(KeyedGroups realmProperties,
SecurityContext securityContext)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Crypt.setUp(KeyedGroups cryptProperties,
Optional<KeyedGroups> streamerProperties)
Sets up this.
|
Modifier and Type | Class and Description |
---|---|
static class |
SOMProxy.ContextProperties
Context properties.
|
Modifier and Type | Method and Description |
---|---|
TopicProxy.Builder |
TopicProxy.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
TopicProxy.Publisher.Builder |
TopicProxy.Publisher.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
TopicProxy.Subscriber.Builder |
TopicProxy.Subscriber.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
protected SOMProxy.Builder |
SOMProxy.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
QueueProxy.Builder |
QueueProxy.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
QueueProxy.Receiver.Builder |
QueueProxy.Receiver.Builder.prepare(KeyedGroups configProperties,
KeyedGroups queueProperties,
String clientName,
Logger clientLogger)
Prepares.
|
QueueProxy.Sender.Builder |
QueueProxy.Sender.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
void |
SOMProxy.ContextProperties.setSecurityProperties(KeyedGroups properties)
Sets security properties.
|
Modifier and Type | Class and Description |
---|---|
static class |
Traces.Context
Context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Traces.setUp(File where,
KeyedGroups how,
UUID who,
Optional<String> what)
Sets up this.
|
Modifier and Type | Field and Description |
---|---|
static KeyedGroups |
KeyedGroups.MISSING_KEYED_GROUP
Missing keyed groups.
|
static KeyedGroups[] |
KeyedGroups.NO_KEYED_GROUPS
No keyed groups.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
KeyedGroups.copy()
Creates a copy of this.
|
KeyedGroups |
KeyedGroups.freeze()
Freezes this.
|
KeyedGroups |
KeyedGroups.frozen()
Returns a frozen copy of this.
|
KeyedGroups |
KeyedGroups.getGroup(String key)
Gets a group of keyed values.
|
KeyedGroups[] |
KeyedGroups.getGroups(String key)
Gets the groups for the specified key.
|
protected KeyedGroups |
KeyedGroups.getMissingGroup()
Gets the missing group.
|
protected KeyedGroups[] |
KeyedGroups.getNoGroups()
Gets no groups.
|
KeyedGroups |
KeyedGroups.thawed()
Returns a thawed instance of this.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyedGroups.addAll(KeyedGroups keyedGroups)
Adds all entries from an other KeyedGroups.
|
void |
KeyedGroups.addGroup(String key,
KeyedGroups properties)
Adds a group of keyed groups.
|
void |
KeyedGroups.setGroup(String key,
KeyedGroups properties)
Sets a group.
|
Constructor and Description |
---|
KeyedGroups(KeyedGroups other)
Constructs an instance from an other.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StreamedMessagesClient.setUp(File directory,
KeyedGroups configProperties,
KeyedValues moduleProperties)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Streamer.setUp(Optional<KeyedGroups> configProperties,
Optional<KeyedValues> moduleProperties)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XStreamStreamer.setUp(Optional<KeyedGroups> configProperties,
Optional<KeyedValues> moduleProperties)
Sets up this.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigProperties
Dictionary of values.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups[] |
ConfigProperties.getGroups(String key)
Gets the groups for the specified key.
|
KeyedGroups |
Config.getPropertiesGroup(String key)
Gets a group of properties.
|
KeyedGroups[] |
Config.getPropertiesGroups(String key)
Gets the groups of configuration properties for a specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigProperties.add(KeyedGroups otherInstance)
Adds all the properties from an other instance.
|
static File |
Config.dataDir(Optional<File> parentDir,
KeyedGroups serviceProperties,
String dataDirProperty,
String defaultDirName)
Returns a data directory.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
ForwarderModule.Abstract.getConfigProperties()
Gets the configuration properties.
|
Modifier and Type | Method and Description |
---|---|
BatchControl.Builder |
BatchControl.Builder.applyProperties(KeyedGroups moduleProperties)
Applies properties.
|
boolean |
ForwarderModule.setUp(ForwarderServiceAppImpl forwarderApp,
KeyedGroups moduleProperties)
Sets up this module.
|
boolean |
ForwarderModule.Abstract.setUp(ForwarderServiceAppImpl forwarderApp,
KeyedGroups moduleProperties)
Sets up this module.
|
protected abstract boolean |
ForwarderModule.Abstract.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
boolean |
ForwarderModule.Abstract.ModuleInputOutput.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
boolean |
ForwarderModule.Abstract.AbstractInputOutput.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VerifyFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
StoreFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
SignFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
ProcessorFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
PointValueFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
ForwarderFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
ForwarderFilter.Abstract.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
EncryptFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
DecryptFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
CryptFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
ClassFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
boolean |
AlertFilter.setUp(ForwarderModule forwarderModule,
KeyedGroups filterProperties)
Sets up this filter.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StoreRequestsModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
SOMSubscriberModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
SOMReceiverModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
MessagesPortServerModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
MessagesFilesModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
InputModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
FromAlerterModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ToAlerterModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
StoreUpdaterModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
SOMSenderModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
SOMPublisherModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
OutputModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
protected boolean |
MessagesPortClientModule.setUp(KeyedGroups moduleProperties)
Sets up this module.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StoreClient.setUp(Config config,
KeyedGroups contextProperties)
Sets up this.
|
boolean |
HTTPModule.setUp(HTTPServerAppImpl httpApp,
Map<String,String> servlets,
KeyedGroups contextProperties)
Sets up this server module.
|
boolean |
HTTPModule.Abstract.setUp(HTTPServerAppImpl httpApp,
Map<String,String> servlets,
KeyedGroups contextProperties)
Sets up this server module.
|
protected boolean |
HTTPModule.Abstract.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
boolean |
HTTPSupport.setUpRealm(String realmName,
KeyedGroups realmProperties,
SecurityContext securityContext)
Sets up a realm.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AlertModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataServerModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
NoticeModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
boolean |
SOMNotifier.setUp(Metadata metadata,
KeyedGroups contextProperties)
Sets up this.
|
boolean |
NoticeContext.setUp(Metadata metadata,
KeyedGroups contextProperties)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
QueryModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RPNModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
UpdateModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
protected boolean |
PurgeModule.setUp(KeyedGroups contextProperties)
Sets up the server module.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
Metadata.getAttributes()
Gets the attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.setAttributes(KeyedGroups attributes)
Sets attributes.
|
Modifier and Type | Method and Description |
---|---|
Optional<KeyedGroups> |
MetadataEntity.getAttributes()
Gets the attributes.
|
protected Optional<KeyedGroups> |
MetadataEntity.Builder.getAttributes()
Gets the attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataEntity.setAttributes(Optional<KeyedGroups> attributes)
Sets attributes.
|
MetadataEntity.Builder |
MetadataEntity.Builder.setAttributes(Optional<KeyedGroups> attributes)
Sets attributes.
|
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 |
---|---|
boolean |
BatchControl.setUp(Metadata metadata,
Optional<CutoffControl> cutoffControl,
CacheManager cacheManager,
KeyedGroups configProperties)
Sets up this batch factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceContext
Service Context.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
Alerter.Abstract.getAlerterProperties()
Gets the alerter properties.
|
KeyedGroups |
Alerter.Abstract.getConfigProperties()
Gets the configuration properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Alerter.setUp(Config config,
KeyedGroups alerterProperties,
Thread.UncaughtExceptionHandler owner)
Sets up the alerter.
|
boolean |
Alerter.Abstract.setUp(Config config,
KeyedGroups alerterProperties,
Thread.UncaughtExceptionHandler owner)
Sets up the alerter.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
ServiceAppImpl.getConfigProperties()
Gets the config properties.
|
KeyedGroups |
ServiceAppImpl.getProperties()
Gets the application specific properties.
|
Modifier and Type | Method and Description |
---|---|
static SessionSecurityContext |
SessionFactoryImpl.createSecurityContext(KeyedGroups configProperties,
KeyedGroups securityProperties,
Logger logger)
Creates a security context.
|
static boolean |
ServiceRegistry.setUp(KeyedGroups configProperties)
Sets up the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
SOMFactory.Properties
Properties.
|
Modifier and Type | Method and Description |
---|---|
SOMFactory.Queue |
SOMFactory.createQueue(KeyedGroups queueProperties)
Creates a queue instance.
|
SOMFactory.Topic |
SOMFactory.createTopic(KeyedGroups topicProperties)
Creates a topic instance.
|
static boolean |
SOMFactory.isPrivate(KeyedGroups somProperties)
Asks if configured to be private.
|
static boolean |
SOMFactory.isServer(KeyedGroups somProperties)
Asks if configured to be a server.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SOMServerImpl.setUp(Config config,
KeyedGroups somProperties)
Sets up this server.
|
protected boolean |
SOMServerImpl.setUp(Config config,
KeyedGroups somProperties,
String defaultBindingPrefix)
Sets up this server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QueueServerImpl.setUp(Config config,
KeyedGroups queueProperties)
Sets up this server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TopicServerImpl.setUp(Config config,
KeyedGroups topicProperties)
Sets up this server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyStoreClient.setUp(Config config,
KeyedGroups contextProperties)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServerSupport.setUp(KeyedGroups supportProperties,
File dataDir)
Sets up the database server.
|
boolean |
ServerSupport.Abstract.setUp(KeyedGroups supportProperties,
File dataDir)
Sets up the database server.
|
boolean |
HSQLSupport.setUp(KeyedGroups supportProperties,
File dataDir)
Sets up the database server.
|
boolean |
H2Support.setUp(KeyedGroups supportProperties,
File dataDir)
Sets up the database server.
|
boolean |
DerbySupport.setUp(KeyedGroups supportProperties,
File databaseDataDir)
Sets up the database server.
|
Modifier and Type | Method and Description |
---|---|
KeyedGroups |
StoreServiceAppImpl.getServerProperties()
Gets the server properties.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Replicator.Partner |
Replicator.Abstract.newPartner(KeyedGroups partnerProperties)
Returns a new partner informations object.
|
boolean |
UpdatesListener.setUp(StoreServiceAppImpl storeAppImpl,
KeyedGroups listenerProperties)
Sets up for processing.
|
boolean |
UpdatesListener.Abstract.setUp(StoreServiceAppImpl storeAppImpl,
KeyedGroups listenerProperties)
Sets up for processing.
|
Modifier and Type | Method and Description |
---|---|
protected KeyedGroups |
Archiver.Abstract.getProperties()
Gets the properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CleanUpArchiver.cleanUp(String storeName,
Metadata metadata,
KeyedGroups atticProperties)
Cleans up.
|
boolean |
Archiver.Attic.setUp(KeyedGroups atticProperties,
Config config,
File dataDir)
Sets up the attic.
|
protected boolean |
Archiver.Abstract.setUpAttic(KeyedGroups atticProperties,
Config config,
File dataDir)
Sets up the attic.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreSessionFactoryImpl.setUp(Config config,
KeyedGroups serverProperties,
StoreServer server)
Sets up this remote server session factory.
|
Modifier and Type | Method and Description |
---|---|
protected SOMReplicator.SOMPartner |
SOMReplicator.newPartner(KeyedGroups partnerProperties)
Returns a new partner informations object.
|
boolean |
SOMAttic.setUp(KeyedGroups atticProperties,
Config config,
File dataDir)
Sets up the attic.
|
boolean |
SOMUpdatesListener.setUp(StoreServiceAppImpl storeAppImpl,
KeyedGroups listenerProperties)
Sets up for processing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreDataSource.setUp(KeyedGroups connectionProperties,
File storeDataDir,
String storeEntityName)
Sets up the data source.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.