com.bigdata.jini.start.config
Interface JiniServiceConfiguration.Options

All Superinterfaces:
JavaServiceConfiguration.Options, JiniClientConfig.Options, ServiceConfiguration.Options
All Known Subinterfaces:
BigdataServiceConfiguration.Options, ServicesManagerConfiguration.Options
Enclosing class:
JiniServiceConfiguration

public static interface JiniServiceConfiguration.Options
extends JavaServiceConfiguration.Options, JiniClientConfig.Options

Additional Configuration options understood by JiniServiceConfiguration.

Note: A canonical Name will be automatically added to the Entry[] using the class and znode of the service instance. It is a good idea not to specify additional service names as something might break :-).

Note: A Hostname attribute will be automatically added to the entries.

Version:
$Id$
Author:
Bryan Thompson

Field Summary
static String JINI_OPTIONS
          These options are fully qualified "name=value" parameter overrides for the Configuration and will appear at the end of the command line.
 
Fields inherited from interface com.bigdata.jini.start.config.JavaServiceConfiguration.Options
CLASS_NAME, CLASSPATH, DEFAULT_JAVA_ARGS, JAVA_HOME, LOG4J
 
Fields inherited from interface com.bigdata.jini.start.config.ServiceConfiguration.Options
ARGS, CONSTRAINTS, NAMESPACE, OPTIONS, REPLICATION_COUNT, SERVICE_COUNT, SERVICE_DIR, TIMEOUT
 
Fields inherited from interface com.bigdata.service.jini.JiniClientConfig.Options
ENTRIES, GROUPS, LOCATORS, NAMESPACE, PROPERTIES
 

Field Detail

JINI_OPTIONS

static final String JINI_OPTIONS
These options are fully qualified "name=value" parameter overrides for the Configuration and will appear at the end of the command line. This may be used to pass in overrides for the Jini Configuration that apply to either a specific service or to all jini services. The option may be specified for the JiniClient (as defaults) and for each service (as overrides). The service options will be appended to those given for the JiniClient and therefore will override those given for the JiniClient.

See Also:
ConfigurationProvider.getInstance(String[]), Constant Field Values


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.