|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JiniClientConfig.Options
Configuration options for this class.
| 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 |
|---|
static final String NAMESPACE
static final String ENTRIES
Entry[] attributes used to describe the client or service.
static final String GROUPS
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[].
static final String LOCATORS
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 final String PROPERTIES
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||