|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.model.OnmsDistPoller
public class OnmsDistPoller
Represents an OpenNMS Distributed Poller
| Constructor Summary | |
|---|---|
OnmsDistPoller()
default constructor |
|
OnmsDistPoller(String name,
String ipAddress)
minimal constructor |
|
| Method Summary | |
|---|---|
Integer |
getAdminState()
Reflects desired state for this distributed poller. |
String |
getComment()
A free form text field providing a desciption of the distrubted poller |
BigDecimal |
getDiscoveryLimit()
Numeric representation of percentage of interface speed available to discovery process. |
String |
getIpAddress()
IP address of the distributed poller. |
Date |
getLastEventPull()
Time of last pull of events from the DP |
Date |
getLastNodePull()
Time of last pull of new nodes from the DP |
Date |
getLastPackagePush()
Time of last push of Package (config) to the DP |
String |
getName()
A human-readable name for each system. |
Integer |
getRunState()
Reflects the current perceived state of the distributed poller. |
void |
setAdminState(Integer dpadminstate)
|
void |
setComment(String dpcomment)
|
void |
setDiscoveryLimit(BigDecimal dpdisclimit)
|
void |
setIpAddress(String dpip)
|
void |
setLastEventPull(Date dplasteventpull)
|
void |
setLastNodePull(Date dplastnodepull)
|
void |
setLastPackagePush(Date dplastpackagepush)
|
void |
setName(String dpname)
|
void |
setRunState(Integer dprunstate)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsDistPoller()
public OnmsDistPoller(String name,
String ipAddress)
| Method Detail |
|---|
public String getName()
public void setName(String dpname)
public String getIpAddress()
public void setIpAddress(String dpip)
public String getComment()
public void setComment(String dpcomment)
public BigDecimal getDiscoveryLimit()
public void setDiscoveryLimit(BigDecimal dpdisclimit)
public Date getLastNodePull()
public void setLastNodePull(Date dplastnodepull)
public Date getLastEventPull()
public void setLastEventPull(Date dplasteventpull)
public Date getLastPackagePush()
public void setLastPackagePush(Date dplastpackagepush)
public Integer getAdminState()
public void setAdminState(Integer dpadminstate)
public Integer getRunState()
public void setRunState(Integer dprunstate)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||