public class ExpectConfigMgr extends Object
| Constructor and Description |
|---|
ExpectConfigMgr()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addConfig(ExpectConfig config)
Deprecated.
|
static void |
clearConfig()
Deprecated.
|
static void |
getExpectConfigs(Expect expect,
List<ExpectConfig> expectConfigs)
Deprecated.
|
static List<ExpectConfig> |
getExpectConfigs(int stackDepth)
Deprecated.
|
static ExpectConfig |
handleFailure(Object ctx,
int stackDepth,
Exception e)
Deprecated.
Returns the Expect configuration that matches or null if no match.
|
static ExpectConfig |
handleSuccess(Object ctx,
int stackDepth)
Deprecated.
Returns the Expect configuration that matches or null if no match.
|
static ExpectConfig |
removeConfig(String name)
Deprecated.
|
public static void addConfig(ExpectConfig config)
public static ExpectConfig removeConfig(String name)
public static void clearConfig()
public static ExpectConfig handleSuccess(Object ctx, int stackDepth)
ctx, - referencestackDepth, - referencepublic static ExpectConfig handleFailure(Object ctx, int stackDepth, Exception e)
ctx, - referencestackDepth, - parametere, - exceptionpublic static List<ExpectConfig> getExpectConfigs(int stackDepth)
public static void getExpectConfigs(Expect expect, List<ExpectConfig> expectConfigs)
Copyright 2004-2019 Solace Corporation. All rights reserved.