jgroup.relacs.gm
Interface InternalNotification
- All Superinterfaces:
- InternalGMIListener
- All Known Implementing Classes:
- NotifyLayer
public interface InternalNotification
- extends InternalGMIListener
Internal Notification interface. Methods provided in this interface can be
only be invoked from within the object group, that is only servers
that are members of the group can invoke this method. Although
methods in this interface are declared as returning a single object,
they will in fact return an array of objects, one for each member of
the group. If a member is unable to reply to this method, an
exception object may be in the object array.
- Since:
- Jgroup 2.1
- Author:
- Henning Hommeland, Jo Andreas Lind
Method Summary |
java.lang.Object |
getIID()
|
getIID
java.lang.Object getIID()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.