|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||