Class DeployedStats
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<DeployedRequisitionStats>
-
- org.opennms.netmgt.provision.persist.requisition.DeployedStats
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<DeployedRequisitionStats>
public class DeployedStats extends JaxbListWrapper<DeployedRequisitionStats>
The Class DeployedStats.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployedStats()
Instantiates a new deployed statistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DeployedRequisitionStats>
getForeignSources()
Gets the foreign sources.-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getObjects, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
-
-
-
Method Detail
-
getForeignSources
public java.util.List<DeployedRequisitionStats> getForeignSources()
Gets the foreign sources.- Returns:
- the foreign sources
-
-