org.universAAL.middleware.container.osgi
Interface OSGiAttributes

Package class diagram package OSGiAttributes

public interface OSGiAttributes

A set of extra attribute that the OSGi implementation of the ModuleContext provides through the ModuleContext.getAttribute(String) method

Since:
2.0.1
Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Stefano Lenzi

Field Summary
static String OSGI_ARCHITECTURE
          This is the name of the attribute of the uAAL container that represent the architecture OSGi where the Container that is running on(e.g.: x86)
static String OSGI_NAME
          This is the name of the attribute of the uAAL container that represent the OSGi name where the Container that is running on(e.g.: Felix, Eclipse, and so on)
static String OSGI_VERSION
          This is the name of the attribute of the uAAL container that represent the OSGi version where the Container that is running on(e.g.: 2.3.0, 4.2.0, and so on)
 

Field Detail

OSGI_NAME

static final String OSGI_NAME
This is the name of the attribute of the uAAL container that represent the OSGi name where the Container that is running on(e.g.: Felix, Eclipse, and so on)

Since:
2.0.1
See Also:
Constant Field Values

OSGI_VERSION

static final String OSGI_VERSION
This is the name of the attribute of the uAAL container that represent the OSGi version where the Container that is running on(e.g.: 2.3.0, 4.2.0, and so on)

Since:
2.0.1
See Also:
Constant Field Values

OSGI_ARCHITECTURE

static final String OSGI_ARCHITECTURE
This is the name of the attribute of the uAAL container that represent the architecture OSGi where the Container that is running on(e.g.: x86)

Since:
2.0.1
See Also:
Constant Field Values


Copyright © 2014 universAAL Consortium. All Rights Reserved.