|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.client.p2p.P2PProducerDelegate
The p2p producer
Constructor Summary | |
P2PProducerDelegate(P2PSessionDelegate (src) session,
Destination (src) destination)
|
Method Summary | |
void |
close()
Close the delegate |
void |
closing()
Notify about to close |
JBossMessage (src) |
encapsulateMessage(Message (src) message)
Encapsulate a message |
void |
send(Message (src) message)
Send a message |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public P2PProducerDelegate(P2PSessionDelegate (src) session, Destination (src) destination) throws JMSException (src)
Method Detail |
public void close() throws JMSException (src)
Lifecycle (src)
close
in interface Lifecycle (src)
JMSException (src)
- for any errorpublic void closing() throws JMSException (src)
Lifecycle (src)
closing
in interface Lifecycle (src)
JMSException (src)
- for any errorpublic void send(Message (src) message) throws JMSException (src)
ProducerDelegate (src)
send
in interface ProducerDelegate (src)
message
- the message
JMSException (src)
- for any errorpublic JBossMessage (src) encapsulateMessage(Message (src) message)
ProducerDelegate (src)
encapsulateMessage
in interface ProducerDelegate (src)
message
- the message
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |