com.bigdata.service.jini
Interface JiniClientConfig.Options

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

public static interface JiniClientConfig.Options

Configuration options for this class.

Author:
Bryan Thompson

Field Summary
static String ENTRIES
          Entry[] attributes used to describe the client or service.
static String GROUPS
          A String[] whose values are the group(s) to be used for discovery (no default).
static String LOCATORS
          An array of one or more LookupLocators specifying unicast URIs of the form jini://host/ or jini://host:port/ (no default) -or- an empty array if you want to use multicast discovery and you have specified GROUPS as LookupDiscovery.ALL_GROUPS (a null).
static String NAMESPACE
          The namespace for these options.
static String PROPERTIES
          An optional NV[] specifying properties that will be used by the JiniClient.
 

Field Detail

NAMESPACE

static final String NAMESPACE
The namespace for these options.


ENTRIES

static final String ENTRIES
Entry[] attributes used to describe the client or service.

See Also:
Constant Field Values

GROUPS

static final String GROUPS
A String[] whose values are the group(s) to be used for discovery (no default). Note that multicast discovery is always used if LookupDiscovery.ALL_GROUPS (a null) is specified. LookupDiscovery.NO_GROUPS is the symbolic constant for an empty String[].

See Also:
Constant Field Values

LOCATORS

static final String LOCATORS
An array of one or more LookupLocators specifying unicast URIs of the form jini://host/ or jini://host:port/ (no default) -or- an empty array if you want to use multicast discovery and you have specified GROUPS as LookupDiscovery.ALL_GROUPS (a null).

See Also:
Constant Field Values

PROPERTIES

static final String PROPERTIES
An optional NV[] specifying properties that will be used by the JiniClient.

Note: This properties are also read from the Configuration using the optional service or the application Class specified to the JiniClientConfig ctor. Any properties found there are merged, overwriting those specified for JiniClient directly. This allows both general defaults and both additional service properties and service specific overrides of the general defaults.

See Also:
Constant Field Values


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