Searched defs:SimpleStandard (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DSimpleStandard.java31 * Simple definition of a standard MBean, named "SimpleStandard".
33 * The "SimpleStandard" standard MBean shows how to expose attributes
52 public class SimpleStandard class in inherits:NotificationBroadcasterSupport,SimpleStandardMBean
62 /* "SimpleStandard" does not provide any specific constructors.
63 * However, "SimpleStandard" is JMX compliant with regards to
64 * contructors because the default contructor SimpleStandard()
75 * Getter: get the "State" attribute of the "SimpleStandard" standard MBean.
84 * Setter: set the "State" attribute of the "SimpleStandard" standard MBean.
94 * Getter: get the "NbChanges" attribute of the "SimpleStandard" standard
105 * attributes of the "SimpleStandard" standar
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DSimpleStandard.java25 * Simple definition of a standard MBean, named "SimpleStandard".
27 * The "SimpleStandard" standard MBean shows how to expose attributes and
52 public class SimpleStandard class in inherits:NotificationBroadcasterSupport,SimpleStandardMBean
62 /* "SimpleStandard" does not provide any specific constructors.
63 * However, "SimpleStandard" is JMX compliant with regards to
64 * contructors because the default contructor SimpleStandard()
75 * Getter: get the "State" attribute of the "SimpleStandard" standard MBean.
85 * Setter: set the "State" attribute of the "SimpleStandard" standard MBean.
96 * Getter: get the "NbChanges" attribute of the "SimpleStandard" standard
108 * attributes of the "SimpleStandard" standar
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSimpleStandard.java25 * Simple definition of a standard MBean, named "SimpleStandard".
27 * The "SimpleStandard" standard MBean shows how to expose attributes and
52 public class SimpleStandard class in inherits:NotificationBroadcasterSupport,SimpleStandardMBean
62 public SimpleStandard(String principalName) { method in class:SimpleStandard
73 * Getter: get the "State" attribute of the "SimpleStandard" standard MBean.
83 * Setter: set the "State" attribute of the "SimpleStandard" standard MBean.
94 * Getter: get the "NbChanges" attribute of the "SimpleStandard" standard
106 * attributes of the "SimpleStandard" standard MBean.

Completed in 35 milliseconds