com.missiondata.oss.lakeshore
Class Task

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.Controller
      extended bycom.missiondata.oss.lakeshore.Task

public abstract class Task
extends Controller


Constructor Summary
Task()
           
 
Method Summary
abstract  java.lang.Object go()
           
 void renderOn(Renderer r)
           
 
Methods inherited from class com.missiondata.oss.lakeshore.Controller
activeController, answer, answer, answerAction, answerAction, call, call, callAction, callAction, callMethod, callMethod, clearDelegate, getParent, getRequestHandler, getSessionAttribute, getUploadedFile, inform, isUserInRole, onAnswer, onAnswer, receiveCall, render, resumeCall, setDelegate, setParent, setRequestHandler, setSessionAttribute, setThreadManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task

public Task()
Method Detail

renderOn

public void renderOn(Renderer r)
Specified by:
renderOn in class Controller

go

public abstract java.lang.Object go()