Package io.datarouter.storage.servertype
Class BaseServerTypes
java.lang.Object
io.datarouter.storage.servertype.BaseServerTypes
- All Implemented Interfaces:
ServerTypes
public class BaseServerTypes extends java.lang.Object implements ServerTypes
-
Constructor Summary
Constructors Modifier Constructor Description BaseServerTypes(ServerType defaultServerType)protectedBaseServerTypes(ServerType webServerType, ServerType jobServerType, ServerType jobletServerType) -
Method Summary
Modifier and Type Method Description BaseServerTypesadd(ServerType serverType)ServerTypefromPersistentString(java.lang.String str)java.util.List<io.datarouter.util.web.HtmlSelectOptionBean>getHtmlSelectOptionsVarNames()ServerTypegetJobletServerType()ServerTypegetJobServerType()ServerTypegetWebServerType()static ServerTypemakeProduction(java.lang.String persistentString)ServerType[]values()
-
Constructor Details
-
BaseServerTypes
-
BaseServerTypes
protected BaseServerTypes(ServerType webServerType, ServerType jobServerType, ServerType jobletServerType)
-
-
Method Details
-
makeProduction
-
add
-
values
-
getWebServerType
- Specified by:
getWebServerTypein interfaceServerTypes
-
getJobServerType
- Specified by:
getJobServerTypein interfaceServerTypes
-
getJobletServerType
- Specified by:
getJobletServerTypein interfaceServerTypes
-
fromPersistentString
- Specified by:
fromPersistentStringin interfaceServerTypes
-
getHtmlSelectOptionsVarNames
public java.util.List<io.datarouter.util.web.HtmlSelectOptionBean> getHtmlSelectOptionsVarNames()- Specified by:
getHtmlSelectOptionsVarNamesin interfaceServerTypes
-