|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface JmsManager
Interface that defines a management object for JMS configuration and a
set of JmsConsumers and JmsProducers.
| Method Summary | |
|---|---|
void |
destroy()
Destroy this manager by destroying all managed producers and consumers. |
JmsConsumer |
getConsumer(java.lang.String name)
Return the named consumer managed by this manager. |
JmsProducer |
getProducer(java.lang.String name)
Return the named producer managed by this manager. |
void |
init(java.lang.String name,
java.lang.String config)
Initialise this manager with the given name identifier and the location of the it's configuration. |
| Method Detail |
|---|
void init(java.lang.String name,
java.lang.String config)
throws JmsException
name - String containing a name identifier for this manager.config - String containing the location of the manager
configuration.
JmsException - if the manager cannot be initialised.JmsConsumer getConsumer(java.lang.String name)
name - String containing the name of the consumer to return.
JmsProducer getProducer(java.lang.String name)
name - String containing the name of the producer to return.
void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||