|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.jmschannel.AdapterJMSProxy
Constructor Summary | |
AdapterJMSProxy()
|
Method Summary | |
void |
create()
|
void |
sendMessage(java.lang.String queue,
java.lang.String message)
Inserisce un messaggio di testo nella coda. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdapterJMSProxy() throws javax.jms.JMSException, javax.naming.NamingException
Method Detail |
public void create() throws javax.naming.NamingException
javax.naming.NamingException
public void sendMessage(java.lang.String queue, java.lang.String message) throws javax.jms.JMSException, javax.naming.NamingException
queue
- String nome della coda JMSmessage
- String messaggio di testo da inserire in coda
javax.jms.JMSException
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |