|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
The handler interface for receiving cluster messages.
Classes that are interested in monitoring cluster messages implement this interface
must register an instance of themselves (the handler) with the Connector
,
using the registerHandler
method.
When a message is received the handler object's handle method is invoked.
There is no current user, no current locale.
The handler itself is responsible for the intended transactional behaviour.
Method Summary | |
---|---|
void |
handle(Message m)
Invoked when a cluster message has been received. |
Method Detail |
---|
void handle(Message m)
m
- the received Message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |