| Package | Description |
|---|---|
| org.rvpf.processor.engine.executor.remote |
Remote executor Engine.
|
| org.rvpf.service |
Service helper classes.
|
| org.rvpf.service.rmi |
Service helper classes (RMI).
|
| org.rvpf.som |
Simple Object Messaging.
|
| org.rvpf.som.queue | |
| org.rvpf.som.topic | |
| org.rvpf.store.server.rmi |
RMI session support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteEngineFactoryImpl
Remote Engine (session) Factory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ServiceImpl.registerServer(SessionFactory server,
String serverPath)
Registers a RMI server.
|
String |
Service.registerServer(SessionFactory server,
String serverPath)
Registers a RMI server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryImpl
Session factory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactory |
SessionImpl.getSessionFactory()
Gets the session factory.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceRegistry.register(SessionFactory sessionFactory,
String name,
Logger logger)
Registers.
|
String |
ServiceRegistry.registerServer(SessionFactory server,
URI serverURI,
Logger logger)
Registers a RMI server.
|
| Constructor and Description |
|---|
ExportedSessionImpl(String clientName,
SessionFactory sessionFactory,
Session.ConnectionMode connectionMode)
Constructs an instance.
|
SessionImpl(String clientName,
SessionFactory sessionFactory,
Session.ConnectionMode connectionMode)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SOMServerImpl
SOM server implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueueServerImpl
Queue server implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopicServerImpl
Topic server implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StoreSessionFactoryImpl
Store server RMI session factory implementation.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.