Package | Description |
---|---|
org.rvpf.service.rmi |
Service helper classes (RMI).
|
org.rvpf.som.queue | |
org.rvpf.som.topic |
Modifier and Type | Method and Description |
---|---|
void |
SessionImpl.login(String identifier,
char[] password)
Identifies and authenticates the identity associated with the Session.
|
void |
SessionImpl.securityCheck(String requiredRole)
Performs security checks.
|
Modifier and Type | Method and Description |
---|---|
void |
SenderWrapper.commit()
Commits uncommitted messages.
|
void |
ReceiverWrapper.commit()
Commits uncommitted messages.
|
long |
ReceiverWrapper.purge()
Purges the queue.
|
Serializable[] |
ReceiverWrapper.receive(int limit,
long timeout)
Receives messages.
|
void |
SenderWrapper.rollback()
Rolls back uncommitted messages.
|
void |
ReceiverWrapper.rollback()
Rolls back uncommitted messages.
|
void |
SenderWrapper.send(Serializable[] messages,
boolean commit)
Sends messages.
|
Modifier and Type | Method and Description |
---|---|
Serializable[] |
SubscriberWrapper.receive(int limit,
long timeout)
Receives messages.
|
void |
PublisherWrapper.send(Serializable[] messages)
Sends messages.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.