|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationManager | |
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 ConfigurationManager in com.sap.ip.me.api.pios.configuration |
Constructors in com.sap.ip.me.api.pios.configuration with parameters of type ConfigurationManager | |
ConfigurationManager(ConfigurationManager confManager)
Constructs a new ConfigurationManager object. |
|
Configuration(java.lang.String name,
java.lang.String type,
ConfigurationManager confManager)
Internal use only. |
Uses of ConfigurationManager in com.sap.ip.me.api.pios.connection |
Subclasses of ConfigurationManager in com.sap.ip.me.api.pios.connection | |
class |
DriverConfigurationManager
This class provides access to a driver configuration parameters including the transport configuration. |
Methods in com.sap.ip.me.api.pios.connection that return ConfigurationManager | |
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 with parameters of type ConfigurationManager | |
DriverConfigurationManager(ConfigurationManager configurationManager)
Constructs a new DriverConfigurationManager using the specified meta data and configuration file. |
Uses of ConfigurationManager in com.sap.ip.me.api.pios.printer |
Subclasses of ConfigurationManager in com.sap.ip.me.api.pios.printer | |
class |
FontConfigurationManager
The FontConfigurationManager is used to manage fonts. |
Constructors in com.sap.ip.me.api.pios.printer with parameters of type ConfigurationManager | |
FontConfigurationManager(ConfigurationManager confManager)
Creates a new FontConfigurationManager using the specified configuration manager. |
Uses of ConfigurationManager in com.sap.ip.me.api.pios.rfid |
Subclasses of ConfigurationManager in com.sap.ip.me.api.pios.rfid | |
class |
TagConfigurationManager
The TagConfigurationManager is used to manage the various RFID tag Types that will be supported by an RFID reader. |
Constructors in com.sap.ip.me.api.pios.rfid with parameters of type ConfigurationManager | |
TagConfigurationManager(ConfigurationManager confManager)
Creates a new TagConfigurationManager using the specified configuration manager. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |