Class CardinalityResponseImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.response.CardinalityResponseImpl
- All Implemented Interfaces:
CardinalityResponse
,DataRetrievalResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
protected final DataRetrievalRequest
protected final DataRetrievalResponse
-
Constructor Summary
ConstructorsConstructorDescriptionCardinalityResponseImpl
(DataRetrievalResponse wrappedResponse, DataRetrievalRequest request, int cardinality) -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the federation member where this response comes from.Returns the request that has been issued to obtain this response.Returns the time at which the corresponding data retrieval request (seeDataRetrievalResponse.getRequest()
) was started.Returns the time at which the retrieval of this response was completed.
-
Field Details
-
wrappedResponse
-
request
-
cardinality
protected final int cardinality
-
-
Constructor Details
-
CardinalityResponseImpl
public CardinalityResponseImpl(DataRetrievalResponse wrappedResponse, DataRetrievalRequest request, int cardinality)
-
-
Method Details
-
getWrappedResponse
-
getFederationMember
Description copied from interface:DataRetrievalResponse
Returns the federation member where this response comes from.- Specified by:
getFederationMember
in interfaceDataRetrievalResponse
-
getRequest
Description copied from interface:DataRetrievalResponse
Returns the request that has been issued to obtain this response.- Specified by:
getRequest
in interfaceDataRetrievalResponse
-
getRequestStartTime
Description copied from interface:DataRetrievalResponse
Returns the time at which the corresponding data retrieval request (seeDataRetrievalResponse.getRequest()
) was started.- Specified by:
getRequestStartTime
in interfaceDataRetrievalResponse
-
getRetrievalEndTime
Description copied from interface:DataRetrievalResponse
Returns the time at which the retrieval of this response was completed.- Specified by:
getRetrievalEndTime
in interfaceDataRetrievalResponse
-
getCardinality
public int getCardinality()- Specified by:
getCardinality
in interfaceCardinalityResponse
-