|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreateConnection
Stub for IBM J9 implementation.
Licensed Materials - Property of IBM, (c) Copyright IBM Corp. 2000, 2002 All Rights Reserved
This class is not distributed with BlueCove binary distribution: bluecove.jar
Method Summary | |
---|---|
void |
setParameters(String spec,
int access,
boolean timeout)
Passes the parameters from the Connector.open() method to this object. |
Connection |
setParameters2(String spec,
int access,
boolean timeout)
Passes the parameters from the Connector.open() method to this object. |
Methods inherited from interface javax.microedition.io.Connection |
---|
close |
Method Detail |
---|
void setParameters(String spec, int access, boolean timeout) throws IOException
spec
- String
The address passed to Connector.open()access
- int
The type of access this Connection is
granted (READ, WRITE, READ_WRITE)timeout
- boolean
A boolean indicating wether or not the
caller to Connector.open() wants timeout
exceptions or not
IOException
- If an error occured opening and configuring
serial port.Connector
Connection setParameters2(String spec, int access, boolean timeout) throws IOException
spec
- String
The address passed to Connector.open()access
- int
The type of access this Connection is
granted (READ, WRITE, READ_WRITE)timeout
- boolean
A boolean indicating wether or not the
caller to Connector.open() wants timeout
exceptions or not
IOException
- If an error occured opening and configuring
serial port.Connector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |