Mediator Service Requests

1. Information retrieval - icc.net.DataRequest

Retrieve one's own address card
    public static DataRequest whoami();     Service:   DataRequest.MEDIATOR
    Result:   IDCard
    Arguments:   none

Retrieve all current users' address cards
    public static DataRequest allUsers();     Service:   DataRequest.MEDIATOR
    Result:   java.util.Hashtable
    Arguments:   none

Retrieve all current delegates' address cards
    public static DataRequest allAgents();     Service:   DataRequest.MEDIATOR
    Result:   java.util.Vector
    Arguments:   none

Retrieve the address card of the specified user
    public static DataRequest userID(String name);     Service:   DataRequest.MEDIATOR
    Result:   IDCard
    Arguments:   String name


Last modified on 4 May 1999 by Rudi Stouffs

This website has been archived and is no longer maintained.