FusionReactor API
v2.0.4

com.intergral.fusionreactor.api
Interface FusionRequestSurrogate


public interface FusionRequestSurrogate

This interface specifies the available proxied information from an internal FusionRequest. It is safe to store references to this object, since the data it encapsulates is copied from the underlying FusionRequest.

Since:
2.0
Version:
2.0

Method Summary
 long getFusionRequestId()
          Get the tracking ID of this request.
 URL getRequestUrl()
          Get the URL, with protocol and query arguments (if applicable) associated with this request.
 long getStartTimeMillis()
          Get the time at whichi this request was raised inside FusionReactor, measured in milliseconds from the Java time datum (midnight on January 1st, 1970 UTC).
 

Method Detail

getFusionRequestId

long getFusionRequestId()
Get the tracking ID of this request.

Returns:
the FusionReactor-assigned Request ID of this request.
Since:
2.0

getRequestUrl

URL getRequestUrl()
Get the URL, with protocol and query arguments (if applicable) associated with this request.

Returns:
the request URL associated with this request
Since:
2.0

getStartTimeMillis

long getStartTimeMillis()
Get the time at whichi this request was raised inside FusionReactor, measured in milliseconds from the Java time datum (midnight on January 1st, 1970 UTC).

Returns:
the time at which this request was raised,
Since:
2.0

FusionReactor API
v2.0.4

Copyright © 2005-2007 Intergral Information Solutions GmbH. All Rights Reserved.