Uses of Interface
net.jini.config.Configuration
Packages that use Configuration
Package
Description
These are utility classes and interfaces for helping with tasks done in multiple threads.
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
Standard service and utility classes for managing leases.
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
-
Uses of Configuration in com.gigaspaces.start
Methods in com.gigaspaces.start that return ConfigurationModifier and TypeMethodDescriptionSystemConfig.getConfiguration()Get theConfigurationcreated by this utilityMethods in com.gigaspaces.start with parameters of type Configuration -
Uses of Configuration in com.j_spaces.core.cluster.startup
Fields in com.j_spaces.core.cluster.startup declared as ConfigurationModifier and TypeFieldDescriptionprotected ConfigurationAbstractFaultDetectionHandler.configA Configuration object -
Uses of Configuration in com.j_spaces.core.jini
Constructors in com.j_spaces.core.jini with parameters of type ConfigurationModifierConstructorDescriptionBackwardsSharedServiceDiscoveryManager(SharedDiscoveryManagement.SharedDiscoEntry entry, LookupDiscoveryManager discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Deprecated.SharedDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config) SharedServiceDiscoveryManager(SharedDiscoveryManagement.SharedDiscoEntry entry, LookupDiscoveryManager discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) -
Uses of Configuration in com.j_spaces.core.service
Methods in com.j_spaces.core.service that return ConfigurationModifier and TypeMethodDescriptionstatic ConfigurationServiceConfigLoader.getAdvancedSpaceConfig()static ConfigurationServiceConfigLoader.getConfiguration()Get services.config configuration object -
Uses of Configuration in com.sun.jini.config
Methods in com.sun.jini.config with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic floatConfig.getFloatEntry(Configuration config, String component, String name, float defaultValue, float min, float max) Obtains afloatthat falls within the given inclusive range from the specifiedConfigurationusing the specified component and entry names.static intConfig.getIntEntry(Configuration config, String component, String name, int defaultValue, int min, int max) Obtains anintthat falls within the given inclusive range from the specifiedConfigurationusing the specified component and entry names.static longConfig.getLongEntry(Configuration config, String component, String name, long defaultValue, long min, long max) Obtains alongthat falls within the given inclusive range from the specifiedConfigurationusing the specified component and entry names.static ObjectConfig.getNonNullEntry(Configuration config, String component, String name, Class type) Obtains a non-nullobject from the specifiedConfigurationusing the specified arguments.static ObjectConfig.getNonNullEntry(Configuration config, String component, String name, Class type, Object defaultValue) Obtains a non-nullobject from the specifiedConfigurationusing the specified arguments.static ObjectConfig.getNonNullEntry(Configuration config, String component, String name, Class type, Object defaultValue, Object data) Obtains a non-nullobject from the specifiedConfigurationusing the specified arguments. -
Uses of Configuration in com.sun.jini.start
Methods in com.sun.jini.start with parameters of type ConfigurationModifier and TypeMethodDescriptionNonActivatableServiceDescriptor.create(Configuration config) Attempts to create a service instance based on the service description information provided via constructor parameters.ServiceDescriptor.create(Configuration config) Creates an object described by the actualServiceDescriptorinstance. -
Uses of Configuration in com.sun.jini.thread
Constructors in com.sun.jini.thread with parameters of type ConfigurationModifierConstructorDescriptionWakeupManager(WakeupManager.ThreadDesc desc, Configuration config) Create a newWakeupManager. -
Uses of Configuration in net.jini.config
Classes in net.jini.config that implement ConfigurationModifier and TypeClassDescriptionclassA skeletal implementation of theConfigurationinterface, used to simplify writing implementations.classclassSupplies objects needed to configure applications, such asExporterorProxyPreparerinstances, or application-specific objects, constructed from data in a configuration source and override options, as well as data supplied in the call togetEntry.classAConfigurationwith no entries.classMethods in net.jini.config that return ConfigurationModifier and TypeMethodDescriptionAggregateConfig.getCommonConfiguration()Get the common configuration this class was created withstatic ConfigurationConfigurationProvider.getInstance(String[] options) Creates and returns an instance of the configuration provider, using the specified options.static ConfigurationConfigurationProvider.getInstance(String[] options, ClassLoader cl) Creates and returns an instance of the configuration provider, using the specified options and class loader.Constructors in net.jini.config with parameters of type ConfigurationModifierConstructorDescriptionAggregateConfig(Configuration config, String[] configArgs) Create an AggregateConfigAggregateConfig(Configuration config, String[] configArgs, ClassLoader loader) Create an AggregateConfig -
Uses of Configuration in net.jini.discovery
Constructors in net.jini.discovery with parameters of type ConfigurationModifierConstructorDescriptionLookupDiscovery(String[] groups, Configuration config) Constructs a new lookup discovery object, set to discover the given set of groups, and having the givenConfiguration.LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config) Constructs an instance of this class, using the givenConfiguration, that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config, boolean runningWithinRegistrar) LookupLocatorDiscovery(LookupLocator[] locators, Configuration config) Constructs a new lookup locator discovery object, set to discover the given set of locators, and having the givenConfiguration. -
Uses of Configuration in net.jini.lease
Constructors in net.jini.lease with parameters of type ConfigurationModifierConstructorDescriptionLeaseRenewalManager(Configuration config) Constructs an instance of this class that initially manages no leases and that usesconfigto control implementation-specific details of the behavior of the instance created. -
Uses of Configuration in net.jini.lookup
Constructors in net.jini.lookup with parameters of type ConfigurationModifierConstructorDescriptionBackwardsServiceDiscoveryManager(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Deprecated.JoinManager(Object serviceProxy, Entry[] attrSets, ServiceID serviceID, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Constructs an instance of this class, configured using the items retrieved through the givenConfiguration, that will register the service with all discovered lookup services, using the suppliedServiceID.JoinManager(Object serviceProxy, Entry[] attrSets, ServiceIDListener callback, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Constructs an instance of this class, configured using the items retrieved through the givenConfigurationobject, that will register the given service reference with all discovered lookup services and, through an event sent to the givenServiceIDListenerobject, communicate the service ID assigned by the first lookup service with which the service is registered.ServiceDiscoveryManager(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Constructs an instance of this class, which is configured using the items retrieved through the givenConfiguration, that will, on behalf of the entity that constructs this class, discover and manage a set of lookup services, as well as discover and manage sets of services registered with those lookup services. -
Uses of Configuration in org.jini.rio.boot
Methods in org.jini.rio.boot with parameters of type Configuration