Spring AMQP

Uses of Class
org.springframework.erlang.core.Node

Packages that use Node
org.springframework.amqp.rabbit.admin   
 

Uses of Node in org.springframework.amqp.rabbit.admin
 

Methods in org.springframework.amqp.rabbit.admin that return types with arguments of type Node
 List<Node> RabbitStatus.getNodes()
           
 List<Node> RabbitStatus.getRunningNodes()
           
 

Constructor parameters in org.springframework.amqp.rabbit.admin with type arguments of type Node
RabbitStatus(List<Application> runningApplications, List<Node> nodes, List<Node> runningNodes)
           
RabbitStatus(List<Application> runningApplications, List<Node> nodes, List<Node> runningNodes)
           
 


Spring AMQP

Copyright © 2010. All Rights Reserved.