2008-09-10 1.1.0

org.eclipse.soda.dk.url.connection.service
Interface UrlConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
UrlConnection

public interface UrlConnectionService
extends ConnectionService

Uniform Resource Locator (URL) Connection. The device service interface defines the service to be registered for the UrlConnection device.

The list of exported services:

Version:
1.1.0
See Also:
UrlConnectionService, ConnectionService

Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DEFAULT_URL
          Custom parameter url configuration default value.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String URL
          Custom parameter url configuration key.
static java.lang.String URL_DEFAULT
          Custom parameter url configuration default value.
static java.lang.String URL_KEY
          Deprecated. use URL
static java.lang.String UrlConnection
          Define the UrlConnection key.
 
Fields inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService
CONNECTION_KEY, DEFAULT_CONNECTION
 
Method Summary
 
Methods inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService
close, exit, flush, isOpen, open, read, read, setConfigurationInformation, write, write
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

See Also:
Constant Field Values

MANAGED_SERVICE_NAME

static final java.lang.String MANAGED_SERVICE_NAME
Define the OSGi managed service name.

See Also:
Constant Field Values

FACTORY_SERVICE_NAME

static final java.lang.String FACTORY_SERVICE_NAME
Define the OSGi factory service name.

See Also:
Constant Field Values

UrlConnection

static final java.lang.String UrlConnection
Define the UrlConnection key.

See Also:
Constant Field Values

URL

static final java.lang.String URL
Custom parameter url configuration key.

See Also:
Constant Field Values

URL_KEY

static final java.lang.String URL_KEY
Deprecated. use URL
Custom parameter url configuration key.

See Also:
Constant Field Values

URL_DEFAULT

static final java.lang.String URL_DEFAULT
Custom parameter url configuration default value.

See Also:
URL, Constant Field Values

DEFAULT_URL

static final java.lang.String DEFAULT_URL
Custom parameter url configuration default value.

See Also:
URL, Constant Field Values

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

See Also:
Constant Field Values

CONNECTION_TYPE

static final java.lang.String CONNECTION_TYPE
Define the connection type (String) constant.

See Also:
Constant Field Values

2008-09-10 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900