org.jasig.portal.tools
Class ChannelServlet.Worker

java.lang.Object
  extended by org.jasig.portal.tools.ChannelServlet.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
ChannelServlet

protected class ChannelServlet.Worker
extends Object
implements Runnable


Constructor Summary
ChannelServlet.Worker(IChannel ch, ChannelRuntimeData runtimeData, ContentHandler dh)
           
 
Method Summary
 boolean done()
           
 Exception getException()
           
 void run()
           
 boolean successful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelServlet.Worker

public ChannelServlet.Worker(IChannel ch,
                             ChannelRuntimeData runtimeData,
                             ContentHandler dh)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

successful

public boolean successful()

done

public boolean done()

getException

public Exception getException()


Copyright © 2010 Jasig. All Rights Reserved.