Searched refs:SqeDescriptorKey (Results 1 - 18 of 18) sorted by relevance

/openjdk10/jdk/test/javax/management/Introspector/
H A DDescribedMXBean.java28 @SqeDescriptorKey("INTERFACE DescribedMXBean")
31 @SqeDescriptorKey("ATTRIBUTE StringProp")
34 @SqeDescriptorKey("ATTRIBUTE StringProp")
37 @SqeDescriptorKey("OPERATION doNothing")
40 @SqeDescriptorKey("OPERATION doNothingParam")
41 public void doNothingParam(@SqeDescriptorKey("OPERATION PARAMETER name")String name);
H A DDescribedMBean.java28 @SqeDescriptorKey("INTERFACE DescribedMBean")
31 @SqeDescriptorKey("ATTRIBUTE StringProp")
34 @SqeDescriptorKey("ATTRIBUTE StringProp")
37 @SqeDescriptorKey("OPERATION doNothing")
40 @SqeDescriptorKey("OPERATION doNothingParam")
41 public void doNothingParam(@SqeDescriptorKey("OPERATION PARAMETER name")String name);
H A DDescribedMX.java36 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR DescribedMX")
39 @SqeDescriptorKey("ONE PARAMETER CONSTRUCTOR DescribedMX")
41 public DescribedMX(@SqeDescriptorKey("CONSTRUCTOR PARAMETER name")String name,
42 @SqeDescriptorKey("CONSTRUCTOR PARAMETER unused")String unused) {
H A DDescribed.java36 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR Described")
39 @SqeDescriptorKey("ONE PARAMETER CONSTRUCTOR Described")
41 public Described(@SqeDescriptorKey("CONSTRUCTOR PARAMETER name")String name,
42 @SqeDescriptorKey("CONSTRUCTOR PARAMETER unused")String unused) {
H A DSqeDescriptorKey.java38 public @interface SqeDescriptorKey { interface
/openjdk10/jdk/test/javax/management/security/
H A DMBS_LightMBean.java24 @SqeDescriptorKey("INTERFACE MBS_LightMBean")
27 @SqeDescriptorKey("ATTRIBUTE Param")
31 @SqeDescriptorKey("ATTRIBUTE Param")
35 @SqeDescriptorKey("ATTRIBUTE Astring")
39 @SqeDescriptorKey("ATTRIBUTE Astring")
43 @SqeDescriptorKey("ATTRIBUTE AnInt")
47 @SqeDescriptorKey("ATTRIBUTE AnInt")
51 @SqeDescriptorKey("ATTRIBUTE AnException")
55 @SqeDescriptorKey("ATTRIBUTE AnException")
59 @SqeDescriptorKey("ATTRIBUT
[all...]
H A DSimpleMBean.java27 @SqeDescriptorKey("INTERFACE SimpleMBean")
30 @SqeDescriptorKey("ATTRIBUTE Attribute")
33 @SqeDescriptorKey("ATTRIBUTE Attribute")
36 @SqeDescriptorKey("ATTRIBUTE OperationInvoked")
39 @SqeDescriptorKey("ATTRIBUTE Operation2Invoked")
45 @SqeDescriptorKey(value = "OPERATION operation",
49 @SqeDescriptorKey("OPERATION operation2")
55 @SqeDescriptorKey(value = "OPERATION reset",
H A DSimple.java37 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR Simple")
41 @SqeDescriptorKey("TWO PARAMETERS CONSTRUCTOR Simple")
43 public Simple(@SqeDescriptorKey("CONSTRUCTOR PARAMETER unused1")int unused1,
44 @SqeDescriptorKey("CONSTRUCTOR PARAMETER unused2")int unused2) {
H A DServerDelegateMBean.java30 @SqeDescriptorKey("INTERFACE ServerDelegateMBean")
32 @SqeDescriptorKey("ATTRIBUTE Address")
35 @SqeDescriptorKey("ATTRIBUTE Address")
H A DSqeDescriptorKey.java31 * It is for use to test that you can retrieve the SqeDescriptorKey into the
36 public @interface SqeDescriptorKey { interface
H A DMBS_Light.java51 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR MBS_Light")
55 @SqeDescriptorKey("ONE RjmxMBeanParameter PARAMETER CONSTRUCTOR MBS_Light")
56 public MBS_Light(@SqeDescriptorKey("CONSTRUCTOR PARAMETER param")
61 @SqeDescriptorKey("ONE String PARAMETER CONSTRUCTOR MBS_Light")
62 public MBS_Light(@SqeDescriptorKey("CONSTRUCTOR PARAMETER param")String param) {
H A DServerDelegate.java54 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR ServerDelegate")
/openjdk10/jdk/test/javax/management/mxbean/
H A DBasicMXBean.java33 @SqeDescriptorKey("INTERFACE BasicMXBean")
39 @SqeDescriptorKey("ATTRIBUTE intAtt")
45 @SqeDescriptorKey("ATTRIBUTE intAtt")
51 @SqeDescriptorKey("ATTRIBUTE integerAtt")
57 @SqeDescriptorKey("ATTRIBUTE integerAtt")
63 @SqeDescriptorKey("ATTRIBUTE boolAtt")
69 @SqeDescriptorKey("ATTRIBUTE boolAtt")
75 @SqeDescriptorKey("ATTRIBUTE booleanAtt")
81 @SqeDescriptorKey("ATTRIBUTE booleanAtt")
87 @SqeDescriptorKey("ATTRIBUT
[all...]
H A DSqeDescriptorKey.java31 * It is for use to test that you can retrieve the SqeDescriptorKey into the
36 public @interface SqeDescriptorKey { interface
H A DBasic.java78 @SqeDescriptorKey("CONSTRUCTOR Basic")
83 @SqeDescriptorKey("CONSTRUCTOR Basic")
85 @SqeDescriptorKey("CONSTRUCTOR PARAMETER SqeParameter") SqeParameter param) {
/openjdk10/jdk/test/javax/management/query/
H A DServerDelegateMBean.java30 @SqeDescriptorKey("INTERFACE ServerDelegateMBean")
32 @SqeDescriptorKey("ATTRIBUTE Address")
35 @SqeDescriptorKey("ATTRIBUTE Address")
H A DSqeDescriptorKey.java31 * It is for use to test that you can retrieve the SqeDescriptorKey into the
36 public @interface SqeDescriptorKey { interface
H A DServerDelegate.java54 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR ServerDelegate")

Completed in 107 milliseconds