Uses of Interface
org.objectweb.joram.mom.proxies.ConnectionManagerMBean
-
Packages that use ConnectionManagerMBean Package Description org.objectweb.joram.client.jms.local org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.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.local -
-
Uses of ConnectionManagerMBean in org.objectweb.joram.client.jms.local
Subinterfaces of ConnectionManagerMBean in org.objectweb.joram.client.jms.local Modifier and Type Interface Description interfaceLocalConnectionsMBeanAdds JMX monitoring for local connections.Classes in org.objectweb.joram.client.jms.local that implement ConnectionManagerMBean Modifier and Type Class Description classLocalConnectionsClass 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 Modifier and Type Class Description classConnectionManagerAConnectionManageris started as a service in each MOM agent server for allowing connections with external clients.Fields in org.objectweb.joram.mom.proxies with type parameters of type ConnectionManagerMBean Modifier and Type Field Description private List<ConnectionManagerMBean>ConnectionManager. managersList of registered managers (tcp, ssl, local, ...)Methods in org.objectweb.joram.mom.proxies with parameters of type ConnectionManagerMBean Modifier and Type Method Description voidConnectionManager. addManager(ConnectionManagerMBean manager)Registers a new manager.voidConnectionManager. 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 Modifier and Type Interface Description interfaceSSLTcpProxyServiceMBeaninterfaceTcpProxyServiceMBeanAdds JMX monitoring for tcp connections.Classes in org.objectweb.joram.mom.proxies.tcp that implement ConnectionManagerMBean Modifier and Type Class Description classSSLTcpProxyServiceStarts a SSL entry point for JMS clients.classTcpProxyServiceStarts a TCP entry point for MOM clients. -
Uses of ConnectionManagerMBean in org.ow2.joram.jakarta.jms.local
Subinterfaces of ConnectionManagerMBean in org.ow2.joram.jakarta.jms.local Modifier and Type Interface Description interfaceLocalConnectionsMBeanAdds JMX monitoring for local connections.Classes in org.ow2.joram.jakarta.jms.local that implement ConnectionManagerMBean Modifier and Type Class Description classLocalConnectionsClass used to check off local connections.
-