Uses of Class
org.opennms.netmgt.collection.api.CollectionException
-
-
Uses of CollectionException in org.opennms.features.apilayer.collectors
Methods in org.opennms.features.apilayer.collectors that throw CollectionException Modifier and Type Method Description CollectionSet
ServiceCollectorImpl. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
-
Uses of CollectionException in org.opennms.netmgt.collectd
Methods in org.opennms.netmgt.collectd that throw CollectionException Modifier and Type Method Description abstract CollectionSet
AbstractSnmpCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
Invokes a collection on the object.CollectionSet
JdbcCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
CollectionSet
SnmpCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
Invokes a collection on the object.CollectionSet
SnmpCollectorNG. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
CollectionSet
VmwareCimCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
This method collect the data for a given collection agent.CollectionSet
VmwareCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
This method collect the data for a given collection agent.CollectionSet
WsManCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
-
Uses of CollectionException in org.opennms.netmgt.collectd.prometheus
Methods in org.opennms.netmgt.collectd.prometheus that throw CollectionException Modifier and Type Method Description CollectionSet
PrometheusCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> map)
-
Uses of CollectionException in org.opennms.netmgt.collectd.tca
Methods in org.opennms.netmgt.collectd.tca that throw CollectionException Modifier and Type Method Description protected CollectionSet
TcaCollectionHandler. collect()
Collect.CollectionSet
TcaCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
-
Uses of CollectionException in org.opennms.netmgt.collection.api
Subclasses of CollectionException in org.opennms.netmgt.collection.api Modifier and Type Class Description class
CollectionFailed
CollectionFailed class.class
CollectionTimedOut
CollectionTimedOut class.class
CollectionUnknown
This exception should be thrown by aServiceCollector
when collection fails, but should not trigger a status change (resulting in an alarm) for target service.class
CollectionWarning
CollectionWarning class.class
InvalidCollectionAgentException
Methods in org.opennms.netmgt.collection.api with parameters of type CollectionException Modifier and Type Method Description void
CollectionInstrumentation. reportCollectionException(java.lang.String packageName, int nodeid, java.lang.String ipAddress, java.lang.String svcName, CollectionException e)
reportCollectionExceptionMethods in org.opennms.netmgt.collection.api that throw CollectionException Modifier and Type Method Description CollectionSet
ServiceCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
Invokes a collection on the object. -
Uses of CollectionException in org.opennms.netmgt.collection.core
Methods in org.opennms.netmgt.collection.core with parameters of type CollectionException Modifier and Type Method Description void
DefaultCollectdInstrumentation. reportCollectionException(java.lang.String packageName, int nodeId, java.lang.String ipAddress, java.lang.String svcName, CollectionException e)
Methods in org.opennms.netmgt.collection.core that throw CollectionException Modifier and Type Method Description CollectionSet
CollectionSpecification. collect(CollectionAgent agent)
collect -
Uses of CollectionException in org.opennms.netmgt.collection.test.api
Methods in org.opennms.netmgt.collection.test.api that throw CollectionException Modifier and Type Method Description void
CollectorComplianceTest. canCollectUsingMinionWorkflow()
void
CollectorComplianceTest. canCollectUsingOpenNMSWorkflow()
static void
CollectorTestUtils. collectNTimes(RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao, CollectionSpecification spec, CollectionAgent agent, int numUpdates)
static void
CollectorTestUtils. failToCollectNTimes(RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao, CollectionSpecification spec, CollectionAgent agent, int numUpdates)
-
Uses of CollectionException in org.opennms.netmgt.protocols.xmp.collector
Methods in org.opennms.netmgt.protocols.xmp.collector that throw CollectionException Modifier and Type Method Description CollectionSet
XmpCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
Invokes a collection on the object.protected Resource
XmpCollector. getResource(NodeLevelResource nodeLevelResource, java.lang.String nodeTypeName, java.lang.String resourceType, java.lang.String instance)
-
Uses of CollectionException in org.opennms.protocols.xml.collector
Methods in org.opennms.protocols.xml.collector that throw CollectionException Modifier and Type Method Description CollectionSet
AbstractXmlCollectionHandler. collect(CollectionAgent agent, XmlDataCollection collection, java.util.Map<java.lang.String,java.lang.Object> parameters)
CollectionSet
Sftp3gppXmlCollectionHandler. collect(CollectionAgent agent, XmlDataCollection collection, java.util.Map<java.lang.String,java.lang.Object> parameters)
CollectionSet
XmlCollectionHandler. collect(CollectionAgent agent, XmlDataCollection collection, java.util.Map<java.lang.String,java.lang.Object> parameters)
Collect.CollectionSet
XmlCollector. collect(CollectionAgent agent, java.util.Map<java.lang.String,java.lang.Object> parameters)
-
Uses of CollectionException in org.opennms.protocols.xml.vtdxml
Methods in org.opennms.protocols.xml.vtdxml that throw CollectionException Modifier and Type Method Description CollectionSet
Sftp3gppVTDXmlCollectionHandler. collect(CollectionAgent agent, XmlDataCollection collection, java.util.Map<java.lang.String,java.lang.Object> parameters)
-