| Package | Description |
|---|---|
| com.sybase.esp.sdk.debugger |
| Modifier and Type | Method and Description |
|---|---|
static Debugger.HistoryType |
Debugger.HistoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Debugger.HistoryType[] |
Debugger.HistoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DebuggerItem[] |
Debugger.getHistory(java.lang.String stream,
Debugger.HistoryType type,
int startPos,
int fetchLimit,
java.lang.String filter) |
DebuggerItem[] |
Debugger.getHistoryAt(java.lang.String stream,
Debugger.HistoryType type,
int index) |
DebuggerItem[] |
Debugger.getLastTransaction(java.lang.String stream,
Debugger.HistoryType type)
Utility method.
|
DebuggerItem[] |
Debugger.getReverseHistoryAt(java.lang.String stream,
Debugger.HistoryType type,
int index) |