2008-07-29 1.1.0

org.eclipse.soda.dk.file.connection.service
Interface FileConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
FileConnection

public interface FileConnectionService
extends ConnectionService


Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DEFAULT_INPUTNAME
          Custom parameter inputname configuration default value.
static java.lang.String DEFAULT_INPUTPATH
          Custom parameter inputpath configuration default value.
static java.lang.String DEFAULT_OUTPUTNAME
          Custom parameter outputname configuration default value.
static java.lang.String DEFAULT_OUTPUTPATH
          Custom parameter outputpath configuration default value.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String FileConnection
          Define the FileConnection key.
static java.lang.String INPUTNAME
          Custom parameter inputname configuration key.
static java.lang.String INPUTNAME_DEFAULT
          Custom parameter inputname configuration default value.
static java.lang.String INPUTNAME_KEY
          Deprecated. use INPUTNAME
static java.lang.String INPUTPATH
          Custom parameter inputpath configuration key.
static java.lang.String INPUTPATH_DEFAULT
          Custom parameter inputpath configuration default value.
static java.lang.String INPUTPATH_KEY
          Deprecated. use INPUTPATH
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String OUTPUTNAME
          Custom parameter outputname configuration key.
static java.lang.String OUTPUTNAME_DEFAULT
          Custom parameter outputname configuration default value.
static java.lang.String OUTPUTNAME_KEY
          Deprecated. use OUTPUTNAME
static java.lang.String OUTPUTPATH
          Custom parameter outputpath configuration key.
static java.lang.String OUTPUTPATH_DEFAULT
          Custom parameter outputpath configuration default value.
static java.lang.String OUTPUTPATH_KEY
          Deprecated. use OUTPUTPATH
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 
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

FileConnection

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

See Also:
Constant Field Values

INPUTNAME

static final java.lang.String INPUTNAME
Custom parameter inputname configuration key.

See Also:
Constant Field Values

INPUTNAME_KEY

static final java.lang.String INPUTNAME_KEY
Deprecated. use INPUTNAME
Custom parameter inputname configuration key.

See Also:
Constant Field Values

INPUTNAME_DEFAULT

static final java.lang.String INPUTNAME_DEFAULT
Custom parameter inputname configuration default value.

See Also:
INPUTNAME, Constant Field Values

DEFAULT_INPUTNAME

static final java.lang.String DEFAULT_INPUTNAME
Custom parameter inputname configuration default value.

See Also:
INPUTNAME, Constant Field Values

INPUTPATH

static final java.lang.String INPUTPATH
Custom parameter inputpath configuration key.

See Also:
Constant Field Values

INPUTPATH_KEY

static final java.lang.String INPUTPATH_KEY
Deprecated. use INPUTPATH
Custom parameter inputpath configuration key.

See Also:
Constant Field Values

INPUTPATH_DEFAULT

static final java.lang.String INPUTPATH_DEFAULT
Custom parameter inputpath configuration default value.

See Also:
INPUTPATH, Constant Field Values

DEFAULT_INPUTPATH

static final java.lang.String DEFAULT_INPUTPATH
Custom parameter inputpath configuration default value.

See Also:
INPUTPATH, Constant Field Values

OUTPUTNAME

static final java.lang.String OUTPUTNAME
Custom parameter outputname configuration key.

See Also:
Constant Field Values

OUTPUTNAME_KEY

static final java.lang.String OUTPUTNAME_KEY
Deprecated. use OUTPUTNAME
Custom parameter outputname configuration key.

See Also:
Constant Field Values

OUTPUTNAME_DEFAULT

static final java.lang.String OUTPUTNAME_DEFAULT
Custom parameter outputname configuration default value.

See Also:
OUTPUTNAME, Constant Field Values

DEFAULT_OUTPUTNAME

static final java.lang.String DEFAULT_OUTPUTNAME
Custom parameter outputname configuration default value.

See Also:
OUTPUTNAME, Constant Field Values

OUTPUTPATH

static final java.lang.String OUTPUTPATH
Custom parameter outputpath configuration key.

See Also:
Constant Field Values

OUTPUTPATH_KEY

static final java.lang.String OUTPUTPATH_KEY
Deprecated. use OUTPUTPATH
Custom parameter outputpath configuration key.

See Also:
Constant Field Values

OUTPUTPATH_DEFAULT

static final java.lang.String OUTPUTPATH_DEFAULT
Custom parameter outputpath configuration default value.

See Also:
OUTPUTPATH, Constant Field Values

DEFAULT_OUTPUTPATH

static final java.lang.String DEFAULT_OUTPUTPATH
Custom parameter outputpath configuration default value.

See Also:
OUTPUTPATH, 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-07-29 1.1.0

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