|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteJmsMessageListenerIfc
This is an RMI implementation of a RMI-based MessageListener. The message listener is used by the server to push down all related messages.
| Method Summary | |
|---|---|
void |
onMessage(javax.jms.Message message)
This method is called back by the server whenever it has a message for this session |
void |
onMessageAvailable(long clientId)
Notify the client that a message is available for it on the server |
void |
onMessages(java.util.Vector messages)
This method is called back by the server whenever it has one or more messages for this session |
| Method Detail |
|---|
void onMessage(javax.jms.Message message)
throws java.rmi.RemoteException
message -
java.rmi.RemoteException
void onMessages(java.util.Vector messages)
throws java.rmi.RemoteException
messages - - vector of messages
java.rmi.RemoteException
void onMessageAvailable(long clientId)
throws java.rmi.RemoteException
clientId - - the id of the client to notify
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||