edu.rit.m2mi.test
Class ArrayProcessorTest01
java.lang.Object
edu.rit.m2mi.test.ArrayProcessorTest01
public class ArrayProcessorTest01
- extends Object
Class ArrayProcessorTest01 is a main program for testing M2MI. It calls the
process() method on an omnihandle for interface
ArrayProcessor
, passing in an array of integers
whose length n is specified on the command line. The array consists of
the integers from 0 to n-1. Use the
ArrayProcessorTest02
program to export an object that will
receive the omnihandle invocation.
Usage: java edu.rit.m2mi.test.ArrayProcessorTest01 n
Method Summary |
static void |
main(String[] args)
Main program. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Main program.
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.