Searched refs:echo (Results 1 - 25 of 66) sorted by relevance

123

/openjdk9/jdk/test/javax/management/openmbean/
H A DNullConstructorParamsTest.java38 private static void echo(String message) { method in class:NullConstructorParamsTest
47 echo("SUMMARY: Test IAE is thrown when typeName or description parameter is null " +
50 echo(">>> Create CompositeType with non null params: should be ok");
58 echo("+++ CompositeType created ok");
59 echo("");
61 echo(">>> Create TabularType with non null params: should be ok");
68 echo("+++ TabularType created ok");
69 echo("");
75 echo(">>> Create CompositeType with null typeName: expect IAE");
84 echo("*** IA
[all...]
/openjdk9/jdk/test/java/lang/instrument/
H A DRedefineSubclassWithTwoInterfacesIntf1.java27 String echo(String s); method in interface:RedefineSubclassWithTwoInterfacesIntf1
H A DRedefineSubclassWithTwoInterfacesIntf2.java27 String echo(String s); method in interface:RedefineSubclassWithTwoInterfacesIntf2
H A DRedefineSubclassWithTwoInterfacesTarget_1.java27 public String echo(String s) { method in class:RedefineSubclassWithTwoInterfacesTarget
28 return "echo: (version-1) <" + s + ">";
H A DRedefineSubclassWithTwoInterfacesTarget.java27 public String echo(String s) { method in class:RedefineSubclassWithTwoInterfacesTarget
28 return "echo: (version-0) <" + s + ">";
H A DRedefineSubclassWithTwoInterfacesRemote.java27 // since it is calling the echo() method via an interface.
39 // EchoBean4_nh7k_EchoRemoteImpl.echo() to EchoBean4_nh7k_Intf.echo()
41 return "intf1<" + intf1.echo(s) + ">";
45 return "intf2<" + intf2.echo(s) + ">";
/openjdk9/jdk/test/javax/management/remote/mandatory/util/
H A DMapNullValuesTest.java123 echo("");
124 echo(dashedMessage("Run MapToHashtable Tests"));
126 echo("\n>>> MapToHashtable Test [" + i + "]");
128 echo("\tMap = " + maps[i]);
130 echo("\tHashtable = " + t);
132 echo("\tTest [" + i + "] PASSED!");
135 echo("\tTest [" + i + "] FAILED!");
140 echo("");
141 echo(dashedMessage("MapToHashtable Tests PASSED!"));
143 echo("");
354 private static void echo(String message) { method in class:MapNullValuesTest
[all...]
/openjdk9/jdk/test/javax/management/monitor/
H A DNonComparableAttributeValueTest.java65 echo("\tInside handleNotification...");
70 echo("\t\t" + n.getObservedAttribute() + " is null");
71 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
72 echo("\t\tTrigger = " + n.getTrigger());
79 echo("\t\tSkipping notification of type: " + type);
82 echo("\tError in handleNotification!");
100 echo(">>> CREATE a new CounterMonitor MBean");
106 echo(">>> ADD a listener to the CounterMonitor");
113 echo(">>> CREATE a new ObservedObject MBean");
120 echo(">>> SE
328 private static void echo(String message) { method in class:NonComparableAttributeValueTest
[all...]
H A DReflectionExceptionTest.java81 echo(">>> Received notification: " + notification);
86 echo("\tType: " + mn.getType());
87 echo("\tTimeStamp: " + mn.getTimeStamp());
88 echo("\tObservedObject: " + mn.getObservedObject());
89 echo("\tObservedAttribute: " + mn.getObservedAttribute());
90 echo("\tDerivedGauge: " + mn.getDerivedGauge());
91 echo("\tTrigger: " + mn.getTrigger());
110 echo(">>> CREATE a new CounterMonitor MBean");
115 echo(">>> ADD a listener to the CounterMonitor");
122 echo(">>> SE
325 private static void echo(String message) { method in class:ReflectionExceptionTest
[all...]
H A DRuntimeExceptionTest.java79 echo(">>> Received notification: " + notification);
84 echo("\tType: " + mn.getType());
85 echo("\tTimeStamp: " + mn.getTimeStamp());
86 echo("\tObservedObject: " + mn.getObservedObject());
87 echo("\tObservedAttribute: " + mn.getObservedAttribute());
88 echo("\tDerivedGauge: " + mn.getDerivedGauge());
89 echo("\tTrigger: " + mn.getTrigger());
108 echo(">>> CREATE a new CounterMonitor MBean");
113 echo(">>> ADD a listener to the CounterMonitor");
120 echo(">>> SE
322 private static void echo(String message) { method in class:RuntimeExceptionTest
[all...]
H A DNullAttributeValueTest.java66 echo("\tInside handleNotification...");
71 echo("\t\t" + n.getObservedAttribute() + " is null");
72 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
73 echo("\t\tTrigger = " + n.getTrigger());
76 echo("\t\tSkipping notification of type: " + type);
79 echo("\tError in handleNotification!");
96 echo(">>> CREATE a new CounterMonitor MBean");
102 echo(">>> ADD a listener to the CounterMonitor");
109 echo(">>> CREATE a new ObservedObject MBean");
116 echo(">>> SE
307 private static void echo(String message) { method in class:NullAttributeValueTest
[all...]
H A DCounterMonitorTest.java67 echo(">>> StdObservedObject.getNbObjects: " + count);
75 echo(">>> StdObservedObject.setNbObjects: " + n);
91 echo("\tInside handleNotification...");
95 echo("\t\t" + n.getObservedAttribute() +
97 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
104 echo("\t\tSkipping notification of type: " + type);
107 echo("\tError in handleNotification!");
125 echo(">>> CREATE a new CounterMonitor MBean");
130 echo(">>> ADD a listener to the CounterMonitor");
137 echo(">>> CREAT
243 void echo(String message) { method in class:CounterMonitorTest
[all...]
H A DAttributeArbitraryDataTypeTest.java191 echo("\tInside handleNotification...");
196 echo("\t\t" + n.getObservedAttribute() +
198 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
199 echo("\t\tTrigger = " + n.getTrigger());
207 echo("\t\t" + n.getObservedAttribute() +
209 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
210 echo("\t\tTrigger = " + n.getTrigger());
218 echo("\t\t" + n.getObservedAttribute() +
220 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
221 echo("\
773 private static void echo(String message) { method in class:AttributeArbitraryDataTypeTest
[all...]
H A DStartStopTest.java83 echo("\tTASK [" + c + "] in get" + prop);
107 echo(">>> CREATE MBeanServer");
116 echo(">>> CREATE ObservedObject = " + mbeanNames[i].toString());
135 echo("Unsupported monitor type");
138 echo(">>> CREATE Monitor = " + monitorNames[i].toString());
146 echo(">>> Start MONITORS");
149 echo(">>> MONITORS started");
151 echo(">>> Check FLAGS true");
154 echo("KO: At least one attribute was not called");
157 echo(">>> FLAG
188 private static void echo(String message) { method in class:StartStopTest
[all...]
/openjdk9/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTest.java27 String echo(String msg) throws RemoteException; method in interface:Test
/openjdk9/jdk/test/javax/management/remote/mandatory/connection/
H A DJMXServiceURLLocaleTest.java45 echo("Setting Turkish locale");
54 echo("\n>>> Bye! Bye!");
58 echo("\nTest failed! ");
61 echo("\nTest passed!\n");
65 private static void echo(String msg) { method in class:JMXServiceURLLocaleTest
/openjdk9/jdk/test/javax/management/remote/mandatory/notif/
H A DServerNotifs.java49 private static void echo(String msg) { method in class:ServerNotifs
58 echo("---Create the MBeanServer...");
63 echo("---Instantiate the RMIConnectorServer...");
70 echo("---Register the RMIConnectorServer in the MBeanServer...");
75 echo("---Start the RMIConnectorServer...");
78 echo("---RMIConnectorServer address: " + url);
80 echo("---Add a local listener to the RMIConnectorServer...");
85 echo("---Instantiate the RMIConnector...");
90 echo("---Open connection...");
96 echo("
[all...]
H A DNotificationEmissionTest.java68 echo("Create principal with name = " + role);
95 echo("handleNotification:");
96 echo("\tNotification = " + n);
97 echo("\tNotification.SeqNum = " + n.getSequenceNumber());
98 echo("\tHandback = " + h);
107 echo("Error: expecting " + size + " notifications, got " +
112 echo("Received notification: " + n);
114 echo("Notification type must be \"nb\"");
121 echo("Notification source must be " + nb);
130 echo("\
340 private static void echo(String message) { method in class:NotificationEmissionTest
[all...]
H A DNotificationAccessControllerTest.java74 echo("addNotificationListener:");
75 echo("\tconnectionId: " + connectionId);
76 echo("\tname: " + name);
77 echo("\tsubject: " +
94 echo("removeNotificationListener:");
95 echo("\tconnectionId: " + connectionId);
96 echo("\tname: " + name);
97 echo("\tsubject: " +
115 echo("fetchNotification:");
116 echo("\tconnectionI
379 private static void echo(String message) { method in class:NotificationAccessControllerTest
[all...]
/openjdk9/jdk/test/java/rmi/reliability/juicer/
H A DOrange.java34 int[] recurse(OrangeEcho echo, int[] message, int level) argument
/openjdk9/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DOrange.java26 public int[] recurse(OrangeEcho echo, int[] message, int level) argument
/openjdk9/jdk/test/java/lang/Runtime/exec/
H A DSpace.java34 Process p = Runtime.getRuntime().exec( "cmd /c echo hello" );
38 String echo = reader.readLine();
39 if (echo.length() == 6)
/openjdk9/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java99 private static void echo(String message) { method in class:AvoidGetMBeanInfoCallsTest
110 echo(">>> Create MBeanServer");
113 echo(">>> Default Domain: " + server.getDefaultDomain());
115 echo(">>> Create and register Test MBean");
120 echo(">>> Set entered flag to false in Test MBean");
123 echo(">>> Query Names:");
126 echo("\t" + on.toString());
129 echo(">>> Entered flag = " + mbean.entered);
132 echo(">>> Test FAILED!");
135 echo(">>> Tes
[all...]
/openjdk9/jdk/test/javax/management/mxbean/
H A DMiscTest.java441 echo("\n>>> Create the MBean server");
446 echo("\n>>> Get the MBean server's default domain");
448 echo("\tDefault Domain = " + domain);
455 echo("\n>>> Create the " + cn +
457 echo("\tObjectName = " + ons);
505 echo("\n>>> Manage the " + cn +
507 echo(" and operations exposed for management");
513 echo("\n Setting State attribute to value \"new state\"...");
521 echo("\n Invoking reset operation...");
525 echo("\
736 private static void echo(String msg) { method in class:MiscTest
[all...]
H A DGenericArrayTypeTest.java257 echo("\n>>> Create the MBean server");
262 echo("\n>>> Get the MBean server's default domain");
264 echo("\tDefault Domain = " + domain);
268 echo("\n>>> Register TestMXBean");
275 echo("\n>>> Create an RMI connector server");
282 echo("\n>>> Start the RMI connector server");
287 echo("\n>>> Create an RMI connector client");
293 echo("\n>>> Create the TestMXBean proxy");
298 echo("\n>>> Play with proxy getters and setters");
340 echo("\tT
415 private static void echo(String msg) { method in class:GenericArrayTypeTest
[all...]

Completed in 191 milliseconds

123