FileDocCategorySizeDatePackage
RMICollaborator.javaAPI DocExample1271Tue Jan 20 22:27:22 GMT 1998dcj.util.Collaborative

RMICollaborator

public interface RMICollaborator implements Remote
Source code from "Java Distributed Computing", by Jim Farley. Class: RMICollaborator Example: 9-9 Description: RMI-based version of the collaborator interface.

Fields Summary
Constructors Summary
Methods Summary
public booleanbroadcast(java.lang.String tag, java.lang.String msg)

public booleanbroadcast(java.lang.String tag, java.lang.Object data)

public booleanconnect(java.util.Properties p)

public IdentitygetIdentity()

public booleannotify(java.lang.String tag, java.lang.String msg, Identity src)

public booleannotify(java.lang.String tag, java.lang.Object data, Identity src)

public booleansend(java.lang.String tag, java.lang.String msg, Identity dst)

public booleansend(java.lang.String tag, java.lang.Object data, Identity dst)