org.apache.qpid.example.jmxexample
Class AddQueue

java.lang.Object
  extended by org.apache.qpid.example.jmxexample.AddQueue

public class AddQueue
extends Object


Constructor Summary
AddQueue()
           
 
Method Summary
static boolean addQueue(String virHost, String exchName, String queueName)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddQueue

public AddQueue()
Method Detail

main

public static void main(String[] args)

addQueue

public static boolean addQueue(String virHost,
                               String exchName,
                               String queueName)


Licensed to the Apache Software Foundation