|
Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2 | |||||||||
| 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(java.lang.String topicName,
java.lang.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(java.lang.String topicName,
java.lang.String jndiName)
throws java.lang.Exception
topicName - the name of the topicjndiName - the JNDI binding to use for given topic
java.lang.Exception - when creating of topic failsvoid finalizeProvider()
|
Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||