1.0.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

Version:
1.0.0

Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DEFAULT_MODE
          Define the default mode (String) constant.
static java.lang.String DEFAULT_NAME
          Define the default name (String) constant.
static java.lang.String DEFAULT_PATH
          Define the default path (String) constant.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String MODE_KEY
          Define the mode key (String) constant.
static java.lang.String NAME_KEY
          Define the name key (String) constant.
static java.lang.String PATH_KEY
          Define the path 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

PATH_KEY

static final java.lang.String PATH_KEY
Define the path key (String) constant.

See Also:
Constant Field Values

DEFAULT_PATH

static final java.lang.String DEFAULT_PATH
Define the default path (String) constant.

See Also:
Constant Field Values

NAME_KEY

static final java.lang.String NAME_KEY
Define the name key (String) constant.

See Also:
Constant Field Values

DEFAULT_NAME

static final java.lang.String DEFAULT_NAME
Define the default name (String) constant.

See Also:
Constant Field Values

MODE_KEY

static final java.lang.String MODE_KEY
Define the mode key (String) constant.

See Also:
Constant Field Values

DEFAULT_MODE

static final java.lang.String DEFAULT_MODE
Define the default mode (String) constant.

See Also:
Constant Field Values

1.0.0

Copyright (c) 1999, 2007 IBM