|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.web.map.db.datasources.ServerDataSource
public class ServerDataSource
| Constructor Summary | |
|---|---|
ServerDataSource(Map params)
|
|
| Method Summary | |
|---|---|
protected void |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerDataSource(Map params)
| Method Detail |
|---|
public void init()
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic String getSeverity(Object id)
DataSourceInterface
getSeverity in interface DataSourceInterfacepublic String getStatus(Object id)
DataSourceInterface
getStatus in interface DataSourceInterfacepublic double getAvailability(Object id)
DataSourceInterface
getAvailability in interface DataSourceInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||