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

LocalResolver

public interface LocalResolver implements Resolver
A LocalResolver is a Resolver that allows registration of (name, CORBA object) bindings.

Fields Summary
Constructors Summary
Methods Summary
public voidregister(java.lang.String name, com.sun.corba.se.spi.orbutil.closure.Closure closure)
Register the Closure with the given name. The Closure must evaluate to an org.omg.CORBA.Object.