Uses of Class
org.objectweb.joram.mom.dest.amqp.LiveServerConnection
-
Packages that use LiveServerConnection Package Description org.objectweb.joram.mom.dest.amqp -
-
Uses of LiveServerConnection in org.objectweb.joram.mom.dest.amqp
Fields in org.objectweb.joram.mom.dest.amqp with type parameters of type LiveServerConnection Modifier and Type Field Description private Map<String,LiveServerConnection>AmqpConnections. serversMethods in org.objectweb.joram.mom.dest.amqp that return types with arguments of type LiveServerConnection Modifier and Type Method Description List<LiveServerConnection>AmqpConnections. getConnections()Gets the list of currently opened connections.Method parameters in org.objectweb.joram.mom.dest.amqp with type arguments of type LiveServerConnection Modifier and Type Method Description voidAmqpAcquisition. updateConnections(List<LiveServerConnection> connections)Create a new AMQP consumer for each connection available.
-