|
OSGi™ Service Platform Release 4 Version 4.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Connection Factory service is called by the implementation of the Connector
Service to create javax.microedition.io.Connection
objects which
implement the scheme named by IO_SCHEME
.
When a ConnectorService.open
method is called, the implementation
of the Connector Service will examine the specified name for a scheme. The
Connector Service will then look for a Connection Factory service which is
registered with the service property IO_SCHEME
which matches the
scheme. The createConnection(java.lang.String, int, boolean)
method of the selected Connection
Factory will then be called to create the actual Connection
object.
Field Summary | |
static java.lang.String |
IO_SCHEME
Service property containing the scheme(s) for which this Connection Factory can create Connection objects. |
Method Summary | |
javax.microedition.io.Connection |
createConnection(java.lang.String name,
int mode,
boolean timeouts)
Create a new Connection object for the specified URI. |
Field Detail |
public static final java.lang.String IO_SCHEME
Connection
objects. This property is of
type String[]
.
Method Detail |
public javax.microedition.io.Connection createConnection(java.lang.String name, int mode, boolean timeouts) throws java.io.IOException
Connection
object for the specified URI.
name
- The full URI passed to the ConnectorService.open
methodmode
- The mode parameter passed to the
ConnectorService.open
methodtimeouts
- The timeouts parameter passed to the
ConnectorService.open
method
javax.microedition.io.Connection
object.
java.io.IOException
- If a javax.microedition.io.Connection
object can not not be created.
|
OSGi™ Service Platform Release 4 Version 4.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |