Package es.bsc.dataclay.api
Interface Backend
-
- All Known Implementing Classes:
ExecutionEnvironment
,ExternalExecutionEnvironment
public interface Backend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendID
getDataClayID()
String
getHostname()
CommonMessages.Langs
getLang()
String
getName()
int
getPort()
void
setHostname(String newhostname)
void
setLang(CommonMessages.Langs newlang)
void
setName(String newname)
void
setPort(int newport)
-
-
-
Method Detail
-
getHostname
String getHostname()
-
setHostname
void setHostname(String newhostname)
-
getName
String getName()
-
setName
void setName(String newname)
-
getPort
int getPort()
-
setPort
void setPort(int newport)
-
getLang
CommonMessages.Langs getLang()
-
setLang
void setLang(CommonMessages.Langs newlang)
-
getDataClayID
BackendID getDataClayID()
-
-