S
- The type of user session managed by this Erraipublic interface ErraiService<S> extends ServiceComposite<S>
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORIZATION_SERVICE |
static String |
AUTHORIZATION_SVC_SUBJECT |
static String |
ERRAI_DEFAULT_JNDI |
static String |
SERVER_ECHO_SERVICE |
static String |
SESSION_AUTH_DATA |
Modifier and Type | Method and Description |
---|---|
void |
addShutdownHook(Runnable runnable) |
ServerMessageBus |
getBus()
Retrieves the server message bus employed by this service
|
ErraiServiceConfigurator |
getConfiguration()
Gets the configuration used to initalize the service
|
void |
stopService()
Shut down the entire Errai service.
|
void |
store(Collection<Message> messages)
Stores a collection of messages/
|
void |
store(Message message)
Stores the specified message
|
getDispatcher, getSessionProvider, setDispatcher, setSessionProvider
static final String AUTHORIZATION_SVC_SUBJECT
static final String SERVER_ECHO_SERVICE
static final String AUTHORIZATION_SERVICE
static final String SESSION_AUTH_DATA
static final String ERRAI_DEFAULT_JNDI
void store(Message message)
message
- - the message to storevoid store(Collection<Message> messages)
messages
- ServerMessageBus getBus()
ErraiServiceConfigurator getConfiguration()
void addShutdownHook(Runnable runnable)
void stopService()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.