Searched defs:Continuation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DContinuation.java40 public class Continuation extends ResolveResult { class in inherits:ResolveResult
63 * Indicates whether the Continuation instance indicates that the operation
64 * should be continued using the data in the Continuation.
83 * Constructs a new instance of Continuation.
86 public Continuation() { method in class:Continuation
90 * Constructs a new instance of Continuation.
92 * This becomes the Continuation's 'starter' and is used to
97 public Continuation(Name top, Hashtable environment) { method in class:Continuation
104 * Determines whether this Continuation contains data that should be
115 * Sets this Continuation t
[all...]

Completed in 30 milliseconds