org.apache.qpid.example.shared
Class Statics

java.lang.Object
  extended by org.apache.qpid.example.shared.Statics

public class Statics
extends Object

Constants used by AMS Publisher/Subscriber classes


Field Summary
static String ARCHIVE_PATH
           
static String CLIENT_PROPERTY
           
static String DEFAULT_PWD
           
static String DEFAULT_USER
           
static String FILENAME_PROPERTY
           
static String HOST_PROPERTY
           
static String MONITOR_QUEUE_SUFFIX
           
static String PORT_PROPERTY
           
static String PWD_PROPERTY
           
static String QUEUE_NAME
           
static String QUEUE_PROPERTY
           
static String TOPIC_NAME
           
static String TOPIC_PROPERTY
           
static String USER_PROPERTY
           
static String VIRTUAL_PATH_PROPERTY
           
 
Constructor Summary
Statics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC_NAME

public static final String TOPIC_NAME
See Also:
Constant Field Values

QUEUE_NAME

public static final String QUEUE_NAME
See Also:
Constant Field Values

MONITOR_QUEUE_SUFFIX

public static final String MONITOR_QUEUE_SUFFIX
See Also:
Constant Field Values

HOST_PROPERTY

public static final String HOST_PROPERTY
See Also:
Constant Field Values

PORT_PROPERTY

public static final String PORT_PROPERTY
See Also:
Constant Field Values

USER_PROPERTY

public static final String USER_PROPERTY
See Also:
Constant Field Values

PWD_PROPERTY

public static final String PWD_PROPERTY
See Also:
Constant Field Values

TOPIC_PROPERTY

public static final String TOPIC_PROPERTY
See Also:
Constant Field Values

QUEUE_PROPERTY

public static final String QUEUE_PROPERTY
See Also:
Constant Field Values

VIRTUAL_PATH_PROPERTY

public static final String VIRTUAL_PATH_PROPERTY
See Also:
Constant Field Values

ARCHIVE_PATH

public static final String ARCHIVE_PATH
See Also:
Constant Field Values

CLIENT_PROPERTY

public static final String CLIENT_PROPERTY
See Also:
Constant Field Values

FILENAME_PROPERTY

public static final String FILENAME_PROPERTY
See Also:
Constant Field Values

DEFAULT_USER

public static final String DEFAULT_USER
See Also:
Constant Field Values

DEFAULT_PWD

public static final String DEFAULT_PWD
See Also:
Constant Field Values
Constructor Detail

Statics

public Statics()


Licensed to the Apache Software Foundation