当前页面:
在线文档首页 >
JBoss Seam 1.1.0 bate1 API 英文版文档
RemotingConfig (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档
org.jboss.seam.remoting
Class RemotingConfig
java.lang.Object
org.jboss.seam.remoting.RemotingConfig
@Name(value="org.jboss.seam.remoting.remotingConfig")
@Scope(value=APPLICATION)
@Intercept(value=NEVER)
public class RemotingConfig
- extends Object
Various configuration options for Seam Remoting
- Author:
- Shane Bryzak
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
RemotingConfig
public RemotingConfig()
instance
public static RemotingConfig instance()
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)