public class EmbeddedServer.DeployProp extends Object
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedServer.DeployProp.deployContext
サービスコンテキスト定義用Class.
|
Constructor and Description |
---|
DeployProp()
コンストラクタ
|
Modifier and Type | Method and Description |
---|---|
int |
getControlPort()
制御用ポート番号取得.
|
Set<EmbeddedServer.DeployProp.deployContext> |
getHttpServices()
httpServletコンテキストリスト取得
|
int |
getJettyPort()
httpServlet用のポート(Soap/ProtcolBuffers/JSON-RPC)取得
|
Set<EmbeddedServer.DeployProp.deployContext> |
getMsgpackServices()
msgpackサービス用コンテキストリスト取得.
|
String |
getServerName()
サービス名取得
|
void |
setControlPort(int controlPort)
制御用ポート番号設定
|
void |
setHttpServices(Set<EmbeddedServer.DeployProp.deployContext> httpServices)
httpServlet用コンテキストリスト設定
|
void |
setJettyPort(int jettyPort)
httpServlet用のポート番号設定.
|
void |
setMsgpackServices(Set<EmbeddedServer.DeployProp.deployContext> msgpackServices)
msgpack用コンテキストリスト設定.
|
void |
setServerName(String serverName)
サーバ名設定.
|
public int getControlPort()
public Set<EmbeddedServer.DeployProp.deployContext> getHttpServices()
public int getJettyPort()
public Set<EmbeddedServer.DeployProp.deployContext> getMsgpackServices()
public String getServerName()
public void setControlPort(int controlPort)
controlPort
- ポート番号public void setHttpServices(Set<EmbeddedServer.DeployProp.deployContext> httpServices)
httpServices
- コンテキストリストpublic void setJettyPort(int jettyPort)
jettyPort
- ポート番号public void setMsgpackServices(Set<EmbeddedServer.DeployProp.deployContext> msgpackServices)
msgpackServices
- コンテキストリストpublic void setServerName(String serverName)
serverName
- サーバCopyright (C) 2014 Information Analysis Laboratory, NICT
RaSC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
RaSC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see (http://www.gnu.org/licenses/) .