|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.queue.PersistentTestManual
public class PersistentTestManual
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 |
---|
protected org.apache.qpid.client.AMQConnection _connection
protected Session _session
protected Queue _queue
public static final String BROKER_PROPNAME
public static final String BROKER_DEFAULT
public static final String VIRTUAL_HOST_PROPNAME
public static final String VIRTUAL_HOST_DEFAULT
public static final String USERNAME_PROPNAME
public static final String USERNAME_DEFAULT
public static final String PASSWORD_PROPNAME
public static final String PASSWORD_DEFAULT
public static Properties defaults
Constructor Detail |
---|
public PersistentTestManual(Properties overrides)
Method Detail |
---|
protected void createConnection()
public void test() throws org.apache.qpid.AMQException, org.apache.qpid.url.URLSyntaxException
org.apache.qpid.AMQException
org.apache.qpid.url.URLSyntaxException
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |