Package com.apama.net.beans.interfaces
Interface PingClientInterface
-
- All Superinterfaces:
java.lang.AutoCloseable
,BaseClientInterface
,PingOperationsInterface
- All Known Subinterfaces:
EngineClientInterface
,GenericComponentManagementOperationsInterface
- All Known Implementing Classes:
AbstractGenericComponentManagementBean
,EngineClientBean
,GenericComponentManagementBean
,PingBean
public interface PingClientInterface extends PingOperationsInterface, BaseClientInterface
-
-
Field Summary
-
Fields inherited from interface com.apama.net.beans.interfaces.BaseClientInterface
COPYRIGHT, DEFAULT_CONNECTION_POLLING_INTERVAL, DEFAULT_HOST, DEFAULT_PORT, DEFAULT_PROCESS_NAME, PRODUCTNAME, PROPERTY_BEAN_CONNECTED, PROPERTY_CONNECTION_POLLING_INTERVAL, PROPERTY_HOST, PROPERTY_PORT, PROPERTY_PROCESS_NAME, PROPERTY_VERBOSE, VERSION
-
-
Method Summary
-
Methods inherited from interface com.apama.net.beans.interfaces.BaseClientInterface
addPropertyChangeListener, addPropertyChangeListener, close, connectNow, disconnect, dispose, getBeanConnected, getConnectionPollingInterval, getHost, getPort, getProcessName, isBeanConnected, removePropertyChangeListener, removePropertyChangeListener, setConnectionPollingInterval, setHost, setPort, setProcessName
-
Methods inherited from interface com.apama.net.beans.interfaces.PingOperationsInterface
pingServer
-
-