Package | Description |
---|---|
org.rvpf.base.rmi |
RMI support classes.
|
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 | Method and Description |
---|---|
Session.ConnectionMode |
SessionProxy.getConnectionMode()
Gets the connection mode.
|
Session.ConnectionMode |
Session.getConnectionMode()
Gets the connection mode.
|
static Session.ConnectionMode |
Session.ConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.ConnectionMode[] |
Session.ConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Session.ConnectionMode |
AgentSessionImpl.getConnectionMode()
Gets the connection mode.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
RemoteEngineFactoryImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
Modifier and Type | Method and Description |
---|---|
Session.ConnectionMode |
SessionImpl.getConnectionMode()
Gets the connection mode.
|
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 abstract Session |
SessionFactoryImpl.newSession(Session.ConnectionMode connectionMode,
Optional<RMIClientSocketFactory> clientSocketFactory,
Optional<RMIServerSocketFactory> serverSocketFactory,
Object reference)
Returns a new session
|
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.
|
Constructor and Description |
---|
SOMSessionImpl(SOMServerImpl sessionFactory,
Session.ConnectionMode connectionMode,
String clientName)
Constructs an instance.
|
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 | 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 | 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.