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.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 |
SessionProxy
Session proxy.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Session |
SessionProxy.createSession()
Creates a session.
|
protected Session |
SessionProxy.getSession()
Gets the session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PublisherSession
Publisher session.
|
interface |
ReceiverSession
Receiver.
|
interface |
SenderSession
Sender.
|
interface |
SOMSession
SOM session.
|
interface |
SubscriberSession
Subscriber.
|
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 | Method and Description |
---|---|
protected Session |
TopicProxy.createSession()
Creates a session.
|
protected Session |
TopicProxy.Publisher.createSession()
Creates a session.
|
protected Session |
TopicProxy.Subscriber.createSession()
Creates a session.
|
protected Session |
QueueProxy.createSession()
Creates a session.
|
protected Session |
QueueProxy.Receiver.createSession()
Creates a session.
|
protected Session |
QueueProxy.Sender.createSession()
Creates a session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreSession
Store server session interface.
|
Modifier and Type | Class and Description |
---|---|
class |
StoreSessionProxy
Store server session proxy.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
StoreSessionProxy.createSession()
Creates a session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AgentSession
Agent session.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSessionImpl
Agent session implementation.
|
class |
AgentSessionProxy
Agent session proxy.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
AgentSessionProxy.createSession()
Creates a session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteEngineSession
Remote Engine Session.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteEngineProxy
Remote engine proxy.
|
class |
RemoteEngineSessionImpl
Remote engine session implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
RemoteEngineProxy.createSession()
Creates a session.
|
protected Session |
RemoteEngineFactoryImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
Modifier and Type | Class and Description |
---|---|
class |
ExportedSessionImpl
RMI exported session implementation.
|
class |
SessionImpl
Session implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
SessionFactoryImpl.createSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Creates a session.
|
protected Session |
SessionFactoryImpl.createSession(UUID uuid,
Object reference)
Creates a session.
|
protected abstract Session |
SessionFactoryImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
Modifier and Type | Class and Description |
---|---|
class |
SOMSessionImpl
SOM Session.
|
Modifier and Type | Class and Description |
---|---|
class |
ReceiverSessionImpl
Receiver session implementation.
|
class |
SenderSessionImpl
Sender session implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
QueueServerImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
Modifier and Type | Class and Description |
---|---|
class |
PublisherSessionImpl
Publisher session implementation.
|
class |
SubscriberSessionImpl
Subscriber session implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
TopicServerImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
Modifier and Type | Class and Description |
---|---|
class |
StoreSessionImpl
Store RMI session implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
StoreSessionFactoryImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.