public class SiteWhereServerRuntime extends java.lang.Object implements ISiteWhereServerRuntime
ISiteWhereServerRuntime
for holding information
about a running SiteWhere server.Modifier and Type | Class and Description |
---|---|
static class |
SiteWhereServerRuntime.GeneralInformation |
static class |
SiteWhereServerRuntime.JavaInformation |
ISiteWhereServerRuntime.IGeneralInformation, ISiteWhereServerRuntime.IJavaInformation
Constructor and Description |
---|
SiteWhereServerRuntime() |
Modifier and Type | Method and Description |
---|---|
ISiteWhereServerRuntime.IGeneralInformation |
getGeneral() |
ISiteWhereServerRuntime.IJavaInformation |
getJava() |
void |
setGeneral(ISiteWhereServerRuntime.IGeneralInformation general) |
void |
setJava(ISiteWhereServerRuntime.IJavaInformation java) |
public ISiteWhereServerRuntime.IGeneralInformation getGeneral()
getGeneral
in interface ISiteWhereServerRuntime
public void setGeneral(ISiteWhereServerRuntime.IGeneralInformation general)
public ISiteWhereServerRuntime.IJavaInformation getJava()
getJava
in interface ISiteWhereServerRuntime
public void setJava(ISiteWhereServerRuntime.IJavaInformation java)