|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMSConsumerBeanManager
This is an interface definition of a manager of JMS consumers. It allows consumers lifecycle operations (creation, retrieval, update & remove) and also their activation / deactivation process control.
| Method Summary | |
|---|---|
JMSConsumerBeanInfo |
getConsumerBeanInfo(java.lang.String name)
Retrieve the info object having the spoecified name. |
java.util.List |
getConsumerBeanInfos()
Retrieve the info object corresponding to available JMSConsumerBeans. |
void |
removeConsumerBeanInfo(JMSConsumerBeanInfo info)
Remove a JMSConsumerBean infos from datastore. |
void |
saveConsumerBeanInfo(JMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
void |
startConsumers()
Starts all the already saved and registered consumers. |
void |
stopConsumers()
Stop all the already saved and registered consumers. |
| Method Detail |
|---|
void saveConsumerBeanInfo(JMSConsumerBeanInfo info)
throws DuplicateEntityException,
InfrastructureException
info - The info on a JMSConsumerBean to save
DuplicateEntityException - if another consumer with same name already exists.
InfrastructureException - if wrapped JCA container cannot activate consumer.void removeConsumerBeanInfo(JMSConsumerBeanInfo info)
info - The info on a JMSConsumerBean to removeJMSConsumerBeanInfo getConsumerBeanInfo(java.lang.String name)
name - Name of the consumer bean info object to retrieve
JMSConsumerBeanInfo having this name, or null if nonejava.util.List getConsumerBeanInfos()
JMSConsumerBeans.
org.figure8.join.core.messaging.JMSConsumerBeanInfo
void startConsumers()
throws InfrastructureException
InfrastructureException - if wrapped JCA container cannot activate consumer.void stopConsumers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||