public interface ICDITraceSnapshot extends ICDISessionObject
Modifier and Type | Method and Description |
---|---|
ICDIObject[] |
getData()
Returns the data collected at this snapshot.
|
int |
getNumber()
Returns the number of this snapshot.
|
ICDITracepoint[] |
getTracepoints()
Returns the array of tracepoints associated with this snapshot.
|
void |
select()
Selects this snapshot.
|
getSession
int getNumber()
void select() throws CDIException
CDIException
- on failure. Reasons include:ICDIObject[] getData() throws CDIException
CDIException
- on failure. Reasons include:ICDITracepoint[] getTracepoints()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.