public interface InspectOperationsInterface
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_INSPECT_POLLING_INTERVAL
The default value for the inspectPollingInterval property.
|
static java.lang.String |
PROPERTY_ENGINE_INFO
The string name of the bound property that is used for EngineInfo updates
(typically "engineInfo", but this constant should be used to be sure).
|
static java.lang.String |
PROPERTY_INSPECT_POLLING_INTERVAL
The string name of the bound property that is used for inspectPollingInterval updates
(typically "inspectPollingInterval", but this constant should be used to be sure).
|
Modifier and Type | Method and Description |
---|---|
EngineInfo |
getEngineInfo()
Get the most recently recorded inspection information.
|
int |
getInspectPollingInterval()
Get the inspectPollingInterval (in milliseconds) that the background thread should wait
between calls for new information.
|
EngineInfo |
getRemoteEngineInfo()
Request the remote Engine inspection info.
|
void |
setInspectPollingInterval(int newInspectPollingInterval)
Set the inspectPollingInterval (in milliseconds) that the background thread should wait
between calls for new information.
|
void |
startInspectPollingThread()
Start the local inspect polling thread.
|
void |
stopInspectPollingThread()
Stop the local inspect polling thread.
|
static final int DEFAULT_INSPECT_POLLING_INTERVAL
static final java.lang.String PROPERTY_ENGINE_INFO
static final java.lang.String PROPERTY_INSPECT_POLLING_INTERVAL
void startInspectPollingThread() throws EngineException
EngineException
- Thrown if any exceptions occur in the Client SDK.void stopInspectPollingThread()
void setInspectPollingInterval(int newInspectPollingInterval)
newInspectPollingInterval
- Polling interval in milliseconds.int getInspectPollingInterval()
EngineInfo getEngineInfo()
EngineInfo getRemoteEngineInfo() throws EngineException
EngineException
- Thrown if any exceptions occur in the Client SDK.Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.