Uses of Class
org.xins.common.collections.InvalidPropertyValueException

Packages that use InvalidPropertyValueException
org.xins.client XINS client framework. 
org.xins.common.collections Collection-related utility classes. 
org.xins.common.manageable Interface for manageable objects, with supporting classes. 
org.xins.common.service Service calling classes, supporting load-balancing and failover. 
org.xins.server XINS server framework. 
org.xins.server.frontend XINS Frontend Framework. 
 

Uses of InvalidPropertyValueException in org.xins.client
 

Constructors in org.xins.client that throw InvalidPropertyValueException
AbstractCAPI(PropertyReader properties, String apiName)
          Creates a new AbstractCAPI object based on the specified set of properties and the specified name.
 

Uses of InvalidPropertyValueException in org.xins.common.collections
 

Methods in org.xins.common.collections that throw InvalidPropertyValueException
static boolean PropertyReaderUtils.getBooleanProperty(PropertyReader properties, String propertyName, boolean fallbackDefault)
          Gets the property with the specified name and converts it to a boolean.
static int PropertyReaderUtils.getIntProperty(PropertyReader properties, String propertyName)
          Gets the property with the specified name and converts it to an int.
 

Uses of InvalidPropertyValueException in org.xins.common.manageable
 

Methods in org.xins.common.manageable that throw InvalidPropertyValueException
 void Manageable.bootstrap(PropertyReader properties)
          Performs the bootstrap procedure (wrapper method).
protected  void Manageable.bootstrapImpl(PropertyReader properties)
          Performs the bootstrap procedure (actual implementation).
 void Manageable.init(PropertyReader properties)
          Performs the initialization procedure (wrapper method).
protected  void Manageable.initImpl(PropertyReader properties)
          Performs the initialization procedure (actual implementation).
 

Uses of InvalidPropertyValueException in org.xins.common.service
 

Methods in org.xins.common.service that throw InvalidPropertyValueException
static Descriptor DescriptorBuilder.build(ServiceCaller caller, PropertyReader properties, String propertyName)
          Builds a Descriptor based on the specified set of properties, for the specified service caller.
static Descriptor DescriptorBuilder.build(PropertyReader properties, String propertyName)
          Builds a Descriptor based on the specified set of properties.
static Descriptor DescriptorBuilder.build(String descriptorValue)
          Builds a Descriptor based on the specified value.
 

Uses of InvalidPropertyValueException in org.xins.server
 

Methods in org.xins.server that throw InvalidPropertyValueException
protected  void API.bootstrapImpl(PropertyReader buildSettings)
          Bootstraps this API (wrapper method).
protected  void API.bootstrapImpl2(PropertyReader buildSettings)
          Bootstraps this API (implementation method).
protected  void API.initImpl(PropertyReader runtimeSettings)
          Initializes this API.
protected  void RuntimeProperties.init(PropertyReader runtimeSettings)
          Initialize the runtime properties.
 

Uses of InvalidPropertyValueException in org.xins.server.frontend
 

Methods in org.xins.server.frontend that throw InvalidPropertyValueException
protected  void FrontendCallingConvention.bootstrapImpl(PropertyReader bootstrapProperties)
           
protected  void FrontendCallingConvention.initImpl(PropertyReader runtimeProperties)
           
protected  void SessionManager.bootstrapImpl(PropertyReader bootstrapProperties)
           
 



See http://www.xins.org/.