org.apache.qpid.server.queue
Class PersistentTestManual

java.lang.Object
  extended by org.apache.qpid.server.queue.PersistentTestManual

public class PersistentTestManual
extends Object


Field Summary
protected  org.apache.qpid.client.AMQConnection _connection
           
protected  Queue _queue
           
protected  Session _session
           
static String BROKER_DEFAULT
          Holds the default broker url for the test.
static String BROKER_PROPNAME
          Holds the name of the property to get the test broker url from.
static Properties defaults
          Holds the default configuration properties.
static String PASSWORD_DEFAULT
          Holds the default broker log on password.
static String PASSWORD_PROPNAME
          Holds the name of the property to get the broker access password from.
static String USERNAME_DEFAULT
          Holds the default broker log on username.
static String USERNAME_PROPNAME
          Holds the name of the property to get the broker access username from.
static String VIRTUAL_HOST_DEFAULT
          Holds the default virtual path for the test.
static String VIRTUAL_HOST_PROPNAME
          Holds the name of the property to get the test broker virtual path.
 
Constructor Summary
PersistentTestManual(Properties overrides)
           
 
Method Summary
protected  void createConnection()
           
static void main(String[] args)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_connection

protected org.apache.qpid.client.AMQConnection _connection

_session

protected Session _session

_queue

protected Queue _queue

BROKER_PROPNAME

public static final String BROKER_PROPNAME
Holds the name of the property to get the test broker url from.

See Also:
Constant Field Values

BROKER_DEFAULT

public static final String BROKER_DEFAULT
Holds the default broker url for the test.

See Also:
Constant Field Values

VIRTUAL_HOST_PROPNAME

public static final String VIRTUAL_HOST_PROPNAME
Holds the name of the property to get the test broker virtual path.

See Also:
Constant Field Values

VIRTUAL_HOST_DEFAULT

public static final String VIRTUAL_HOST_DEFAULT
Holds the default virtual path for the test.

See Also:
Constant Field Values

USERNAME_PROPNAME

public static final String USERNAME_PROPNAME
Holds the name of the property to get the broker access username from.

See Also:
Constant Field Values

USERNAME_DEFAULT

public static final String USERNAME_DEFAULT
Holds the default broker log on username.

See Also:
Constant Field Values

PASSWORD_PROPNAME

public static final String PASSWORD_PROPNAME
Holds the name of the property to get the broker access password from.

See Also:
Constant Field Values

PASSWORD_DEFAULT

public static final String PASSWORD_DEFAULT
Holds the default broker log on password.

See Also:
Constant Field Values

defaults

public static Properties defaults
Holds the default configuration properties.

Constructor Detail

PersistentTestManual

public PersistentTestManual(Properties overrides)
Method Detail

createConnection

protected void createConnection()

test

public void test()
          throws org.apache.qpid.AMQException,
                 org.apache.qpid.url.URLSyntaxException
Throws:
org.apache.qpid.AMQException
org.apache.qpid.url.URLSyntaxException

main

public static void main(String[] args)


Licensed to the Apache Software Foundation