public class RMInitializer extends Object
Constructor and Description |
---|
RMInitializer() |
Modifier and Type | Method and Description |
---|---|
String |
getJavaSecurityPolicy()
Get the absolute file path to the java security policy file
|
String |
getLog4jConfiguration()
Get the log4j configuration file
|
String |
getProActiveConfiguration()
Get the ProActive configuration file
|
String |
getResourceManagerPropertiesConfiguration()
Get the RM Property configuration file.
|
String |
getRMHomePath()
Get the home directory of Resource Manager.
|
void |
setJavaSecurityPolicy(String filePath)
Set the java security policy file to be used.
|
void |
setLog4jConfiguration(String filePath)
Set the log4j configuration file to be used on this instance.
|
void |
setProActiveConfiguration(String filePath)
Set the ProActive configuration file to be used.
|
void |
setResourceManagerPropertiesConfiguration(String filePath)
Set the RM Property configuration file.
|
void |
setRMHomePath(String homeDir)
Set the home directory for the Resource Manager.
|
public void setProActiveConfiguration(String filePath)
filePath
- the absolute file path to the PA configuration file to use.for more details.
public void setJavaSecurityPolicy(String filePath)
filePath
- the absolute file path to the java security policy file to use.public void setLog4jConfiguration(String filePath)
filePath
- the absolute file path to the log4j configuration file to use.for more details.
public void setRMHomePath(String homeDir)
You can leave this property without value if every specified paths are absolute in the configuration file. The default value is the current directory.
homeDir
- the home directory of Resource Manager. (used to resolve relative path)public void setResourceManagerPropertiesConfiguration(String filePath)
filePath
- the absolute file path to Resource Manager properties file.public String getProActiveConfiguration()
public String getJavaSecurityPolicy()
public String getLog4jConfiguration()
public String getRMHomePath()
public String getResourceManagerPropertiesConfiguration()