Reserves the connection.
The very moment this method returns, the correspondong connection cannot
be opened by any other application (including native ones) until
reservation is cancelled. The connection cannot be reserved by
any application (including one for which it has been reserved).
IOException should be thrown to report such a situation.
Pair midletSuiteId and midletClassName
should refer to valid MIDlet
Parameters: midletSuiteId - MIDlet suite ID Parameters: midletClassName - name of MIDlet class Parameters: dataAvailableListener - data availability listener connection reservation throws: IOException - if connection cannot be reservedfor the given application |