Name

ResolveResult

Synopsis

This class represents the result of resolving a name.

                  
public class ResolveResult implements Serializable {
// Public Constructors
   public ResolveResult( Object robj, String rcomp);  
   public ResolveResult(Object robj, 
        javax.naming.Name rname);  
// Protected Constructors
   protected ResolveResult();  
// Public Instance Methods
   public void appendRemainingComponent( String name);  
   public void appendRemainingName( javax.naming.Name name);  
   public javax.naming.Name getRemainingName();  
   public Object getResolvedObj();  
   public void setRemainingName( javax.naming.Name name);  
   public void setResolvedObj( Object obj);  
// Protected Instance Fields
   protected javax.naming.Name remainingName;  
   protected Object resolvedObj;  
}

Returned By

Resolver.resolveToClass()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.