jgroup.relacs.gm
Interface RemoteDispatcher

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
NewDispatcherLayer

public interface RemoteDispatcher
extends java.rmi.Remote

This is the remote interface of the dispatcher service, that contains a method to queue events in the member's dispatcher.

Since:
1.2
Author:
Alberto Montresor

Method Summary
 void addEvent(Event event)
          Receives and stores a message from daemon
 

Method Detail

addEvent

void addEvent(Event event)
              throws java.rmi.RemoteException
Receives and stores a message from daemon

Throws:
java.rmi.RemoteException


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.