1.0.0

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

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
FileConnection

public interface FileConnectionService
extends ConnectionService

Version:
1.0.0

Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DEFAULT_INPUTNAME
          Define the default inputname (String) constant.
static java.lang.String DEFAULT_INPUTPATH
          Define the default inputpath (String) constant.
static java.lang.String DEFAULT_OUTPUTNAME
          Define the default outputname (String) constant.
static java.lang.String DEFAULT_OUTPUTPATH
          Define the default outputpath (String) constant.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String INPUTNAME_KEY
          Define the inputname key (String) constant.
static java.lang.String INPUTPATH_KEY
          Define the inputpath key (String) constant.
static java.lang.String OUTPUTNAME_KEY
          Define the outputname key (String) constant.
static java.lang.String OUTPUTPATH_KEY
          Define the outputpath key (String) constant.
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, write, write
 

Field Detail

FACTORY_SERVICE_NAME

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

See Also:
Constant Field Values

SERVICE_NAME

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

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

INPUTNAME_KEY

static final java.lang.String INPUTNAME_KEY
Define the inputname key (String) constant.

See Also:
Constant Field Values

DEFAULT_INPUTNAME

static final java.lang.String DEFAULT_INPUTNAME
Define the default inputname (String) constant.

See Also:
Constant Field Values

INPUTPATH_KEY

static final java.lang.String INPUTPATH_KEY
Define the inputpath key (String) constant.

See Also:
Constant Field Values

DEFAULT_INPUTPATH

static final java.lang.String DEFAULT_INPUTPATH
Define the default inputpath (String) constant.

See Also:
Constant Field Values

OUTPUTNAME_KEY

static final java.lang.String OUTPUTNAME_KEY
Define the outputname key (String) constant.

See Also:
Constant Field Values

DEFAULT_OUTPUTNAME

static final java.lang.String DEFAULT_OUTPUTNAME
Define the default outputname (String) constant.

See Also:
Constant Field Values

OUTPUTPATH_KEY

static final java.lang.String OUTPUTPATH_KEY
Define the outputpath key (String) constant.

See Also:
Constant Field Values

DEFAULT_OUTPUTPATH

static final java.lang.String DEFAULT_OUTPUTPATH
Define the default outputpath (String) constant.

See Also:
Constant Field Values

1.0.0

Copyright (c) 1999, 2007 IBM