|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Daemon | |
---|---|
fr.dyade.aaa.agent | |
fr.dyade.aaa.jndi2.ha | |
fr.dyade.aaa.jndi2.server | |
org.objectweb.joram.client.jms | The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
org.objectweb.joram.client.jms.connection | |
org.objectweb.joram.mom.dest.jms | |
org.objectweb.joram.mom.dest.jmsbridge | The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. |
org.objectweb.joram.mom.proxies.tcp | The org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. |
Uses of Daemon in fr.dyade.aaa.agent |
---|
Subclasses of Daemon in fr.dyade.aaa.agent | |
---|---|
(package private) class |
AdminProxy.AdminMonitor
|
(package private) class |
HttpNetwork.NetServerIn
|
(package private) class |
HttpNetwork.NetServerOut
|
(package private) class |
NGNetwork.Dispatcher
|
(package private) class |
NGNetwork.NetServer
|
(package private) class |
PoolNetwork.Dispatcher
|
(package private) class |
PoolNetwork.Sender
|
(package private) class |
PoolNetwork.WakeOnConnection
|
(package private) class |
PoolNetwork.WatchDog
|
(package private) class |
SimpleNetwork.NetServerIn
|
(package private) class |
SimpleNetwork.NetServerOut
|
(package private) class |
UDPNetwork.MessageBuilder
Class used to transform UDP packets into a stream, to build the messages. |
(package private) class |
UDPNetwork.NetServerIn
|
(package private) class |
UDPNetwork.NetServerOut
|
(package private) class |
UDPNetwork.WatchDog
|
Fields in fr.dyade.aaa.agent declared as Daemon | |
---|---|
(package private) Daemon[] |
HttpNetwork.dmon
Daemon component |
Uses of Daemon in fr.dyade.aaa.jndi2.ha |
---|
Subclasses of Daemon in fr.dyade.aaa.jndi2.ha | |
---|---|
static class |
HATcpServer.Monitor
|
Uses of Daemon in fr.dyade.aaa.jndi2.server |
---|
Subclasses of Daemon in fr.dyade.aaa.jndi2.server | |
---|---|
static class |
TcpServer.Monitor
|
Uses of Daemon in org.objectweb.joram.client.jms |
---|
Subclasses of Daemon in org.objectweb.joram.client.jms | |
---|---|
(package private) class |
MultiSessionConsumer.MessageDispatcher
|
private class |
Session.SessionDaemon
This 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 | |
---|---|
private class |
RequestMultiplexer.DemultiplexerDaemon
|
Uses of Daemon in org.objectweb.joram.mom.dest.jms |
---|
Subclasses of Daemon in org.objectweb.joram.mom.dest.jms | |
---|---|
protected class |
JMSModule.ReconnectionDaemon
The ReconnectionDaemon thread is responsible for reconnecting
the bridge module with the foreign JMS server in case of disconnection. |
protected class |
JMSModule.StartupDaemon
The StartupDaemon thread is responsible for retrieving the
needed JMS administered objects from the JNDI server. |
protected class |
JMSModule.XARecoverDaemon
|
Uses of Daemon in org.objectweb.joram.mom.dest.jmsbridge |
---|
Subclasses of Daemon in org.objectweb.joram.mom.dest.jmsbridge | |
---|---|
protected class |
JMSBridgeModule.ConsumerDaemon
The ConsumerDaemon thread allows to call
MessageConsumer.receive() for requesting a foreign JMS
message without blocking the JORAM server. |
protected class |
JMSBridgeModule.ReconnectionDaemon
The ReconnectionDaemon thread is responsible for reconnecting
the bridge module with the foreign JMS server in case of disconnection. |
protected class |
JMSBridgeModule.StartupDaemon
The StartupDaemon thread is responsible for retrieving
the needed JMS administered objects from the JNDI server. |
protected class |
JMSBridgeModule.XARecoverDaemon
|
Uses of Daemon in org.objectweb.joram.mom.proxies.tcp |
---|
Subclasses of Daemon in org.objectweb.joram.mom.proxies.tcp | |
---|---|
class |
TcpConnectionListener
Listens to the TCP connections from the JMS clients. |
class |
TcpReader
The activity responsible for reading the requests from the socket and invoke the user's proxy. |
class |
TcpWriter
The activity responsible for getting the replies from the user's proxy and writing them to the socket. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |