summaryrefslogtreecommitdiff
path: root/javax/naming/spi/Resolver.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/naming/spi/Resolver.java')
-rw-r--r--javax/naming/spi/Resolver.java11
1 files changed, 8 insertions, 3 deletions
diff --git a/javax/naming/spi/Resolver.java b/javax/naming/spi/Resolver.java
index a204fc6a6..f01790502 100644
--- a/javax/naming/spi/Resolver.java
+++ b/javax/naming/spi/Resolver.java
@@ -1,5 +1,5 @@
/* Resolver.java --
- Copyright (C) 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -41,12 +41,17 @@ package javax.naming.spi;
import javax.naming.Context;
import javax.naming.Name;
import javax.naming.NamingException;
+import javax.naming.NotContextException;
/**
++ * <p>Represents the object, capable for the at least partial name resolution.
++ * The object is not necessay capable for the complete name resolution and
++ * need not implement the {@link Context}.</p>
++ * <p>
++ * Both passed parameters and returned results are owned by the caller.</p>
++ *
* @author Warren Levy (warrenl@redhat.com)
- * @date June 1, 2001
*/
-
public interface Resolver
{
ResolveResult resolveToClass(Name name,