API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. JMXPrincipal View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      JMXPrincipal
Implements
 Principal
 Serializable
Subclasses
Description
public class JMXPrincipal
  The identity of a remote client of the JMX Remote API.
See also:    Principal Subject
Constructors
public JMXPrincipal (String name)
  Creates a JMXPrincipal for a given identity.
Methods
Hide/Show inherited methods
public boolean equals (Object o) [Specified in Principal]
  Compares the specified Object with this JMXPrincipal for equality.
public String getName () [Specified in Principal]
  Returns the name of this principal.
public int hashCode () [Specified in Principal]
  Returns a hash code for this JMXPrincipal.
public String toString () [Specified in Principal]
  Returns a string representation of this JMXPrincipal.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar