public class EndpointFactoryDatabase extends AbstractEndpointFactory
balancer, eb
Constructor and Description |
---|
EndpointFactoryDatabase()
コンストラクタ
|
Modifier and Type | Method and Description |
---|---|
List<String> |
create(List<String> defList,
String serviceName)
EndPointを生成(取得)する.
|
String |
getDb_id()
データベースのUserIDを取得する
|
String |
getDb_pass()
データベースのパスワードを取得する
|
String |
getDb_path()
データベースへのPATHを取得する
|
void |
makeList(String serviceName)
サービスのEndPointリストをDB情報から作成する.
|
void |
setDb_id(String db_id)
データベースのUserIDを設定する
|
void |
setDb_pass(String db_pass)
データベースのパスワードを設定する
|
void |
setDb_path(String db_path)
データベースへのPATHを設定する
|
create, endStatistics, getBalancer, getRealPath, getSigName, setBalancer, setRealPath, setSigName, startStatistics
public String getDb_path()
public void setDb_path(String db_path)
db_path
- データベースのパスpublic String getDb_id()
public void setDb_id(String db_id)
db_id
- UserIDpublic String getDb_pass()
public void setDb_pass(String db_pass)
db_pass
- パスワードpublic List<String> create(List<String> defList, String serviceName)
EndpointFactory
create
in interface EndpointFactory
create
in class AbstractEndpointFactory
defList
- デフォルトのEndPointリストserviceName
- 識別子public void makeList(String serviceName)
serviceName
- サービス名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/) .