org.jboss.seam.remoting
Class Remoting

java.lang.Object
  extended by org.jboss.seam.servlet.AbstractResource
      extended by org.jboss.seam.remoting.Remoting

@Startup
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.remoting.remoting")
@Install(precedence=0)
@Intercept(value=NEVER)
public class Remoting
extends AbstractResource


Field Summary
static int DEFAULT_POLL_INTERVAL
           
static int DEFAULT_POLL_TIMEOUT
           
 
Constructor Summary
Remoting()
           
 
Method Summary
 boolean getDebug()
           
 int getPollInterval()
           
 int getPollTimeout()
           
 void getResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  String getResourcePath()
           
 void setDebug(boolean debug)
           
 void setPollInterval(int pollInterval)
           
 void setPollTimeout(int pollTimeout)
           
 
Methods inherited from class org.jboss.seam.servlet.AbstractResource
getServletContext, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_POLL_TIMEOUT

public static final int DEFAULT_POLL_TIMEOUT
See Also:
Constant Field Values

DEFAULT_POLL_INTERVAL

public static final int DEFAULT_POLL_INTERVAL
See Also:
Constant Field Values
Constructor Detail

Remoting

public Remoting()
Method Detail

getResourcePath

protected String getResourcePath()
Specified by:
getResourcePath in class AbstractResource

getResource

public void getResource(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws IOException
Specified by:
getResource in class AbstractResource
Throws:
IOException

getPollTimeout

public int getPollTimeout()

setPollTimeout

public void setPollTimeout(int pollTimeout)

getPollInterval

public int getPollInterval()

setPollInterval

public void setPollInterval(int pollInterval)

getDebug

public boolean getDebug()

setDebug

public void setDebug(boolean debug)