|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucsb.cs.jicos.services.Task
edu.ucsb.cs.jicos.services.tasks.AddInteger
public final class AddInteger
| Field Summary |
|---|
| Fields inherited from class edu.ucsb.cs.jicos.services.Task |
|---|
ALL_INPUTS |
| Constructor Summary | |
|---|---|
AddInteger()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(Environment environment)
This method's returned value is the Integer whose intValue is the sum of the intValues of its Integer inputs. |
boolean |
executeOnServer(Environment environment)
This task executes on the task server. |
| Methods inherited from class edu.ucsb.cs.jicos.services.Task |
|---|
compute, execute, executeIncrementally, getInput, getTaskId, isAtomic, numInputs, numUnsetInputs, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddInteger()
| Method Detail |
|---|
public java.lang.Object execute(Environment environment)
execute in class Taskenvironment - Not used by this Task.
public boolean executeOnServer(Environment environment)
executeOnServer in class Taskenvironment - Session environment (ignored).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||