Class AbstractApplicationInformation
- java.lang.Object
-
- ch.mobi.mobitor.plugins.api.domain.screen.information.AbstractApplicationInformation
-
- All Implemented Interfaces:
ApplicationInformation
@Deprecated public abstract class AbstractApplicationInformation extends Object implements ApplicationInformation
Deprecated.Dont use this just yet. See ApplicationInformation interface
-
-
Constructor Summary
Constructors Constructor Description AbstractApplicationInformation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetApplicationName()Deprecated.StringgetEnvironment()Deprecated.StringgetServerName()Deprecated.voidsetApplicationName(String applicationName)Deprecated.voidsetEnvironment(String environment)Deprecated.voidsetServerName(String serverName)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.mobi.mobitor.plugins.api.domain.screen.information.ApplicationInformation
getType, hasInformation
-
-
-
-
Method Detail
-
getServerName
public String getServerName()
Deprecated.
-
setServerName
public void setServerName(String serverName)
Deprecated.
-
getApplicationName
public String getApplicationName()
Deprecated.
-
setApplicationName
public void setApplicationName(String applicationName)
Deprecated.
-
getEnvironment
public String getEnvironment()
Deprecated.
-
setEnvironment
public void setEnvironment(String environment)
Deprecated.
-
-