Package com.progress.open4gl.dynamicapi
Class ASKWatchDog
java.lang.Object
com.progress.open4gl.dynamicapi.ASKWatchDog
- All Implemented Interfaces:
com.progress.common.util.IWatchable
This class is used by
Session
to coordinate ASK requests with the application server's broker.
This class is not intended to be used directly by open client applications.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ASKWatchDog
(String poolName, com.progress.common.ehnlog.IAppLogger log, int initialListSize) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deregister
(Session session) static void
static void
stop()
void
-
Field Details
-
INITIAL_LIST_SIZE
public static final int INITIAL_LIST_SIZE- See Also:
-
DEF_TIMEOUT
public static final int DEF_TIMEOUT- See Also:
-
-
Constructor Details
-
ASKWatchDog
protected ASKWatchDog(String poolName, com.progress.common.ehnlog.IAppLogger log, int initialListSize)
-
-
Method Details
-
register
-
deregister
-
stop
public static void stop() -
watchEvent
public void watchEvent()- Specified by:
watchEvent
in interfacecom.progress.common.util.IWatchable
-