|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsServices
A container should implement this interface to allow Web Beans to resolve Jms Services
| Method Summary | ||
|---|---|---|
javax.jms.QueueConnectionFactory |
getQueueConnectionFactory()
Get a QueueConnectionFactory |
|
javax.jms.TopicConnectionFactory |
getTopicConnectionFactory()
Get a TopicConnectionFactory |
|
|
resolveDestination(java.lang.String jndiName,
java.lang.String mappedName)
Resolve the destination for the given JNDI name and mapped name |
|
| Method Detail |
|---|
<T extends javax.jms.Destination> T resolveDestination(java.lang.String jndiName,
java.lang.String mappedName)
injectionPoint - the injection point metadata
java.lang.IllegalStateException - if no resource can be resolved for injectionjavax.jms.QueueConnectionFactory getQueueConnectionFactory()
javax.jms.TopicConnectionFactory getTopicConnectionFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||