to.etc.domui.parts
Class PollInfo

java.lang.Object
  extended by to.etc.domui.parts.PollInfo
All Implemented Interfaces:
IPartFactory, IUnbufferedPartFactory

public class PollInfo
extends java.lang.Object
implements IUnbufferedPartFactory

This will become a simple, generic framework to pass events to a browser based application by means of polling: the browser is supposed to poll this part every 2 minutes; this part can pass back event commands to the browser when needed.

Author:
Frits Jalvingh Created on Jun 11, 2010

Constructor Summary
PollInfo()
           
 
Method Summary
 void generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollInfo

public PollInfo()
Method Detail

generate

public void generate(DomApplication app,
                     java.lang.String rurl,
                     RequestContextImpl param)
              throws java.lang.Exception
Specified by:
generate in interface IUnbufferedPartFactory
Throws:
java.lang.Exception