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

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DReference.java26 * $Id: Reference.java,v 1.9 2005/05/10 16:03:46 mullan Exp $
37 * A representation of the <code>Reference</code> element as defined in the
42 * &lt;element name="Reference" type="ds:ReferenceType"/&gt;
60 * <p>A <code>Reference</code> instance may be created by invoking one of the
66 * Reference ref = factory.newReference
78 public interface Reference extends URIReference, XMLStructure { interface in inherits:URIReference,XMLStructure
83 * <code>Reference</code>.
91 * Returns the digest method of this <code>Reference</code>.
99 * <code>Reference</code>, which permits this reference to be
108 * Returns the digest value of this <code>Reference</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DReference.java46 public interface Reference { interface
69 * this <code>Reference</code> that will aid the recipient in retrieving the
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DReference.java37 * Reference to a JAXB type (from JAX-RPC.)
51 public final class Reference { class
66 public Reference(MethodDeclaration method) { method in class:Reference
74 public Reference(ParameterDeclaration param) { method in class:Reference
81 public Reference(TypeDeclaration type,AnnotationProcessorEnvironment env) { method in class:Reference
88 public Reference(TypeMirror type, Declaration annotations) { method in class:Reference
105 if (!(o instanceof Reference)) return false;
107 final Reference that = (Reference) o;
/openjdk7/jdk/src/share/classes/java/lang/ref/
H A DReference.java41 public abstract class Reference<T> { class
43 /* A Reference instance is in one of four possible internal states:
51 * pending-Reference list. Newly-created instances are Active.
53 * Pending: An element of the pending-Reference list, waiting to be
54 * enqueued by the Reference-handler thread. Unregistered instances
80 * to determine whether a Reference instance requires special treatment: If
84 * To ensure that concurrent collector can discover active Reference
94 Reference next;
95 transient private Reference<T> discovered; /* used by VM */
108 * References to this list, while the Reference
229 Reference(T referent) { method in class:Reference
233 Reference(T referent, ReferenceQueue<? super T> queue) { method in class:Reference
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/
H A DReference.java35 * Reference provides a way of recording address information about
38 * A Reference consists of an ordered list of addresses and class information
53 * A Reference also contains information to assist in creating an instance
54 * of the object to which this Reference refers. It contains the class name
62 * A Reference instance is not synchronized against concurrent access by multiple
63 * threads. Threads that need to access a single Reference concurrently should
76 * The serialized form of a Reference object consists of the class
83 public class Reference implements Cloneable, java.io.Serializable { class in inherits:Cloneable,java.io.Serializable
86 * this Reference refers.
92 * Contains the addresses contained in this Reference
121 public Reference(String className) { method in class:Reference
135 public Reference(String className, RefAddr addr) { method in class:Reference
154 public Reference(String className, String factory, String factoryLocation) { method in class:Reference
174 public Reference(String className, RefAddr addr, method in class:Reference
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java59 * Handles <code>&lt;ds:Reference&gt;</code> elements.
63 * Constuct a <CODE>ds:Reference</CODE> from an {@link org.w3c.dom.Element}.
69 * Reference ref = new Reference(new XMLSignatureInput(new FileInputStream("1.gif"),
77 * Element refElem = _doc.getElement("Reference"); // PSEUDO
78 * Reference ref = new Reference(refElem);
87 * &lt;element name="Reference" type="ds:ReferenceType"/&gt;
104 public class Reference extends SignatureElementProxy { class in inherits:SignatureElementProxy
134 java.util.logging.Logger.getLogger(Reference
166 protected Reference(Document doc, String BaseURI, String ReferenceURI, Manifest manifest, Transforms transforms, String messageDigestAlgorithm) method in class:Reference
216 protected Reference(Element element, String BaseURI, Manifest manifest) method in class:Reference
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DType.java44 public static final Type Reference = new ReferenceType(); field in class:Type
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp78 Reference = 0x0, // _sym contains the name enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon180
186 bool is_reference() const { return ((_u._data & TypeMask) == Reference); }

Completed in 51 milliseconds