Package | Description |
---|---|
org.rvpf.service.som |
Service helper classes (SOM).
|
org.rvpf.som |
Simple Object Messaging.
|
org.rvpf.som.queue | |
org.rvpf.som.topic |
Modifier and Type | Method and Description |
---|---|
Optional<SOMServerImpl> |
SOMSubscriber.Client.getServer()
Gets the server.
|
Optional<SOMServerImpl> |
SOMSender.Client.getServer()
Gets the server.
|
Optional<SOMServerImpl> |
SOMReceiver.Client.getServer()
Gets the server.
|
Optional<SOMServerImpl> |
SOMPublisher.Client.getServer()
Gets the server.
|
Optional<? extends SOMServerImpl> |
SOMEndPoint.getServer()
Gets the server.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SOMServerImpl |
SOMServerWrapper.getServer()
Gets the server.
|
Constructor and Description |
---|
SOMSessionImpl(SOMServerImpl sessionFactory,
Session.ConnectionMode connectionMode,
String clientName)
Constructs an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueServerImpl
Queue server implementation.
|
Modifier and Type | Method and Description |
---|---|
protected SOMServerImpl |
QueueServerWrapper.getServer()
Gets the server.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicServerImpl
Topic server implementation.
|
Modifier and Type | Method and Description |
---|---|
protected SOMServerImpl |
TopicServerWrapper.getServer()
Gets the server.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.