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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DRefAddr.java31 * and an address contents determined by an RefAddr subclass.
38 * A RefAddr is contained within a Reference.
40 * RefAddr is an abstract class. Concrete implementations of it
54 * The serialized form of a RefAddr object consists of only its type name
58 public abstract class RefAddr implements java.io.Serializable { class in inherits:java.io.Serializable
66 * Constructs a new instance of RefAddr using its address type.
70 protected RefAddr(String addrType) { method in class:RefAddr
91 * Determines whether obj is equal to this RefAddr.
93 * obj is equal to this RefAddr all of these conditions are true
95 *<li> instance of RefAddr
[all...]

Completed in 36 milliseconds