public class ServerDataSource extends Object implements DataSourceInterface
ServerDataSource class.
Constructor and Description |
---|
ServerDataSource(Map<?,?> params)
Constructor for ServerDataSource.
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
finalize
|
double |
getAvailability(Object id)
Gets the availability of the element with id in input using params in input
|
String |
getSeverity(Object id)
Gets the severity of the element with id in input using params in input
|
String |
getStatus(Object id)
Gets the status of the element with id in input using params in input
|
void |
init()
Before invoking get() method, this method must be invoked.
|
public void init()
protected void finalize() throws Throwable
finalize
public String getSeverity(Object id)
getSeverity
in interface DataSourceInterface
id
- a Object
object.public String getStatus(Object id)
getStatus
in interface DataSourceInterface
id
- a Object
object.public double getAvailability(Object id)
getAvailability
in interface DataSourceInterface
id
- a Object
object.Copyright © 2015. All rights reserved.