|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JavaServiceConfiguration.Options
Additional options understood by the JavaServiceConfiguration.
| Field Summary | |
|---|---|
static String |
CLASS_NAME
The name of the class whose main(String[] args) method
will be executed. |
static String |
CLASSPATH
CLASSPATH components represented as a String[] that will be
included in any JavaServiceConfiguration before any service
specific classpath components. |
static String |
DEFAULT_JAVA_ARGS
Command line arguments represented as a String[] that will
be interpreted as arguments to the JVM when starting a new service
instance using a JavaServiceConfiguration. |
static String |
JAVA_HOME
The path to the java executable (optional). |
static String |
LOG4J
The default log4j configuration for JavaServiceConfiguration
service instances. |
| Fields inherited from interface com.bigdata.jini.start.config.ServiceConfiguration.Options |
|---|
ARGS, CONSTRAINTS, NAMESPACE, OPTIONS, REPLICATION_COUNT, SERVICE_COUNT, SERVICE_DIR, TIMEOUT |
| Field Detail |
|---|
static final String JAVA_HOME
Note: ACLs may be used to restrict who can set this
property.
static final String DEFAULT_JAVA_ARGS
String[] that will
be interpreted as arguments to the JVM when starting a new service
instance using a JavaServiceConfiguration.
This options is only permitted as a global default (e.g., "-server" or "-ea" make sense for all JVMs).
static final String CLASSPATH
String[] that will be
included in any JavaServiceConfiguration before any service
specific classpath components.
Note: When NOT specified the classpath of the current JVM will be used. If you specify ANY value for this property, then the classpath of the JVM WILL NOT be passed onto to the child process.
Note: The JVM will be started in the service directory. Therefore you MUST use absolute path names to locate files outside of that directory!
static final String LOG4J
JavaServiceConfiguration
service instances. This may be overridden on a per-service type basis.
It is required for BigdataServiceConfigurations.
Note: The JVM will be started in the service directory. Therefore you MUST use an absolute URL to locate the log4j configuration file!
static final String CLASS_NAME
main(String[] args) method
will be executed. This is optional and defaults to the name of the
service configuration component.
JavaServiceConfiguration.getClassName(String, Configuration),
Constant Field Values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||