javax.management.remote
Class JMXPrincipal

java.lang.Object
  extended by javax.management.remote.JMXPrincipal
All Implemented Interfaces:
Serializable, Principal

public class JMXPrincipal
extends Object
implements Principal, Serializable

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
JMXPrincipal(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXPrincipal

public JMXPrincipal(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal

toString

public String toString()
Specified by:
toString in interface Principal
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Specified by:
equals in interface Principal
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Principal
Overrides:
hashCode in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.