Package | Description |
---|---|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.archiver | |
org.rvpf.store.server.rmi |
RMI session support.
|
Modifier and Type | Class and Description |
---|---|
static class |
StoreServer.Abstract
Abstract store server.
|
Modifier and Type | Method and Description |
---|---|
protected StoreServer |
UpdatesListener.Abstract.getServer()
Gets the store server.
|
StoreServer |
StoreServiceImpl.getServer()
Gets the server.
|
StoreServer |
StoreServiceApp.getServer()
Gets the store server instance.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StoreServiceAppImpl.registerServer(Optional<String> serverPath,
StoreServer server)
Registers the server.
|
protected boolean |
StoreServiceAppImpl.registerServer(StoreServer server)
Registers the server.
|
void |
UpdatesListener.setServer(StoreServer server)
Sets the store server.
|
void |
UpdatesListener.Abstract.setServer(StoreServer server)
Sets the store server.
|
Constructor and Description |
---|
StoreCursor(StoreValuesQuery query,
StoreServer server,
StoreCursor.Responder responder)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Archiver.supports(StoreServer storeServer)
Asks if the archiver supports a store server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreSessionFactoryImpl.setUp(Config config,
KeyedGroups serverProperties,
StoreServer server)
Sets up this remote server session factory.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.