Package org.opennms.netmgt.dao.api
Interface DistPollerDao
-
- All Superinterfaces:
OnmsDao<OnmsDistPoller,java.lang.String>
- All Known Implementing Classes:
DistPollerDaoDistributed,DistPollerDaoHibernate,MockDistPollerDao
public interface DistPollerDao extends OnmsDao<OnmsDistPoller,java.lang.String>
DistPollerDao interface.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_DIST_POLLER_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnmsDistPollerwhoami()This function returns theOnmsDistPolleridentity of the local system so that events and other objects can be associated with the local system.-
Methods inherited from interface org.opennms.netmgt.dao.api.OnmsDao
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
-
-
-
-
Field Detail
-
DEFAULT_DIST_POLLER_ID
static final java.lang.String DEFAULT_DIST_POLLER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
whoami
OnmsDistPoller whoami()
This function returns theOnmsDistPolleridentity of the local system so that events and other objects can be associated with the local system.- Returns:
-
-