API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming. RefAddr View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.9 05/11/17
Serial
Hierarchy
 Object
      RefAddr
Implements
 Serializable
Subclasses
Description
publicabstract abstract class RefAddr
  This class represents the address of a communications end-point.
Constructors
protected RefAddr (String addrType)
  Constructs a new instance of RefAddr using its address type.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Determines whether obj is equal to this RefAddr.
publicabstract Object getContent ()
  Retrieves the contents of this address.
public String getType ()
  Retrieves the address type of this address.
public int hashCode ()
  Computes the hash code of this address using its address type and contents.
public String toString ()
  Generates the string representation of this address.
Fields
Hide/Show inherited fields
protected String addrType
Contains the type of this address.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar