All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iceberg.pref_reg.pref_reg_if

public interface pref_reg_if
extends Remote
Defines the interface for accessing the preference registry


Method Index

 o pref_reg_lookup(pref_req)
The interface for accessing the preference registry
 o pref_reg_lookup(String)
The interface for accessing the preference registry.

Methods

 o pref_reg_lookup
 public abstract String pref_reg_lookup(String req) throws RemoteException
The interface for accessing the preference registry. The format of the argument and return value strings are the same as the ones for the constructors to pref_req and pref_rep.

See Also:
pref_req, pref_rep
 o pref_reg_lookup
 public abstract pref_rep pref_reg_lookup(pref_req req) throws RemoteException
The interface for accessing the preference registry


All Packages  Class Hierarchy  This Package  Previous  Next  Index