|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.pios.connection.ConnectionParameters
Defines the base class for Peripheral connection parameters. Each peripheral type (scanner, printer, etc) will define its parameter class to provide a means of configuring the service before it is opened.
Connector
Constructor Summary | |
protected |
ConnectionParameters(ConnectionType connectionType,
DriverInfo driverInfo)
Constructs a new ConnectionParameters object for the specified connection type. |
Method Summary | |
ConnectionType |
getConnection()
Returns the connection type. |
DriverInfo |
getDriver()
Returns the driver information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ConnectionParameters(ConnectionType connectionType, DriverInfo driverInfo)
connectionType
- the connection typedriverInfo
- the driver for this connectionMethod Detail |
public final ConnectionType getConnection()
public final DriverInfo getDriver()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |