|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- The type of user session managed by this Erraipublic interface ErraiService<S>
The ErraiService is a minimal template for what is needed. It facilitates the ability to store a message, obtain the server bus and configuration
Field Summary | |
---|---|
static String |
AUTHORIZATION_SERVICE
|
static String |
AUTHORIZATION_SVC_SUBJECT
|
static String |
ERRAI_DEFAULT_JNDI
|
static String |
SERVER_ECHO_SERVICE
|
static String |
SESSION_AUTH_DATA
|
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.errai.bus.server.service.ServiceComposite |
---|
getDispatcher, getSessionProvider, setDispatcher, setSessionProvider |
Field Detail |
---|
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
Method Detail |
---|
void store(Message message)
message
- - the message to storevoid store(Collection<Message> messages)
messages
- ServerMessageBus getBus()
ErraiServiceConfigurator getConfiguration()
void addShutdownHook(Runnable runnable)
void stopService()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |