FileDocCategorySizeDatePackage
RMIMediator.javaAPI DocExample1207Tue Jan 20 22:28:20 GMT 1998dcj.util.Collaborative

RMIMediator

public interface RMIMediator implements Remote
Source code from "Java Distributed Computing", by Jim Farley. Class: RMIMediator Example: 9-10 Description: Interface for an RMI-based mediator.

Fields Summary
Constructors Summary
Methods Summary
public booleanbroadcast(Identity from, java.lang.String mtag, java.lang.String msg)

public booleanbroadcast(Identity from, java.lang.String mtag, java.lang.Object data)

public java.util.VectorgetMembers()

public IdentitynewMember()

public booleanregister(Identity i, RMICollaborator c)

public booleanremove(Identity i)

public booleansend(Identity to, Identity from, java.lang.String mtag, java.lang.String msg)

public booleansend(Identity to, Identity from, java.lang.String mtag, java.lang.Object data)