|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataCollector
Data collectors can be provided to capture additional data based on the execution context. The data captured by data collectors is reported together with the corresponding ffdc incident.
Method Summary | |
---|---|
java.util.Collection<? extends java.lang.Object> |
collect(java.lang.Throwable ex)
Returns the collected data for the method. |
java.lang.String[] |
getSupportedTypeNames()
Return the supported type and method names. |
Method Detail |
---|
java.util.Collection<? extends java.lang.Object> collect(java.lang.Throwable ex)
ex
- the encountered exception, this can be used to filter the data to be collected
java.lang.String[] getSupportedTypeNames()
doSomething
- Returns:
- the supported type names this formatter can format
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |