Uses of Class
com.gigaspaces.lrmi.nio.watchdog.Watchdog.WatchedObject
Packages that use Watchdog.WatchedObject
-
Uses of Watchdog.WatchedObject in com.gigaspaces.lrmi.nio.watchdog
Methods in com.gigaspaces.lrmi.nio.watchdog that return Watchdog.WatchedObjectModifier and TypeMethodDescriptionWatchdog.WatchdogGroup.addIdleWatch(ConnectionResource client) Add CPeer to the watched objects (idle group)Watchdog.WatchdogGroup.addRequestWatch(SocketChannel sock, ConnectionResource client) Add given socket to the watched objects (request group)Watchdog.WatchdogGroup.addResponseWatch(SocketChannel sock, ConnectionResource client) Add given socket and cpeer to the watched objects (response group)Methods in com.gigaspaces.lrmi.nio.watchdog with parameters of type Watchdog.WatchedObjectModifier and TypeMethodDescriptionprotected StringRequestResponseTimeoutObserver.getInvalidConnectionMessage(SocketAddress serverAddress, SocketChannel watchedSocketChannel, Watchdog.WatchedObject watched) protected StringRequestTimeoutObserver.getInvalidConnectionMessage(SocketAddress serverAddress, SocketChannel watchedSocketChannel, Watchdog.WatchedObject watched) protected static StringRequestTimeoutObserver.getWatchedObjectInvocationMessage(Watchdog.WatchedObject watched) voidWatchdog.WatchdogGroup.removeWatch(Watchdog.WatchedObject watched) Remove given watched object from watch .Method parameters in com.gigaspaces.lrmi.nio.watchdog with type arguments of type Watchdog.WatchedObjectModifier and TypeMethodDescriptionprotected voidWatchdog.WatchdogGroup.fireTimeoutOccured(Map<Watchdog.WatchedObject, Collection<Watchdog.WatchedObject>> watchedObjects) Fire timeout event about the watched object to the TimeoutObserverprotected voidWatchdog.WatchdogGroup.fireTimeoutOccured(Map<Watchdog.WatchedObject, Collection<Watchdog.WatchedObject>> watchedObjects) Fire timeout event about the watched object to the TimeoutObservervoidIdleConnectionTimeoutObserver.timeoutOccured(Collection<Watchdog.WatchedObject> bucket) voidRequestTimeoutObserver.timeoutOccured(Collection<Watchdog.WatchedObject> bucket) bucket can never be empty