Searched defs:echo (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTest.java27 String echo(String msg) throws RemoteException; method in interface:Test
H A DTestImpl_Stub.java32 new java.rmi.server.Operation("java.lang.String echo(java.lang.String)")
52 $method_echo_0 = Test.class.getMethod("echo", new java.lang.Class[] {java.lang.String.class});
68 // implementation of echo(String)
69 public java.lang.String echo(java.lang.String $param_String_1) method in class:TestImpl_Stub
H A DTestImpl.java46 public String echo(String msg) throws RemoteException { method in class:TestImpl
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DOrange.java34 int[] recurse(OrangeEcho echo, int[] message, int level) argument
H A DOrangeImpl.java46 public int[] recurse(OrangeEcho echo, int[] message, int level) argument
56 response = echo.recurse(this, message, level);
/openjdk7/jdk/test/javax/management/openmbean/
H A DEqualsTest.java42 private static void echo(String message) { method in class:EqualsTest
50 echo("=-=-= Test CompositeDataSupport.equals() with ArrayType =-=-=");
52 echo(">>> Two SimpleTypes with different descriptions");
74 echo(">>> Two SimpleTypes with equal values");
92 echo(">>> Two ArrayTypes with different references");
117 echo(">>> Two ArrayTypes with different values");
127 echo(">>> Two 2-dimension ArrayTypes with equal values");
171 echo(">>> Two primitive ArrayTypes with different descriptions");
199 echo(">>> Two primitive ArrayTypes with different references");
226 echo(">>> Tw
[all...]
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...]
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DOrange.java26 public int[] recurse(OrangeEcho echo, int[] message, int level) argument
H A DOrangeImpl.java49 public int[] recurse(OrangeEcho echo, int[] message, int level) argument
61 response = echo.recurse(this, message, level);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DUseCustomSocketFactory.java68 Echo[] echo = spawnAndTest(rmid.getPort());
69 reactivateAndTest(echo);
82 Echo[] echo = new Echo[protocol.length];
103 echo[i] = null;
106 echo[i] = (Echo) Naming.lookup("//:" + REGISTRY_PORT +
118 if (echo[i] == null)
122 System.err.println("Bound to " + echo[i]);
125 byte[] result = echo[i].echoNot(data);
129 echo[i].shutdown();
144 return echo;
148 reactivateAndTest(Echo[] echo) argument
[all...]
/openjdk7/jdk/test/sun/rmi/runtime/Log/6409194/
H A DNoConsoleOutput.java92 Object echo(Object obj) throws RemoteException; method in interface:NoConsoleOutput.DoRMIStuff.Foo
96 public Object echo(Object obj) { return obj; } method in class:NoConsoleOutput.DoRMIStuff.FooImpl
108 foostub.echo(fooimpl2);
/openjdk7/jdk/test/javax/management/monitor/
H A DThreadPoolAccTest.java93 echo(">>> CREATE MBeanServer");
102 echo(">>> CREATE ObservedObject = " + mbeanNames[i].toString());
126 echo(">>> CREATE Monitor = " + monitorNames[i].toString());
133 echo(">>> RUN Principal = " + principals[i / 3]);
149 echo("I fell asleep but someone woke me up");
156 echo(">>> Monitor = " + monitorNames[i]);
157 echo(">>> ObservedObject = " +
159 echo(">>> ObservedAttribute = " +
161 echo(">>> Principal = " + monitored[i].principal);
163 echo("\tO
181 private static void echo(String message) { method in class:ThreadPoolAccTest
[all...]
H A DNonComparableAttributeValueTest.java64 echo("\tInside handleNotification...");
69 echo("\t\t" + n.getObservedAttribute() + " is null");
70 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
71 echo("\t\tTrigger = " + n.getTrigger());
74 echo("\t\tSkipping notification of type: " + type);
77 echo("\tError in handleNotification!");
95 echo(">>> CREATE a new CounterMonitor MBean");
101 echo(">>> ADD a listener to the CounterMonitor");
108 echo(">>> CREATE a new ObservedObject MBean");
115 echo(">>> SE
332 private static void echo(String message) { method in class:NonComparableAttributeValueTest
[all...]
H A DNullAttributeValueTest.java64 echo("\tInside handleNotification...");
69 echo("\t\t" + n.getObservedAttribute() + " is null");
70 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
71 echo("\t\tTrigger = " + n.getTrigger());
74 echo("\t\tSkipping notification of type: " + type);
77 echo("\tError in handleNotification!");
95 echo(">>> CREATE a new CounterMonitor MBean");
101 echo(">>> ADD a listener to the CounterMonitor");
108 echo(">>> CREATE a new ObservedObject MBean");
115 echo(">>> SE
332 private static void echo(String message) { method in class:NullAttributeValueTest
[all...]
H A DStartStopTest.java78 echo("\tTASK [" + c + "] in get" + prop);
102 echo(">>> CREATE MBeanServer");
111 echo(">>> CREATE ObservedObject = " + mbeanNames[i].toString());
130 echo("Unsupported monitor type");
133 echo(">>> CREATE Monitor = " + monitorNames[i].toString());
141 echo(">>> Start MONITORS");
144 echo(">>> MONITORS started");
146 echo(">>> Check FLAGS true");
149 echo("KO: At least one attribute was not called");
152 echo(">>> FLAG
183 private static void echo(String message) { method in class:StartStopTest
[all...]
H A DCounterMonitorTest.java88 echo("\tInside handleNotification...");
92 echo("\t\t" + n.getObservedAttribute() +
94 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
100 echo("\t\tSkipping notification of type: " + type);
103 echo("\tError in handleNotification!");
121 echo(">>> CREATE a new CounterMonitor MBean");
126 echo(">>> ADD a listener to the CounterMonitor");
133 echo(">>> CREATE a new StdObservedObject MBean");
140 echo(">>> SET the attributes of the CounterMonitor:");
143 echo("\tATTRIBUT
230 void echo(String message) { method in class:CounterMonitorTest
[all...]
H A DReflectionExceptionTest.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());
104 echo(">>> CREATE a new CounterMonitor MBean");
109 echo(">>> ADD a listener to the CounterMonitor");
116 echo(">>> SE
328 private static void echo(String message) { method in class:ReflectionExceptionTest
[all...]
H A DRuntimeExceptionTest.java78 echo(">>> Received notification: " + notification);
83 echo("\tType: " + mn.getType());
84 echo("\tTimeStamp: " + mn.getTimeStamp());
85 echo("\tObservedObject: " + mn.getObservedObject());
86 echo("\tObservedAttribute: " + mn.getObservedAttribute());
87 echo("\tDerivedGauge: " + mn.getDerivedGauge());
88 echo("\tTrigger: " + mn.getTrigger());
103 echo(">>> CREATE a new CounterMonitor MBean");
108 echo(">>> ADD a listener to the CounterMonitor");
115 echo(">>> SE
326 private static void echo(String message) { method in class:RuntimeExceptionTest
[all...]
H A DThreadPoolTest.java86 echo(">>> TASK "+prop+" is called.");
110 echo(">>> CREATE MBeanServer");
119 echo(">>> CREATE ObservedObject = " + mbeanNames[i].toString());
138 echo("Unsupported monitor type");
141 echo(">>> CREATE Monitor = " + monitorNames[i].toString());
150 echo("Error, not all "+nTasks+" monitor tasks are called after "
160 echo("All "+nTasks+" monitors are called.");
167 private static void echo(String message) { method in class:ThreadPoolTest
180 echo(">>> MAXIMUM POOL SIZE = 10 [default value]");
183 echo(">>> MAXIMU
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DMBSFPreStartPostStartTest.java107 echo("=-=-= MBSFPreStartPostStartTest: Set MBSF " +
170 echo("OK: Did go into MBeanServerForwarder!");
172 echo("KO: Didn't go into MBeanServerForwarder!");
176 echo("Failed to perform operation: " + e);
201 private static void echo(String message) { method in class:MBSFPreStartPostStartTest
226 echo(">>> Unhappy Bye, Bye!");
230 echo(">>> Happy Bye, Bye!");
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DServerNotifs.java48 private static void echo(String msg) { method in class:ServerNotifs
57 echo("---Create the MBeanServer...");
62 echo("---Instantiate the RMIConnectorServer...");
69 echo("---Register the RMIConnectorServer in the MBeanServer...");
74 echo("---Start the RMIConnectorServer...");
77 echo("---RMIConnectorServer address: " + url);
79 echo("---Add a local listener to the RMIConnectorServer...");
84 echo("---Instantiate the RMIConnector...");
89 echo("---Open connection...");
95 echo("
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/util/
H A DMapNullValuesTest.java121 echo("");
122 echo(dashedMessage("Run MapToHashtable Tests"));
124 echo("\n>>> MapToHashtable Test [" + i + "]");
126 echo("\tMap = " + maps[i]);
128 echo("\tHashtable = " + t);
130 echo("\tTest [" + i + "] PASSED!");
133 echo("\tTest [" + i + "] FAILED!");
138 echo("");
139 echo(dashedMessage("MapToHashtable Tests PASSED!"));
141 echo("");
352 private static void echo(String message) { method in class:MapNullValuesTest
[all...]
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java98 private static void echo(String message) { method in class:AvoidGetMBeanInfoCallsTest
109 echo(">>> Create MBeanServer");
112 echo(">>> Default Domain: " + server.getDefaultDomain());
114 echo(">>> Create and register Test MBean");
119 echo(">>> Set entered flag to false in Test MBean");
122 echo(">>> Query Names:");
125 echo("\t" + on.toString());
128 echo(">>> Entered flag = " + mbean.entered);
131 echo(">>> Test FAILED!");
134 echo(">>> Tes
[all...]
/openjdk7/jdk/test/javax/management/mxbean/
H A DStandardMBeanOverrideTest.java191 echo("\n>>> Create the MBean server");
196 echo("\n>>> Get the MBean server's default domain");
198 echo("\tDefault Domain = " + domain);
205 echo("\n>>> Create the " + cn +
207 echo("\tObjectName = " + ons);
215 echo("MBeanInfo descriptor = " + d);
218 echo("Descriptor is null or empty");
223 echo("OK: immutableInfo field is true");
225 echo("KO: immutableInfo field should be true");
232 echo("O
249 private static void echo(String msg) { method in class:StandardMBeanOverrideTest
[all...]
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dgui.js277 // if echo function is not defined, define it as synonym
279 if (this.echo == undefined) {
280 function echo(str) {

Completed in 85 milliseconds

12