|
RichFaces Showcase 4.3.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessagingProviderManagement
Interface for management of messaging provider. Is able to initialize, createTopic and finalize.
| Method Summary | |
|---|---|
void |
createTopic(String topicName,
String jndiName)
Creates JMS topic using this provider |
void |
finalizeProvider()
Finalizes messaging provider management at on application tear down. |
void |
initializeProvider()
Initializes messaging management, called at application startup. |
| Method Detail |
|---|
void initializeProvider()
throws InitializationFailedException
InitializationFailedException - when initialize of provider fails
void createTopic(String topicName,
String jndiName)
throws Exception
topicName - the name of the topicjndiName - the JNDI binding to use for given topic
Exception - when creating of topic failsvoid finalizeProvider()
|
RichFaces Showcase 4.3.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||