Developing Apama Applications > Developing Clients > The JavaBeans API > Inspect operations
Inspect operations
The inspect operations are defined in the interface com.apama.engine.beans.interfaces.InspectOperationsInterface.
These are implemented in com.apama.engine.beans.EngineClientBean.
This bean provides the following bound properties; “engineInfo” and “inspectPollingInterval”, or PROPERTY_ENGINE_INFO and PROPERTY_INSPECT_POLLING_INTERVAL.
The inspect operations are:
*EngineInfo getEngineInfo() - Get the most recently recorded inspection information. Note that calling this method does not invoke a remote call to a correlator, but simply returns the last known information as collected by the internal worker thread, if that thread is running.
*int getInspectPollingInterval() - Get the inspectPollingInterval (in milliseconds) that the background thread should wait between calls for new information.
*EngineInfo getRemoteEngineInfo() - Request the remote correlator inspection info. This method will not store the inspection result, and is available as an alternative to the background polling service. If a connection is not yet established, this method will request a connection.
*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.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.