API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming. StringRefAddr View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.8 05/11/17
Serial
Hierarchy
 Object
      RefAddr
          StringRefAddr
Implements
Subclasses
Description
public class StringRefAddr
  This class represents the string form of the address of a communications end-point.
See also:    RefAddr BinaryRefAddr
Constructors
public StringRefAddr (String addrType, String addr)
  Constructs a new instance of StringRefAddr using its address type and contents.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Inherited From RefAddr]
  Determines whether obj is equal to this RefAddr.
public Object getContent () [Specified in RefAddr]
  Retrieves the contents of this address.
public String getType () [Inherited From RefAddr]
  Retrieves the address type of this address.
public int hashCode () [Inherited From RefAddr]
  Computes the hash code of this address using its address type and contents.
public String toString () [Inherited From 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