Searched refs:SimpleStandard (Results 1 - 6 of 6) sorted by relevance

/openjdk9/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...]
/openjdk9/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.
H A DSubjectDelegation3Test.java33 * @run clean SubjectDelegation3Test SimpleStandard SimpleStandardMBean
34 * @run build SubjectDelegation3Test SimpleStandard SimpleStandardMBean
111 System.out.println("Create SimpleStandard MBean");
112 SimpleStandard s = new SimpleStandard("delegate");
113 mbs.registerMBean(s, new ObjectName("MBeans:type=SimpleStandard"));
165 new ObjectName("MBeans:type=SimpleStandard"),
171 mbsc.setAttribute(new ObjectName("MBeans:type=SimpleStandard"),
177 new ObjectName("MBeans:type=SimpleStandard"),
184 // Add notification listener on SimpleStandard MBea
[all...]
H A DSubjectDelegation2Test.java32 * @run clean SubjectDelegation2Test SimpleStandard SimpleStandardMBean
33 * @run build SubjectDelegation2Test SimpleStandard SimpleStandardMBean
107 System.out.println("Create SimpleStandard MBean");
108 SimpleStandard s = new SimpleStandard("monitorRole");
109 mbs.registerMBean(s, new ObjectName("MBeans:type=SimpleStandard"));
155 new ObjectName("MBeans:type=SimpleStandard"),
161 mbsc.setAttribute(new ObjectName("MBeans:type=SimpleStandard"),
167 new ObjectName("MBeans:type=SimpleStandard"),
174 // Add notification listener on SimpleStandard MBea
[all...]
H A DSubjectDelegation1Test.java32 * @run clean SubjectDelegation1Test SimpleStandard SimpleStandardMBean
33 * @run build SubjectDelegation1Test SimpleStandard SimpleStandardMBean
122 System.out.println("Create SimpleStandard MBean");
123 SimpleStandard s = new SimpleStandard("delegate");
124 mbs.registerMBean(s, new ObjectName("MBeans:type=SimpleStandard"));
174 new ObjectName("MBeans:type=SimpleStandard"),
180 mbsc.setAttribute(new ObjectName("MBeans:type=SimpleStandard"),
186 new ObjectName("MBeans:type=SimpleStandard"),
193 // Add notification listener on SimpleStandard MBea
[all...]
/openjdk9/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...]

Completed in 163 milliseconds