FileDocCategorySizeDatePackage
Resolver.javaAPI DocJava SE 5 API928Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.resolver

Resolver

public interface Resolver
Resolver defines the operations needed to support ORB operations for resolve_initial_references and list_initial_services.

Fields Summary
Constructors Summary
Methods Summary
public java.util.Setlist()
Return the entire collection of names that are currently bound by this resolver. Resulting collection contains only strings for which resolve does not return null. Some resolvers may not support this method, in which case they return an empty set.

public org.omg.CORBA.Objectresolve(java.lang.String name)
Look up the name using this resolver and return the CORBA object reference bound to this name, if any. Returns null if no object is bound to the name.