@Deprecated public interface Cluster
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_CONNECTION_TIMEOUT |
Deprecated.
|
static int |
DEFAULT_EXPORT_TIMEOUT |
Deprecated.
|
static int |
DEFAULT_IMPORT_TIMEOUT |
Deprecated.
|
static int |
DEFAULT_NOTIFICATION_TIMEOUT |
Deprecated.
|
static int |
DEFAULT_QUERY_TIMEOUT |
Deprecated.
|
static int |
DEFAULT_REPORT_TIMEOUT |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
notify(String type,
Map<? extends CharSequence,? extends CharSequence> arguments) |
Deprecated.
Notify the cluster.
|
InputStream |
queryPanel(String panel,
Map<? extends CharSequence,? extends CharSequence> arguments) |
Deprecated.
Execute eSales panel.
|
InputStream |
queryReport(String path,
Map<? extends CharSequence,? extends CharSequence> arguments) |
Deprecated.
Execute an eSales report using a long timeout (REPORT_TIMEOUT).
|
InputStream |
queryStream(String path,
Map<? extends CharSequence,? extends CharSequence> arguments) |
Deprecated.
Execute eSales panel.
|
static final int DEFAULT_CONNECTION_TIMEOUT
static final int DEFAULT_QUERY_TIMEOUT
static final int DEFAULT_IMPORT_TIMEOUT
static final int DEFAULT_EXPORT_TIMEOUT
static final int DEFAULT_REPORT_TIMEOUT
static final int DEFAULT_NOTIFICATION_TIMEOUT
void notify(String type, Map<? extends CharSequence,? extends CharSequence> arguments) throws IOException
type - notification typearguments - argumentsIOException - in case of communication errorsInputStream queryPanel(String panel, Map<? extends CharSequence,? extends CharSequence> arguments) throws IOException
panel - panel namearguments - argumentsIOException - in case of communication errorsInputStream queryStream(String path, Map<? extends CharSequence,? extends CharSequence> arguments) throws IOException
path - panel URI, for example: "/esales/panel/autocomplete"arguments - argumentsIOException - in case of communication errorsInputStream queryReport(String path, Map<? extends CharSequence,? extends CharSequence> arguments) throws IOException
path - report URI, for example: "/esales/reports/panel_conversion"arguments - argumentsIOException - in case of communication errorsCopyright © 2021 Apptus Technologies AB. All rights reserved.