IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.sibx.mediation.wsrr.client.data
Interface ServiceRegistryDataGraphList


public interface ServiceRegistryDataGraphList

Represents a list of data graphs that have been returned from WSRR.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.List<DataGraphType> getDataGraphs()
          Get the list of DataGraphType objects returned from WSRR
 long getTimeStamp()
          Get the time stamp of the query
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getDataGraphs

java.util.List<DataGraphType> getDataGraphs()
Get the list of DataGraphType objects returned from WSRR

Returns:
The list of DataGraphType objects returned from WSRR

getTimeStamp

long getTimeStamp()
Get the time stamp of the query

Returns:
The time stamp in milliseconds

IBM WebSphere Application ServerTM
Release 7