Class ItemCounter
java.lang.Object
org.duracloud.duradmin.spaces.controller.ItemCounter
- All Implemented Interfaces:
ExtendedCountListener
- Author:
- Daniel Bernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()booleanvoidsetCount(long count) voidvoidsetIntermediaryCount(long intermediaryCount)
-
Constructor Details
-
ItemCounter
public ItemCounter()
-
-
Method Details
-
getCount
-
setCount
public void setCount(long count) - Specified by:
setCountin interfaceExtendedCountListener
-
getIntermediaryCount
-
setIntermediaryCount
public void setIntermediaryCount(long intermediaryCount) - Specified by:
setIntermediaryCountin interfaceExtendedCountListener
-
isCountComplete
public boolean isCountComplete() -
setCountComplete
public void setCountComplete()- Specified by:
setCountCompletein interfaceExtendedCountListener
-