jgroup
Interface ExternalGMIListener

All Superinterfaces:
Listener, java.rmi.Remote
All Known Subinterfaces:
DependableRegistry

public interface ExternalGMIListener
extends Listener, java.rmi.Remote

In Jgroup, an external remote interface is an interface that declares a set of method implemented by an object group that may be invoked from a remote Java virtual machine. An external remote interface must satisfy the following conditions:

The ExternalGMIListener is a marker interface that declares no methods.

Since:
Jgroup 0.9
Author:
Alberto Montresor