|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsMessageListener
This interface extends the MessageListener
interface and
provides a mechanism to send more than one message to the session
Method Summary | |
---|---|
void |
onMessageAvailable(long clientId)
Inform the session that there is a message available for the message consumer with the specified identity |
void |
onMessages(java.util.Vector messages)
Send the specified collection of messages to the client |
Methods inherited from interface javax.jms.MessageListener |
---|
onMessage |
Method Detail |
---|
void onMessages(java.util.Vector messages)
messages
- - collection of MessageHandle objectsvoid onMessageAvailable(long clientId)
clientId
- - the identity of the client
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |