Package org.opennms.netmgt.poller.shell
Class Poll
- java.lang.Object
-
- org.opennms.netmgt.poller.shell.Poll
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class Poll extends Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description IpInterfaceDao
ipInterfaceDao
LocationAwarePollerClient
locationAwarePollerClient
NodeDao
nodeDao
SessionUtils
sessionUtils
-
Constructor Summary
Constructors Constructor Description Poll()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute()
protected static Map<String,Object>
parse(List<String> attributeList)
-
-
-
Field Detail
-
locationAwarePollerClient
public LocationAwarePollerClient locationAwarePollerClient
-
nodeDao
public NodeDao nodeDao
-
ipInterfaceDao
public IpInterfaceDao ipInterfaceDao
-
sessionUtils
public SessionUtils sessionUtils
-
-