Class CardinalityResponseImplWithoutCardinality
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.response.CardinalityResponseImplWithoutCardinality
- All Implemented Interfaces:
CardinalityResponse
,DataRetrievalResponse
public class CardinalityResponseImplWithoutCardinality
extends Object
implements CardinalityResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DataRetrievalRequest
protected final DataRetrievalResponse
-
Constructor Summary
ConstructorsConstructorDescriptionCardinalityResponseImplWithoutCardinality
(DataRetrievalResponse wrappedResponse, DataRetrievalRequest request) -
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
-
-
Constructor Details
-
CardinalityResponseImplWithoutCardinality
public CardinalityResponseImplWithoutCardinality(DataRetrievalResponse wrappedResponse, DataRetrievalRequest request)
-
-
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
-