|
|
javax > javax.naming > javax.naming.spi > javax.naming.spi.resolveresult >
Class: javax.naming.spi.ResolveResult java.lang.Object javax.naming.spi.ResolveResult
public class ResolveResult extends Object implements Serializable
FIELDS:
protected Name remainingName protected Object resolvedObj |
|
|
|
CONSTRUCTORS:
| | | protected | ResolveResult() |
| | public | ResolveResult(Object robj, String rcomp) |
| | public | ResolveResult(Object robj, Name rname) |
| |
|
|
|
METHODS:
| | | | public | void | appendRemainingComponent(String name) |
| | public | void | appendRemainingName(Name name) |
| | public | Name | getRemainingName() |
| | public | Object | getResolvedObj() |
| | public | void | setRemainingName(Name name) |
| | public | void | setResolvedObj(Object obj) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|