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

All Superinterfaces:
ServiceConfiguration.Options
Enclosing class:
JiniCoreServicesConfiguration

public static interface JiniCoreServicesConfiguration.Options
extends ServiceConfiguration.Options

Configuration options. FIXME We need to specify the discovery groups and then modify this to start the lookup service (the only thing that we need) using the correct groups override. See LookupStarter.


Field Summary
static String CONFIG_FILE
          The main configuration file for the jini services.
static String NAMESPACE
          The namespace for this component.
 
Fields inherited from interface com.bigdata.jini.start.config.ServiceConfiguration.Options
ARGS, CONSTRAINTS, OPTIONS, REPLICATION_COUNT, SERVICE_COUNT, SERVICE_DIR, TIMEOUT
 

Field Detail

NAMESPACE

static final String NAMESPACE
The namespace for this component.

See Also:
Constant Field Values

CONFIG_FILE

static final String CONFIG_FILE
The main configuration file for the jini services. This is the file which has the NonActivatableServiceDescriptor[] for the services which you wish to start when you start jini.

See Also:
Constant Field Values


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