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.String
DEFAULT_DIST_POLLER_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnmsDistPoller
whoami()
This function returns theOnmsDistPoller
identity 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 theOnmsDistPoller
identity of the local system so that events and other objects can be associated with the local system.- Returns:
-
-