ResolveResult
Class ResolveResult
- java.lang.Object
-
- javax.naming.spi.ResolveResult
- All Implemented Interfaces:
- Serializable
public class ResolveResult extends Object implements Serializable
This class represents the result of resolution of a name. It contains the object to which name was resolved, and the portion of the name that has not been resolved.
A ResolveResult instance is not synchronized against concurrent multithreaded access. Multiple threads trying to access and modify a single ResolveResult instance should lock the object.
- Since:
- 1.3
Fields
resolvedObj
pr