2008-07-29 1.1.0

org.eclipse.soda.dk.random.access.file.connection.service
Interface RandomAccessFileConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
RandomAccessFileConnection

public interface RandomAccessFileConnectionService
extends ConnectionService


Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DEFAULT_MODE
          Custom parameter mode configuration default value.
static java.lang.String DEFAULT_NAME
          Custom parameter name configuration default value.
static java.lang.String DEFAULT_PATH
          Custom parameter path 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 MODE
          Custom parameter mode configuration key.
static java.lang.String MODE_DEFAULT
          Custom parameter mode configuration default value.
static java.lang.String MODE_KEY
          Deprecated. use MODE
static java.lang.String NAME
          Custom parameter name configuration key.
static java.lang.String NAME_DEFAULT
          Custom parameter name configuration default value.
static java.lang.String NAME_KEY
          Deprecated. use NAME
static java.lang.String PATH
          Custom parameter path configuration key.
static java.lang.String PATH_DEFAULT
          Custom parameter path configuration default value.
static java.lang.String PATH_KEY
          Deprecated. use PATH
static java.lang.String RandomAccessFileConnection
          Define the RandomAccessFileConnection key.
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

RandomAccessFileConnection

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

See Also:
Constant Field Values

MODE

static final java.lang.String MODE
Custom parameter mode configuration key.

See Also:
Constant Field Values

MODE_KEY

static final java.lang.String MODE_KEY
Deprecated. use MODE
Custom parameter mode configuration key.

See Also:
Constant Field Values

MODE_DEFAULT

static final java.lang.String MODE_DEFAULT
Custom parameter mode configuration default value.

See Also:
MODE, Constant Field Values

DEFAULT_MODE

static final java.lang.String DEFAULT_MODE
Custom parameter mode configuration default value.

See Also:
MODE, Constant Field Values

NAME

static final java.lang.String NAME
Custom parameter name configuration key.

See Also:
Constant Field Values

NAME_KEY

static final java.lang.String NAME_KEY
Deprecated. use NAME
Custom parameter name configuration key.

See Also:
Constant Field Values

NAME_DEFAULT

static final java.lang.String NAME_DEFAULT
Custom parameter name configuration default value.

See Also:
NAME, Constant Field Values

DEFAULT_NAME

static final java.lang.String DEFAULT_NAME
Custom parameter name configuration default value.

See Also:
NAME, Constant Field Values

PATH

static final java.lang.String PATH
Custom parameter path configuration key.

See Also:
Constant Field Values

PATH_KEY

static final java.lang.String PATH_KEY
Deprecated. use PATH
Custom parameter path configuration key.

See Also:
Constant Field Values

PATH_DEFAULT

static final java.lang.String PATH_DEFAULT
Custom parameter path configuration default value.

See Also:
PATH, Constant Field Values

DEFAULT_PATH

static final java.lang.String DEFAULT_PATH
Custom parameter path configuration default value.

See Also:
PATH, 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