Uses of Class
org.opennms.netmgt.icmp.proxy.PingSequence
-
Packages that use PingSequence Package Description org.opennms.netmgt.icmp.proxy -
-
Uses of PingSequence in org.opennms.netmgt.icmp.proxy
Methods in org.opennms.netmgt.icmp.proxy that return PingSequence Modifier and Type Method Description PingSequence
PingSummary. getSequence(int sequenceIndex)
Methods in org.opennms.netmgt.icmp.proxy that return types with arguments of type PingSequence Modifier and Type Method Description java.util.List<PingSequence>
PingSummary. getSequences()
Methods in org.opennms.netmgt.icmp.proxy with parameters of type PingSequence Modifier and Type Method Description void
PingSummary. addSequence(PingSequence sequence)
void
PingRequestBuilder.Callback. onUpdate(PingSequence newSequence, PingSummary summary)
Is invoked on a ping progress updated.static java.lang.String
PingStringUtils. renderSequence(PingRequest request, PingSequence sequence)
-