|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.daemon.AbstractServiceDaemon
org.opennms.netmgt.linkd.Linkd
public class Linkd
Linkd class.
| Field Summary |
|---|
| Fields inherited from interface org.opennms.core.fiber.PausableFiber |
|---|
PAUSE_PENDING, PAUSED, RESUME_PENDING |
| Fields inherited from interface org.opennms.core.fiber.Fiber |
|---|
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED |
| Constructor Summary | |
|---|---|
Linkd()
Constructor for Linkd. |
|
| Methods inherited from class org.opennms.netmgt.daemon.AbstractServiceDaemon |
|---|
afterPropertiesSet, debugf, debugf, errorf, errorf, fatalf, fatalf, getName, getStatus, getStatusText, infof, infof, init, isPaused, isRunning, isStarting, isStartPending, log, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus, warnf, warnf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Linkd()
Constructor for Linkd.
| Method Detail |
|---|
protected void onInit()
onInit
onInit in class AbstractServiceDaemonpublic DiscoveryLink getDiscoveryLink(String pkgName)
public SnmpCollection getSnmpCollection(String ipaddr,
String sysoid,
String pkgName)
public List<SnmpCollection> getSnmpCollections(String ipaddr,
String sysoid)
public SnmpCollection createCollection(String ipaddr)
protected void onStart()
onStart
onStart in class AbstractServiceDaemonprotected void onStop()
onStop
onStop in class AbstractServiceDaemonprotected void onPause()
onPause
onPause in class AbstractServiceDaemonprotected void onResume()
onResume
onResume in class AbstractServiceDaemonpublic Collection<LinkableNode> getLinkableNodes()
getLinkableNodes
Collection object.public Collection<LinkableNode> getLinkableNodesOnPackage(String pkg)
getLinkableNodesOnPackage
pkg - a String object.
Collection object.
public boolean isInterfaceInPackage(String ipaddr,
String pkg)
isInterfaceInPackage
ipaddr - a String object.pkg - a String object.
public boolean isInterfaceInPackageRange(String ipaddr,
String pkg)
isInterfaceInPackageRange
ipaddr - a String object.pkg - a String object.
public void setQueryManager(DbEventWriter queryMgr)
setQueryManager
queryMgr - a QueryManager object.public Scheduler getScheduler()
getScheduler
Scheduler object.public void setScheduler(Scheduler scheduler)
setScheduler
scheduler - a Scheduler object.public LinkdConfig getLinkdConfig()
getLinkdConfig
LinkdConfig object.public void setLinkdConfig(LinkdConfig config)
setLinkdConfig
config - a LinkdConfig object.public EventForwarder getEventForwarder()
public void setEventForwarder(EventForwarder eventForwarder)
eventForwarder - the eventForwarder to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||