public interface Attributes
ModuleContext
has to provide through
the ModuleContext.getAttribute(String)
methodModifier and Type | Field and Description |
---|---|
static String |
CONTAINER_EE_ARCHITECTURE
This is the name of the attribute of the 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 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 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
container that provides more detail of the container
|
static String |
CONTAINER_NAME
This is the name of the attribute of the container that represent
the name of the Container that is running universAAL (e.g.: Karaf, Android,
Felix, and so on)
|
static String |
CONTAINER_OS_ARCHITECTURE
This is the name of the attribute of the 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 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 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 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 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 container that represent
the version of the Container that is running universAAL (e.g.: 2.3.0, 4.2.0,
and so on)
|
static String |
MIDDLEWARE_VERSION
This is the name of the attribute of the container that represent
the version of the middleware that is running on this container
|
static final String MIDDLEWARE_VERSION
static final String CONTAINER_NAME
static final String CONTAINER_VERSION
static final String CONTAINER_EE_NAME
static final String CONTAINER_EE_VERSION
static final String CONTAINER_EE_ARCHITECTURE
static final String CONTAINER_OS_NAME
static final String CONTAINER_OS_VERSION
static final String CONTAINER_OS_ARCHITECTURE
static final String CONTAINER_PLATFORM_NAME
static final String CONTAINER_PLATFORM_VERSION
static final String CONTAINER_EXTRA_INFO_PREFIX
Copyright © 2018 universAAL Consortium. All rights reserved.