public interface NamingService extends Service(Code)
Implementations of the NamingService interface provide JNDI naming
contexts.
author: Greg Ritter version: $Id: NamingService.java 534527 2007-05-02 16:10:59Z tv $
Return the Context with the specified name.
Parameters: name - The name of the context. The context with the specified name, or null if no contextexists with that name.