edu.jhu.cnds.Frugal
Interface Projectable
- All Known Implementing Classes:
- Factorial
- public interface Projectable
- extends java.io.Serializable
General interface for classes that can be executed remotely by
Frugal Resource services.
- Version:
- 2.0
- Author:
- R. Sean Borgstrom
|
Method Summary |
java.lang.Object[] |
main(java.lang.Object[] argv)
Performs the work of the class. |
main
public java.lang.Object[] main(java.lang.Object[] argv)
- Performs the work of the class. The Frugal Resource will run
this method of the submitted class, with the arguments
given.
- Parameters:
argv - Arguments required by the submitted class' main method.- Returns:
- An array of returned arguments.