Interface IServiceDataAcceptor
-
- All Known Implementing Classes:
ConnectionBin.SumClass,ConnectorPool.SumClass,FetchBin.SumClass,ThrottleBin.SumClass
public interface IServiceDataAcceptorThe IServiceDataAcceptor interface describes functionality needed to tally service data values across all active services of a type.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacceptServiceData(java.lang.String serviceName, byte[] serviceData)Accept service data.
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
acceptServiceData
boolean acceptServiceData(java.lang.String serviceName, byte[] serviceData) throws ManifoldCFExceptionAccept service data.- Parameters:
serviceName- is the name of the service that owns the data.serviceData- is the actual data that is owned.- Returns:
- true to abort the scan.
- Throws:
ManifoldCFException
-
-