org.universAAL.middleware.container
Interface Attributes

Package class diagram package Attributes

public interface Attributes

A set of attribute name that the ModuleContext has to provide through the ModuleContext.getAttribute(String) method

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

Field Summary
static String CONTAINER_EE_ARCHITECTURE
          This is the name of the attribute of the uAAL container that represent the architecture of the Execution Environment where the Container that is running on(e.g.: x86, arm, and so on)
static String CONTAINER_EE_NAME
          This is the name of the attribute of the uAAL container that represent the name of the Execution Environment where the Container that is running on(e.g.: Felix, Eclipse, Android, Java, and so on)
static String CONTAINER_EE_VERSION
          This is the name of the attribute of the uAAL container that represent the version of the Execution Environment where the Container that is running on(e.g.: 2.3.1, 4.2.0, and so on)
static String CONTAINER_EXTRA_INFO_PREFIX
          This is the prefix name that should be used by the attributes of the uAAL container that provides more detail of the container
static String CONTAINER_NAME
          This is the name of the attribute of the uAAL container that represent the name of the Container that is running uAAL (e.g.: Karaf, Android, Felix, and so on)
static String CONTAINER_OS_ARCHITECTURE
          This is the name of the attribute of the uAAL container that represent the architecture of the OS where Container that is running on (i.e.: for Windows Vista 32bit it returns x86)
static String CONTAINER_OS_NAME
          This is the name of the attribute of the uAAL container that represent the name of the OS where Container that is running on (i.e.: for Windows Vista it returns WindowsVista)
static String CONTAINER_OS_VERSION
          This is the name of the attribute of the uAAL container that represent the version of the OS where Container that is running on (i.e.: for Windows Vista it returns 6.0.0)
static String CONTAINER_PLATFORM_NAME
          This is the name of the attribute of the uAAL container that represent the version of platform where the Container is running on (i.e.: for JavaVM-7 it returns java)
static String CONTAINER_PLATFORM_VERSION
          This is the name of the attribute of the uAAL container that represent the version of platform where the Container is running on (i.e.: for JavaVM-7 it returns 1.7.0)
static String CONTAINER_VERSION
          This is the name of the attribute of the uAAL container that represent the version of the Container that is running uAAL (e.g.: 2.3.0, 4.2.0, and so on)
static String MIDDLEWARE_VERSION
          This is the name of the attribute of the uAAL container that represent the version of the middleware that is running on this container
 

Field Detail

MIDDLEWARE_VERSION

static final String MIDDLEWARE_VERSION
This is the name of the attribute of the uAAL container that represent the version of the middleware that is running on this container

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_NAME

static final String CONTAINER_NAME
This is the name of the attribute of the uAAL container that represent the name of the Container that is running uAAL (e.g.: Karaf, Android, Felix, and so on)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_VERSION

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

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_EE_NAME

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

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_EE_VERSION

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

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_EE_ARCHITECTURE

static final String CONTAINER_EE_ARCHITECTURE
This is the name of the attribute of the uAAL container that represent the architecture of the Execution Environment where the Container that is running on(e.g.: x86, arm, and so on)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_OS_NAME

static final String CONTAINER_OS_NAME
This is the name of the attribute of the uAAL container that represent the name of the OS where Container that is running on (i.e.: for Windows Vista it returns WindowsVista)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_OS_VERSION

static final String CONTAINER_OS_VERSION
This is the name of the attribute of the uAAL container that represent the version of the OS where Container that is running on (i.e.: for Windows Vista it returns 6.0.0)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_OS_ARCHITECTURE

static final String CONTAINER_OS_ARCHITECTURE
This is the name of the attribute of the uAAL container that represent the architecture of the OS where Container that is running on (i.e.: for Windows Vista 32bit it returns x86)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_PLATFORM_NAME

static final String CONTAINER_PLATFORM_NAME
This is the name of the attribute of the uAAL container that represent the version of platform where the Container is running on (i.e.: for JavaVM-7 it returns java)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_PLATFORM_VERSION

static final String CONTAINER_PLATFORM_VERSION
This is the name of the attribute of the uAAL container that represent the version of platform where the Container is running on (i.e.: for JavaVM-7 it returns 1.7.0)

Since:
2.0.1
See Also:
Constant Field Values

CONTAINER_EXTRA_INFO_PREFIX

static final String CONTAINER_EXTRA_INFO_PREFIX
This is the prefix name that should be used by the attributes of the uAAL container that provides more detail of the container

Since:
2.0.1
See Also:
Constant Field Values


Copyright © 2014 universAAL Consortium. All Rights Reserved.