|
||||||||||
| 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<java.lang.Object,java.lang.Object>
java.util.Properties
org.gridbus.broker.common.BrokerProperties
public final class BrokerProperties
This is the class which contains the global properties for the broker (loaded from Broker.properties file at runtime) The properties should not be changed once they are set.
| Field Summary | |
|---|---|
static java.lang.String |
JOBMONITOR_POLL_INTERVAL
The polling interval for job monitor. |
static java.lang.String |
PERSISTENCE_DB
The persistence database startup mode: AUTO/MANUAL. |
static java.lang.String |
SCHEDULER_POLL_INTERVAL
The polling interval for polling schedulers. |
static java.lang.String |
SERVICEMONITOR_POLL_INTERVAL
The polling interval for service monitor. |
static java.lang.String |
VERSION
The version of the Broker |
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
BrokerProperties()
|
|
BrokerProperties(boolean loadDefault)
|
|
| Method Summary | |
|---|---|
void |
loadConfig()
Configures the properties |
void |
loadDefaultConfig()
Loads the default configuration |
java.lang.String |
toString()
|
| 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, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VERSION
public static final java.lang.String SCHEDULER_POLL_INTERVAL
public static final java.lang.String JOBMONITOR_POLL_INTERVAL
public static final java.lang.String SERVICEMONITOR_POLL_INTERVAL
public static final java.lang.String PERSISTENCE_DB
| Constructor Detail |
|---|
public BrokerProperties()
public BrokerProperties(boolean loadDefault)
loadDefault - | Method Detail |
|---|
public void loadDefaultConfig()
public void loadConfig()
public java.lang.String toString()
toString in class java.util.Hashtable<java.lang.Object,java.lang.Object>
|
Copyright © The University of Melbourne. 2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||