OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.profiling
Class AdfProfilerDataDetail

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.profiling.AdfProfilerDataDetail

public class AdfProfilerDataDetail
extends Object
Constructs a new AdfProfilerDataDetail record for the provided data. This class stores details of each call to a checkpoiont. There is one of these objects per call to the checkpoint if the AdfProfilerData.setDetail(Boolean) has been set to true.


Since:
1.0=

Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfProfilerDataDetail(Number executionTime, Object callingMethod, Array args)
Constructs a new AdfProfilerDataDetail record for the provided data.


Method Summary

public Object
getArguments()
Returns a copy of the arguments used to make this call
public Object
getCallingMethod()
Returns the method used to make this call (if provided)
public Object
getCreationTime()
Returns a timestamp of when this object was created in milliseconds from the Epoc (Jan 1, 1970, 12:00 am).
public Object
getExecutionTime()
Returns the execution time of this call


Field Detail


Constructor Detail


AdfProfilerDataDetail

public AdfProfilerDataDetail(Number executionTime,
                             Object callingMethod,
                             Array args)

Constructs a new AdfProfilerDataDetail record for the provided data. This class stores details of each call to a checkpoiont. There is one of these objects per call to the checkpoint if the AdfProfilerData.setDetail(Boolean) has been set to true.

Parameters:
executionTime  -  execution time in milliseconds
callingMethod  -  an optional parameter containing the method used to make this call to the checkpoint.
args  -  an optional parameter containing the arguments used to make this call

Method Detail


getArguments

public Object getArguments()

Returns a copy of the arguments used to make this call

Return:
Object - the arguments

getCallingMethod

public Object getCallingMethod()

Returns the method used to make this call (if provided)

Return:
Object - the calling method

getCreationTime

public Object getCreationTime()

Returns a timestamp of when this object was created in milliseconds from the Epoc (Jan 1, 1970, 12:00 am).

Return:
Object - the timestamp when this object was created

getExecutionTime

public Object getExecutionTime()

Returns the execution time of this call

Return:
Object - the execution time in milliseconds

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.