Class DispatcherStatus
java.lang.Object
eu.dnetlib.broker.controllers.objects.DispatcherStatus
- All Implemented Interfaces:
Comparable<DispatcherStatus>
-
Constructor Summary
ConstructorsConstructorDescriptionDispatcherStatus(String name, long count, long countErrors, String lastError) -
Method Summary
-
Constructor Details
-
DispatcherStatus
-
-
Method Details
-
getName
-
getCount
public long getCount() -
getCountErrors
public long getCountErrors() -
getLastError
-
compareTo
- Specified by:
compareToin interfaceComparable<DispatcherStatus>
-