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

Packages that use MissingRequiredPropertyException
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 MissingRequiredPropertyException in org.xins.client
 

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

Uses of MissingRequiredPropertyException in org.xins.common.collections
 

Methods in org.xins.common.collections that throw MissingRequiredPropertyException
static int PropertyReaderUtils.getIntProperty(PropertyReader properties, String propertyName)
          Gets the property with the specified name and converts it to an int.
static String PropertyReaderUtils.getRequiredProperty(PropertyReader properties, String name)
          Retrieves the specified property and throws a MissingRequiredPropertyException if it is not set.
 

Uses of MissingRequiredPropertyException in org.xins.common.manageable
 

Methods in org.xins.common.manageable that throw MissingRequiredPropertyException
 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 MissingRequiredPropertyException in org.xins.common.service
 

Methods in org.xins.common.service that throw MissingRequiredPropertyException
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 MissingRequiredPropertyException in org.xins.server
 

Methods in org.xins.server that throw MissingRequiredPropertyException
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 MissingRequiredPropertyException in org.xins.server.frontend
 

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



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