API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming. BinaryRefAddr View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.8 05/11/17
Serial
Hierarchy
 Object
      RefAddr
          BinaryRefAddr
Implements
Subclasses
Description
public class BinaryRefAddr
  This class represents the binary form of the address of a communications end-point.
See also:    RefAddr StringRefAddr
Constructors
public BinaryRefAddr (String addrType, byte[] src)
  Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.
public BinaryRefAddr (String addrType, byte[] src, int offset, int count)
  Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Overrides RefAddr]
  Determines whether obj is equal to this address.
public Object getContent () [Specified in RefAddr]
  Retrieves the contents of this address as an Object.
public String getType () [Inherited From RefAddr]
  Retrieves the address type of this address.
public int hashCode () [Overrides RefAddr]
  Computes the hash code of this address using its address type and contents.
public String toString () [Overrides RefAddr]
  Generates the string representation of this address.
Fields
Hide/Show inherited fields
protected String addrType [Inherited From RefAddr]
Contains the type of this address.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar