|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionManagerMBean | |
---|---|
org.objectweb.joram.client.jms.local | |
org.objectweb.joram.mom.proxies | The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
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 ConnectionManagerMBean in org.objectweb.joram.client.jms.local |
---|
Subinterfaces of ConnectionManagerMBean in org.objectweb.joram.client.jms.local | |
---|---|
interface |
LocalConnectionsMBean
Adds JMX monitoring for local connections. |
Classes in org.objectweb.joram.client.jms.local that implement ConnectionManagerMBean | |
---|---|
class |
LocalConnections
Class used to check off local connections. |
Uses of ConnectionManagerMBean in org.objectweb.joram.mom.proxies |
---|
Classes in org.objectweb.joram.mom.proxies that implement ConnectionManagerMBean | |
---|---|
class |
ConnectionManager
A ConnectionManager is started as a service in each
MOM agent server for allowing connections with external clients. |
Methods in org.objectweb.joram.mom.proxies with parameters of type ConnectionManagerMBean | |
---|---|
void |
ConnectionManager.addManager(ConnectionManagerMBean manager)
Registers a new manager. |
void |
ConnectionManager.removeManager(ConnectionManagerMBean manager)
Removes a registered manager. |
Uses of ConnectionManagerMBean in org.objectweb.joram.mom.proxies.tcp |
---|
Subinterfaces of ConnectionManagerMBean in org.objectweb.joram.mom.proxies.tcp | |
---|---|
interface |
TcpProxyServiceMBean
Adds JMX monitoring for tcp connections. |
Classes in org.objectweb.joram.mom.proxies.tcp that implement ConnectionManagerMBean | |
---|---|
class |
SSLTcpProxyService
Starts a SSLTCP entry point for MOM clients. |
class |
TcpProxyService
Starts a TCP entry point for MOM clients. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |