com.groiss.cluster.communication
Interface Handler


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

handle

void handle(Message m)
Invoked when a cluster message has been received.

Parameters:
m - the received Message


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.