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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DBinaryRefAddr.java32 * A BinaryRefAddr consists of a type that describes the communication mechanism
59 * The serialized form of a BinaryRefAddr object consists of its type
63 public class BinaryRefAddr extends RefAddr { class in inherits:RefAddr
73 * Constructs a new instance of BinaryRefAddr using its address type and a byte
78 * The contents of src is copied into the new BinaryRefAddr.
80 public BinaryRefAddr(String addrType, byte[] src) { method in class:BinaryRefAddr
85 * Constructs a new instance of BinaryRefAddr using its address type and
90 * The contents of src is copied into the new BinaryRefAddr.
96 public BinaryRefAddr(String addrType, byte[] src, int offset, int count) { method in class:BinaryRefAddr
105 * Changes to this array will affect this BinaryRefAddr'
[all...]

Completed in 29 milliseconds