Package | Description |
---|---|
org.rvpf.document.exporter |
Export of configuration and metadata documents.
|
org.rvpf.document.loader |
Configuration and metadata documents loader.
|
org.rvpf.forwarder |
Forwarder service.
|
org.rvpf.http |
HTTP server modules container.
|
org.rvpf.jmx |
JMX agent service.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.processor.engine.executor |
Executor Engine.
|
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.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.server.archiver | |
org.rvpf.store.server.rmi |
RMI session support.
|
org.rvpf.store.server.som | |
org.rvpf.valve |
Controls connections to a TCP/IP service.
|
Modifier and Type | Method and Description |
---|---|
protected Config |
XMLExporter.getConfig()
Gets the config.
|
protected Config |
ConfigExporter.getConfig()
Gets the config.
|
Modifier and Type | Method and Description |
---|---|
static Config |
ConfigDocumentLoader.loadConfig(String serviceName,
Optional<String> from,
Optional<ServiceClassLoader> classLoader)
Loads the config.
|
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 |
---|---|
Config |
ForwarderModule.getConfig()
Gets the configuration.
|
Config |
ForwarderModule.Abstract.getConfig()
Gets the configuration.
|
Modifier and Type | Method and Description |
---|---|
protected Config |
HTTPModule.Abstract.getConfig()
Gets the config.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StoreClient.setUp(Config config,
KeyedGroups contextProperties)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
static LoginInfo |
Agent.getLoginInfo(Config config)
Gets login informations.
|
static boolean |
Agent.isRegistrationEnabled(Config config)
Asks if automatic registration of standalone services is enabled.
|
boolean |
Agent.setUp(Config config)
Sets up the agent.
|
void |
Agent.tearDown(Config config)
Tears down what has been set up.
|
Modifier and Type | Class and Description |
---|---|
class |
Metadata
Metadata.
|
Modifier and Type | Method and Description |
---|---|
Config |
Metadata.getConfig()
Gets the configuration.
|
Constructor and Description |
---|
Metadata(Config config)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
PipeExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
EngineExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteEngineFactoryImpl.setUp(Config config)
Sets up this session factory.
|
boolean |
RemoteEngineSessionImpl.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
RemoteEngineSession.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
RemoteEngineProxy.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
Modifier and Type | Method and Description |
---|---|
Config |
ServiceImpl.getConfig()
Gets the service config.
|
Config |
Service.getConfig()
Gets the service config.
|
Config |
Alerter.Abstract.getConfig()
Gets the config.
|
Modifier and Type | Method and Description |
---|---|
Optional<Config> |
ServiceClassLoader.getConfig()
Gets the configuration context.
|
Optional<Config> |
ServiceActivator.getConfig()
Gets the service config.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceClassLoader.forgetConfig(Config config)
Forgets the current config object if it is the one assumed as current.
|
static Alerter |
Alerter.Factory.getAnAlerter(Config config,
Thread.UncaughtExceptionHandler owner)
Gets an alerter.
|
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.
|
void |
ServiceClassLoader.useConfig(Config config)
Sets the context to use for getting properties.
|
Modifier and Type | Method and Description |
---|---|
Config |
ServiceAppImpl.getConfig()
Gets the service config.
|
Modifier and Type | Method and Description |
---|---|
Config |
SessionFactoryImpl.getConfig()
Gets the configuration.
|
Config |
SessionFactory.getConfig()
Gets the configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SessionFactoryImpl.setUp(Config config)
Sets up this session factory.
|
Constructor and Description |
---|
SOMFactory(Config config)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SOMStats.register(Config config)
Registers with the JMX agent.
|
boolean |
SOMServerImpl.setUp(Config config)
Sets up this session factory.
|
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 |
---|---|
protected void |
AbstractStore.setQueriesBatchLimit(Config config)
Sets the queries batch limit.
|
protected void |
AbstractStore.setResponseLimit(Config config)
Sets the response limit.
|
boolean |
ProxyStoreClient.setUp(Config config,
KeyedGroups contextProperties)
Sets up this.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
boolean |
SOMAttic.setUp(KeyedGroups atticProperties,
Config config,
File dataDir)
Sets up the attic.
|
Constructor and Description |
---|
Controller(Config config)
Constructs an instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.