Uses of Interface
net.timewalker.ffmq4.utils.watchdog.ActiveObject
-
Packages that use ActiveObject Package Description net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.transport.tcp.io net.timewalker.ffmq4.utils.watchdog -
-
Uses of ActiveObject in net.timewalker.ffmq4.local.destination
Classes in net.timewalker.ffmq4.local.destination that implement ActiveObject Modifier and Type Class Description classLocalQueueImplementation for a local JMSQueue -
Uses of ActiveObject in net.timewalker.ffmq4.transport.tcp.io
Classes in net.timewalker.ffmq4.transport.tcp.io that implement ActiveObject Modifier and Type Class Description classAbstractTcpPacketHandlerBase class for threads handling the outgoing/incoming traffic on a TCP socketclassTcpPacketReceiverTcpPacketReceiverclassTcpPacketSenderThread handling the outgoing traffic of a TCP socket. -
Uses of ActiveObject in net.timewalker.ffmq4.utils.watchdog
Methods in net.timewalker.ffmq4.utils.watchdog with parameters of type ActiveObject Modifier and Type Method Description voidActivityWatchdog. register(ActiveObject object)Register an active object to be monitoredvoidActivityWatchdog. unregister(ActiveObject object)Unregister a monitored active object
-