|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
ossj.common.tck.SafeProperties
ossj.common.tck.SysProps
public class SysProps
System property names
Field Summary | |
---|---|
static String |
EVENTTIMEOUT
(required property) property name of the event timeout |
static String |
JARNAME
(required property) property name for the Jar name to be introspect |
static String |
JNDIFACTORY
(required property) property name of the jndi factory name |
static String |
JNDIURL
(required property) property name of the url of the jndi service |
static String |
JVTTOPICJNDINAME
(required property) property name of the queue name where respnses are expected |
static String |
LOGFILE
(required property) property name for logging trace |
static String |
LOGGING_ENABLED
(required property) property name for tracing |
static String |
MAXSTRINGLENGTH
(required property) property name of the maximum string length |
static String |
QUEUEFACTORYJNDINAME
(required property) property name of the queue name where respnses are expected |
static String |
REQUESTQUEUEJNDINAME
(required property) property name of the queue name where respnses are expected |
static String |
RESPONSEQUEUEJNDINAME
(required property) property name of the queue name where respnses are expected |
static String |
TOPICFACTORYJNDINAME
(required property) property name of the queue name where respnses are expected |
static String |
TOTALTIMEOUT
(required property) property name of the total timeout for a event |
static String |
XMLSCHEMANAME
(required property) property name for the Jar name to be introspect |
static String |
XVTTOPICJNDINAME
(required property) property name of the queue name where respnses are expected |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
SysProps(String propFilename)
creates a new SysProps instance |
Method Summary |
---|
Methods inherited from class ossj.common.tck.SafeProperties |
---|
containsAllKeys |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String LOGGING_ENABLED
public static final String LOGFILE
public static final String JARNAME
public static final String XMLSCHEMANAME
public static final String JNDIFACTORY
public static final String JNDIURL
public static final String TOPICFACTORYJNDINAME
public static final String JVTTOPICJNDINAME
public static final String XVTTOPICJNDINAME
public static final String QUEUEFACTORYJNDINAME
public static final String REQUESTQUEUEJNDINAME
public static final String RESPONSEQUEUEJNDINAME
public static final String MAXSTRINGLENGTH
public static final String EVENTTIMEOUT
public static final String TOTALTIMEOUT
Constructor Detail |
---|
public SysProps(String propFilename) throws IOException, IllegalArgumentException
propFilename
- The file containing the properties
IOException
- If the file cannot be read
IllegalArgumentException
- If not all required properties are present
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |