|
Richfaces Examples: Richfaces Showcase Application 4.1.0.20110805-M1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.demo.push.provider.AS6MessagingProviderManagement
public class AS6MessagingProviderManagement
Connects to JMS RMI interface and creates topics using JMSServerControl.
| Constructor Summary | |
|---|---|
AS6MessagingProviderManagement()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AS6MessagingProviderManagement()
| Method Detail |
|---|
public void initializeProvider()
throws InitializationFailedException
MessagingProviderManagement
initializeProvider in interface MessagingProviderManagementInitializationFailedException - when initialize of provider failspublic void finalizeProvider()
MessagingProviderManagement
finalizeProvider in interface MessagingProviderManagement
public void createTopic(String topicName,
String jndiName)
throws Exception
MessagingProviderManagement
createTopic in interface MessagingProviderManagementtopicName - the name of the topicjndiName - the JNDI binding to use for given topic
Exception - when creating of topic fails
|
Richfaces Examples: Richfaces Showcase Application 4.1.0.20110805-M1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||