Uses of Class
net.jini.config.ConfigurationException
Packages that use ConfigurationException
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 ConfigurationException in com.gigaspaces.start
Methods in com.gigaspaces.start that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic SystemConfigSystemConfig.getInstance(String[] configArgs) Get an instance of the SystemConfig objectSystemConfig.getJMXServiceDescriptor()Get the ServiceDescriptor to start JMXURL[]SystemConfig.getPlatformJars()Get the platformJarsSystemConfig.getServiceDescriptor(String key) SystemConfig.getSystemProperties()Get configured system propertiesSystemConfig.getWebster()Create a Webster instancestatic voidSystemBoot.loadPlatform()Load the platformJARs and initialize any configured system properties -
Uses of ConfigurationException in com.j_spaces.core.jini
Methods in com.j_spaces.core.jini that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic LeaseRenewalManagerSharedLeaseRenewalManager.getLeaseRenewalManager()Constructors in com.j_spaces.core.jini that throw ConfigurationExceptionModifierConstructorDescriptionBackwardsSharedServiceDiscoveryManager(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 ConfigurationException in com.j_spaces.core.service
Methods in com.j_spaces.core.service that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ConfigurationServiceConfigLoader.getConfiguration()Get services.config configuration object -
Uses of ConfigurationException in com.j_spaces.start
Constructors in com.j_spaces.start that throw ConfigurationExceptionModifierConstructorDescriptionRMIRegistryServiceImpl(String[] configArgs, LifeCycle lifeCycle) Constructs aRMIRegistryServiceImplinstance. -
Uses of ConfigurationException in com.sun.jini.config
Methods in com.sun.jini.config that throw ConfigurationExceptionModifier 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 ConfigurationException in com.sun.jini.thread
Constructors in com.sun.jini.thread that throw ConfigurationExceptionModifierConstructorDescriptionWakeupManager(WakeupManager.ThreadDesc desc, Configuration config) Create a newWakeupManager. -
Uses of ConfigurationException in net.jini.config
Subclasses of ConfigurationException in net.jini.configModifier and TypeClassDescriptionclassThrown if a configuration source location specified when creating aConfigurationis not found, including ifnullis specified for provider options and the implementation does not provide default options.classThrown when an attempt to obtain an object from aConfigurationdoes not find a matching entry.Methods in net.jini.config with parameters of type ConfigurationExceptionModifier and TypeMethodDescriptionprotected voidConfigurationFile.throwConfigurationException(ConfigurationException defaultException, List errors) Allows a subclass ofConfigurationFileto control theConfigurationExceptionthat is thrown.Methods in net.jini.config that throw ConfigurationExceptionModifier and TypeMethodDescriptionReturns an object of the specified type created using the information in the entry matching the specified component and name, which must be found, and supplying no data.Returns an object of the specified type created using the information in the entry matching the specified component and name, and supplying no data, returning the default value if no matching entry is found and the default value is notConfiguration.NO_DEFAULT.AbstractConfiguration.getEntry(String component, String name, Class type, Object defaultValue, Object data) Returns an object of the specified type created using the information in the entry matching the specified component and name, and using the specified data (unless it isConfiguration.NO_DATA), returning the default value if no matching entry is found and the default value is notConfiguration.NO_DEFAULT.AggregateConfig.getEntry(String component, String name, Class type, Object defaultValue, Object data) Returns an object of the specified type created using the information in the entry matching the specified component and name, which must be found, and supplying no data.Returns an object of the specified type created using the information in the entry matching the specified component and name, and supplying no data, returning the default value if no matching entry is found and the default value is notConfiguration.NO_DEFAULT.Returns an object of the specified type created using the information in the entry matching the specified component and name, and using the specified data (unless it isConfiguration.NO_DATA), returning the default value if no matching entry is found and the default value is notConfiguration.NO_DEFAULT.protected abstract ObjectAbstractConfiguration.getEntryInternal(String component, String name, Class type, Object data) Returns an object created using the information in the entry matching the specified component and name, and the specified data, for the requested type.protected ObjectConfigurationFile.getEntryInternal(String component, String name, Class type, Object data) Returns an object created using the information in the entry matching the specified component and name, and the specified data, for the requested type.protected ObjectPlainConfiguration.getEntryInternal(String component, String name, Class type, Object data) ConfigurationFile.getEntryType(String component, String name) Returns the static type of the expression specified for the entry with the specified component and name.static 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.protected ObjectConfigurationFile.getSpecialEntry(String name) Returns the value of the special entry with the specified name.protected ClassConfigurationFile.getSpecialEntryType(String name) Returns the type of the special entry with the specified name.protected voidConfigurationFile.throwConfigurationException(ConfigurationException defaultException, List errors) Allows a subclass ofConfigurationFileto control theConfigurationExceptionthat is thrown.Constructors in net.jini.config that throw ConfigurationExceptionModifierConstructorDescriptionAggregateConfig(String[] configs) Create an AggregateConfigAggregateConfig(String[] configs, ClassLoader loader) Create an AggregateConfigAggregateConfig(Configuration config, String[] configArgs) Create an AggregateConfigAggregateConfig(Configuration config, String[] configArgs, ClassLoader loader) Create an AggregateConfigConfigurationFile(Reader reader, String[] options) Creates an instance containing the entries parsed from the specified character stream and options, using the calling thread's context class loader for interpreting class names.ConfigurationFile(Reader reader, String[] options, ClassLoader cl) Creates an instance containing the entries parsed from the specified character stream and options, using the specified class loader for interpreting class names.ConfigurationFile(String[] options) Creates an instance containing the entries specified by the options, using the calling thread's context class loader for interpreting class names.ConfigurationFile(String[] options, ClassLoader cl) Creates an instance containing the entries specified by the options, using the specified class loader for interpreting class names. -
Uses of ConfigurationException in net.jini.discovery
Constructors in net.jini.discovery that throw ConfigurationExceptionModifierConstructorDescriptionLookupDiscovery(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 ConfigurationException in net.jini.lease
Constructors in net.jini.lease that throw ConfigurationExceptionModifierConstructorDescriptionLeaseRenewalManager(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 ConfigurationException in net.jini.lookup
Constructors in net.jini.lookup that throw ConfigurationExceptionModifierConstructorDescriptionBackwardsServiceDiscoveryManager(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 ConfigurationException in org.jini.rio.core
Methods in org.jini.rio.core that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidMonitorableService.startHeartbeat(String[] configArgs) Start a heartbeat mechanism to determine the reachability of the Service.