当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
Remoting (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.remoting
Class Remoting
java.lang.Object
   org.jboss.seam.servlet.AbstractResource
org.jboss.seam.servlet.AbstractResource
       org.jboss.seam.remoting.Remoting
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
Remoting
public Remoting()
getResourcePath
protected String getResourcePath()
- 
- Specified by:
- getResourcePathin class- AbstractResource
 
- 
 
getResource
public void getResource(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws IOException
- 
- Specified by:
- getResourcein 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)
-