Package | Description |
---|---|
org.rvpf.base.rmi |
RMI support classes.
|
org.rvpf.base.som |
Simple object messaging base classes.
|
org.rvpf.base.store | |
org.rvpf.jmx |
JMX agent service.
|
org.rvpf.processor.engine.executor.remote |
Remote executor Engine.
|
org.rvpf.store.client |
Store client common definitions.
|
Modifier and Type | Method and Description |
---|---|
abstract SessionProxy |
SessionProxy.Builder.build()
Builds a store session proxy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SessionProxy.Listener.onSessionConnected(SessionProxy sessionProxy)
Called when the session is connected.
|
void |
SessionProxy.Listener.onSessionDisconnected(SessionProxy sessionProxy)
Called when the session is disconnected.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueProxy
Queue proxy.
|
static class |
QueueProxy.Receiver
Receiver.
|
static class |
QueueProxy.Sender
Sender.
|
class |
SOMProxy
SOM proxy.
|
class |
TopicProxy
Topic proxy.
|
static class |
TopicProxy.Publisher
Publisher.
|
static class |
TopicProxy.Subscriber
Subscriber.
|
Modifier and Type | Class and Description |
---|---|
class |
StoreSessionProxy
Store server session proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSessionProxy
Agent session proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteEngineProxy
Remote engine proxy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RMIStore.onSessionConnected(SessionProxy sessionProxy)
Called when the session is connected.
|
void |
RMIStore.onSessionDisconnected(SessionProxy sessionProxy)
Called when the session is disconnected.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.