Uses of Class
fr.dyade.aaa.common.Daemon
-
Packages that use Daemon Package Description com.scalagent.joram.mom.dest.rest fr.dyade.aaa.agent fr.dyade.aaa.jndi2.server org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.connection org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol.org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.dest.amqp org.objectweb.joram.mom.dest.jms Theorg.objectweb.joram.mom.dest.jmspackage provides implementation classes for JMS bridge facility.org.objectweb.joram.mom.proxies.tcp Theorg.objectweb.joram.mom.proxies.tcppackage provides a proxy accessible through the TCP communication protocol.org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.jakarta.jms.connection org.ow2.joram.jakarta.jms.tcp Theorg.ow2.joram.jakarta.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol.org.ow2.joram.mom.amqp -
-
Uses of Daemon in com.scalagent.joram.mom.dest.rest
Subclasses of Daemon in com.scalagent.joram.mom.dest.rest Modifier and Type Class Description private classRestAcquisitionAsync.XDaemonDaemon for acquisition mechanism. -
Uses of Daemon in fr.dyade.aaa.agent
Subclasses of Daemon in fr.dyade.aaa.agent Modifier and Type Class Description (package private) classAdminProxy.AdminMonitorDeprecated.(package private) classHttpNetwork.NetServerIn(package private) classHttpNetwork.NetServerOut(package private) classNGNetwork.Dispatcher(package private) classNGNetwork.NetServer(package private) classPoolNetwork.Dispatcher(package private) classPoolNetwork.Sender(package private) classPoolNetwork.WakeOnConnection(package private) classPoolNetwork.WatchDog(package private) classSimpleNetwork.NetServerIn(package private) classSimpleNetwork.NetServerOut(package private) classUDPNetwork.MessageBuilderClass used to transform UDP packets into a stream, to build the messages.(package private) classUDPNetwork.NetServerIn(package private) classUDPNetwork.NetServerOut(package private) classUDPNetwork.WatchDogFields in fr.dyade.aaa.agent declared as Daemon Modifier and Type Field Description (package private) Daemon[]HttpNetwork. dmonDaemon component -
Uses of Daemon in fr.dyade.aaa.jndi2.server
Subclasses of Daemon in fr.dyade.aaa.jndi2.server Modifier and Type Class Description static classTcpServer.Monitor -
Uses of Daemon in org.objectweb.joram.client.jms
Subclasses of Daemon in org.objectweb.joram.client.jms Modifier and Type Class Description (package private) classMultiSessionConsumer.MessageDispatcherprivate classSession.SessionDaemonThis thread controls the session in mode LISTENER. -
Uses of Daemon in org.objectweb.joram.client.jms.connection
Subclasses of Daemon in org.objectweb.joram.client.jms.connection Modifier and Type Class Description private classRequestMultiplexer.DemultiplexerDaemon -
Uses of Daemon in org.objectweb.joram.client.jms.tcp
Subclasses of Daemon in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description (package private) classReliableTcpConnection.Reader -
Uses of Daemon in org.objectweb.joram.mom.dest
Subclasses of Daemon in org.objectweb.joram.mom.dest Modifier and Type Class Description classDistributionDaemon -
Uses of Daemon in org.objectweb.joram.mom.dest.amqp
Subclasses of Daemon in org.objectweb.joram.mom.dest.amqp Modifier and Type Class Description private static classAmqpAcquisition.ConnectionUpdaterDaemon used to periodically update the pool of connections known by the acquisition destinations.private classLiveServerConnection.ReconnectionDaemonTheReconnectionDaemonthread is responsible for reconnecting the module with the foreign AMQP server in case of disconnection. -
Uses of Daemon in org.objectweb.joram.mom.dest.jms
Subclasses of Daemon in org.objectweb.joram.mom.dest.jms Modifier and Type Class Description private static classJMSAcquisition.ConnectionUpdaterDaemon used to periodically update the pool of connections known by the acquisition destinations.protected classJMSModule.ReconnectionDaemonTheReconnectionDaemonthread is responsible for reconnecting the bridge module with the foreign JMS server in case of disconnection.protected classJMSModule.StartupDaemonTheStartupDaemonthread is responsible for retrieving the needed JMS administered objects from the JNDI server. -
Uses of Daemon in org.objectweb.joram.mom.proxies.tcp
Subclasses of Daemon in org.objectweb.joram.mom.proxies.tcp Modifier and Type Class Description (package private) classIOControl.ReaderclassTcpConnectionListenerListens to the TCP connections from the JMS clients.classTcpReaderThe activity responsible for reading the requests from the socket and invoke the user's proxy.classTcpWriterThe activity responsible for getting the replies from the user's proxy and writing them to the socket. -
Uses of Daemon in org.ow2.joram.jakarta.jms
Subclasses of Daemon in org.ow2.joram.jakarta.jms Modifier and Type Class Description (package private) classMultiSessionConsumer.MessageDispatcherprivate classSession.SessionDaemonThis thread controls the session in mode LISTENER. -
Uses of Daemon in org.ow2.joram.jakarta.jms.connection
Subclasses of Daemon in org.ow2.joram.jakarta.jms.connection Modifier and Type Class Description private classRequestMultiplexer.DemultiplexerDaemon -
Uses of Daemon in org.ow2.joram.jakarta.jms.tcp
Subclasses of Daemon in org.ow2.joram.jakarta.jms.tcp Modifier and Type Class Description (package private) classReliableTcpConnection.Reader -
Uses of Daemon in org.ow2.joram.mom.amqp
Subclasses of Daemon in org.ow2.joram.mom.amqp Modifier and Type Class Description classAMQPConnectionListenerListens to the TCP connections.(package private) classAMQPConnectionListener.NetServerOut(package private) classProxy.NetServerIn
-