public abstract class DataCollectorBase extends Object implements DataCollector
Modifier and Type | Field and Description |
---|---|
protected String |
configurationHostName |
protected String |
localHostName |
Constructor and Description |
---|
DataCollectorBase(Properties props,
String localHostName,
String configurationHostName) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkPropertyDefaults() |
protected abstract void |
collect() |
protected void |
findPropertiesFromApplet(Applet app) |
protected void |
findPropertiesFromArgs(String[] params) |
protected void |
findPropertiesFromFile() |
protected void |
findPropertiesFromProperties() |
protected void |
findPropertiesFromSystem() |
Properties |
getProperties()
Return the consolidated property information to be used
for ORB configuration.
|
boolean |
initialHostIsLocal()
Return true iff the local host and ORB initial host are the same.
|
abstract boolean |
isApplet()
Return true iff this DataCollector was created from
applet data.
|
void |
setParser(PropertyParser parser)
Set the parser which is used to obtain property names.
|
protected String localHostName
protected String configurationHostName
public DataCollectorBase(Properties props, String localHostName, String configurationHostName)
public boolean initialHostIsLocal()
DataCollector
initialHostIsLocal
in interface DataCollector
public void setParser(PropertyParser parser)
DataCollector
setParser
in interface DataCollector
public Properties getProperties()
DataCollector
getProperties
in interface DataCollector
public abstract boolean isApplet()
DataCollector
isApplet
in interface DataCollector
protected abstract void collect()
protected void checkPropertyDefaults()
protected void findPropertiesFromArgs(String[] params)
protected void findPropertiesFromApplet(Applet app)
protected void findPropertiesFromFile()
protected void findPropertiesFromProperties()
protected void findPropertiesFromSystem()
Copyright © 2021 JBoss by Red Hat. All rights reserved.