Uses of Class
com.sap.ip.me.api.pios.configuration.ConfigurationException

Packages that use ConfigurationException
com.sap.ip.me.api.pios.configuration Provides classes to manage the configuration of the drivers in the PIOS infra-structure.  
com.sap.ip.me.api.pios.connection Provides the core connection classes for the Peripheral Input/Output Services infra-structure for MI 2.5.  
com.sap.ip.me.api.pios.printer Printer support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services.  
com.sap.ip.me.api.pios.rfid Provides the classes to access RFIDs thru the PIOS infra-structure. 
 

Uses of ConfigurationException in com.sap.ip.me.api.pios.configuration
 

Methods in com.sap.ip.me.api.pios.configuration that throw ConfigurationException
protected  Configuration ConfigurationManager.add(java.lang.String name, java.lang.String type)
          Adds a configuration data to the configuration file.
protected  java.lang.String[] ConfigurationManager.getTypes()
          Returns a list of all types registered on the metadata file.
protected  java.lang.String[] ConfigurationManager.list()
          Returns a list of all configurations registered on the configuration file.
protected  java.lang.String[] ConfigurationManager.list(java.lang.String type)
          Returns all configurations that match the specified type.
protected  void ConfigurationManager.delete(java.lang.String name)
          Deletes a configuration.
protected  Configuration ConfigurationManager.get(java.lang.String name, java.lang.String type)
          Returns the Configuration object to which this manager maps the specified name and type.
protected  java.lang.String[] ConfigurationManager.getParameters(java.lang.String type)
          Returns all the parameters for an specific configuration type.
protected  java.lang.String[] ConfigurationManager.getPossibleValues(java.lang.String type, java.lang.String parameter)
          Returns the possible values intended for the specific parameter on a configuration type.
protected  void ConfigurationManager.setParameterValue(java.lang.String name, java.lang.String parameter, java.lang.String value)
          Sets a value for a parameter for an specific configuration.
protected  void ConfigurationManager.save()
          Stores all the configurations to the configuration file.
protected  java.lang.String ConfigurationManager.getParamaterValue(java.lang.String name, java.lang.String parameter)
          Returns the value for the parameter.
 java.lang.String[] Configuration.getPossibleValues(java.lang.String parameter)
          Returns all possible values for an specific parameter.
 java.lang.String Configuration.getParameterValue(java.lang.String parameter)
          Returns the parameter value.
 void Configuration.setParameterValue(java.lang.String parameter, java.lang.String value)
          Sets the parameter value.
 

Constructors in com.sap.ip.me.api.pios.configuration that throw ConfigurationException
ConfigurationManager(ConfigurationManager confManager)
          Constructs a new ConfigurationManager object.
 

Uses of ConfigurationException in com.sap.ip.me.api.pios.connection
 

Methods in com.sap.ip.me.api.pios.connection that throw ConfigurationException
 DriverConfigurationManager DriverInfo.getConfigurationManager()
          Returns the configuration manager for this driver.
 java.lang.String[] DriverConfigurationManager.listTransports()
          Returns a list containing the available transports for the specific driver.
 Configuration DriverConfigurationManager.getConfiguration(java.lang.String name)
          Returns an instance to the Driver Configuration class for the specified transport.
 void DriverConfigurationManager.save()
          Stores the configuration changes.
protected abstract  ConfigurationManager Connector.getConfigurationManager(java.lang.String metaDataFile, java.lang.String configFile)
          This method is used internally to obtain the configuration manager implementation instance.
 

Constructors in com.sap.ip.me.api.pios.connection that throw ConfigurationException
DriverConfigurationManager(ConfigurationManager configurationManager)
          Constructs a new DriverConfigurationManager using the specified meta data and configuration file.
 

Uses of ConfigurationException in com.sap.ip.me.api.pios.printer
 

Methods in com.sap.ip.me.api.pios.printer that throw ConfigurationException
abstract  FontConfigurationManager PrinterConnection.getFontConfigurationManager()
          Returns the FontConfigurationManager object for this printer connection.
 Configuration FontConfigurationManager.addFontConfiguration(java.lang.String fontName)
          Adds a new empty font configuration to this printer connection.
 void FontConfigurationManager.deleteFontConfiguration(java.lang.String fontName)
          Deletes a font configuration for this printer connection.
 java.lang.String[] FontConfigurationManager.listFontNames()
          Returns available font names for this printer connection.
 Configuration FontConfigurationManager.getFontConfiguration(java.lang.String fontName)
          Returns the font Configuration object for the specified font configuration name.
 void FontConfigurationManager.save()
          Stores all font configuration changes.
 

Constructors in com.sap.ip.me.api.pios.printer that throw ConfigurationException
FontConfigurationManager(ConfigurationManager confManager)
          Creates a new FontConfigurationManager using the specified configuration manager.
 

Uses of ConfigurationException in com.sap.ip.me.api.pios.rfid
 

Methods in com.sap.ip.me.api.pios.rfid that throw ConfigurationException
 Configuration TagConfigurationManager.addTagConfiguration(java.lang.String tagName)
          Adds a new empty tag configuration to this RFID connection.
 void TagConfigurationManager.deleteTagConfiguration(java.lang.String tagName)
          Deletes a tag configuration for this RFID connection.
 java.lang.String[] TagConfigurationManager.listTagTypeNames()
          Returns available tag names for this RFID connection.
 Configuration TagConfigurationManager.getTagConfiguration(java.lang.String tagName)
          Returns the tag Configuration object for the specified tag configuration name.
 void TagConfigurationManager.save()
          Stores all tag configuration changes.
abstract  TagConfigurationManager RfidConnection.getTagConfigurationManager()
          Returns the TagConfigurationManager object for this RFID connection.
 

Constructors in com.sap.ip.me.api.pios.rfid that throw ConfigurationException
TagConfigurationManager(ConfigurationManager confManager)
          Creates a new TagConfigurationManager using the specified configuration manager.
 



Copyright © 2005 SAP AG. All Rights Reserved.