
public class ServletProtocolConfiguration extends Object implements ProtocolConfiguration
| Constructor and Description |
|---|
ServletProtocolConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBaseURI() |
String |
getContextRoot() |
String |
getHost() |
Integer |
getPort() |
Integer |
getPullInMilliSeconds() |
void |
setContextRoot(String context) |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setPullInMilliSeconds(Integer pullInMilliSeconds)
The Command Service provided by the Serlvet protocol will pull
for Remote events happened in the container every x milliseconds.
|
public String getHost()
public void setHost(String host)
host - the host to setpublic Integer getPort()
public void setPort(Integer port)
port - the port to setpublic String getContextRoot()
public void setContextRoot(String context)
context - the context to setpublic URI getBaseURI()
public Integer getPullInMilliSeconds()
public void setPullInMilliSeconds(Integer pullInMilliSeconds)
pullInMilliSeconds - Copyright © 2013 JBoss by Red Hat. All Rights Reserved.