Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- JAKARTA_RS_APPLICATION_BASE - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
Service property specifying the base URI mapping for a Jakarta RESTful Web Services application service.
- JAKARTA_RS_APPLICATION_SELECT - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
Service property specifying the target application for a Jakarta RESTful Web Services resource or extension service.
- JAKARTA_RS_APPLICATION_SERVICE_PROPERTIES - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
The property key which can be used to find the application service properties inside an injected
Configuration
- JAKARTA_RS_DEFAULT_APPLICATION - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
The name of the default Jakarta RESTful Web Services application in every Whiteboard instance.
- JAKARTA_RS_EXTENSION - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
Service property specifying that a Jakarta RESTful Web Services resource service should be processed by the whiteboard.
- JAKARTA_RS_EXTENSION_SELECT - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
A Service property specifying one or more target filters used to select the set of Jakarta RESTful Web Services extension services required to support this whiteboard service.
- JAKARTA_RS_MEDIA_TYPE - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
A service property specifying that a Jakarta RESTful Web Services extension service, application service, or whiteboard implementation provides support for reading from and writing to a specific media type.
- JAKARTA_RS_NAME - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
Service property specifying the name of a Jakarta RESTful Web Services whiteboard service.
- JAKARTA_RS_RESOURCE - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
Service property specifying that a Jakarta RESTful Web Services resource should be processed by the whiteboard.
- JAKARTA_RS_SERVICE_ENDPOINT - Static variable in class org.osgi.service.jakartars.runtime.JakartarsServiceRuntimeConstants
-
Jakarta RESTful Web Services Runtime Service service property specifying the endpoints upon which the Jakarta RESTful Web Services implementation is available.
- JAKARTA_RS_WHITEBOARD_IMPLEMENTATION - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
The name of the implementation capability for the Whiteboard Specification for Jakarta RESTful Web Services.
- JAKARTA_RS_WHITEBOARD_SPECIFICATION_VERSION - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
The version of the implementation capability for the Whiteboard Specification for Jakarta RESTful Web Services.
- JAKARTA_RS_WHITEBOARD_TARGET - Static variable in class org.osgi.service.jakartars.whiteboard.JakartarsWhiteboardConstants
-
Service property specifying the target filter to select the Jakarta RESTful Web Services Whiteboard implementation to process the service.
- JakartarsApplicationBase - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.application.base
service property. - JakartarsApplicationSelect - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.application.select
service property. - JakartarsExtension - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.extension
service property. - JakartarsExtensionSelect - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.extension.select
service property. - JakartarsMediaType - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.media.type
service property. - JakartarsName - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.name
service property. - JakartarsResource - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.resource
service property. - JakartarsServiceRuntime - Interface in org.osgi.service.jakartars.runtime
-
The JakartarsServiceRuntime service represents the runtime information of a Jakarta RESTful Web Services Whiteboard implementation.
- JakartarsServiceRuntimeConstants - Class in org.osgi.service.jakartars.runtime
-
Defines standard names for Jakarta RESTful Web Services Runtime Service constants.
- JakartarsWhiteboardConstants - Class in org.osgi.service.jakartars.whiteboard
-
Defines standard constants for the Jakarta RESTful Web Services Whiteboard services.
- JakartarsWhiteboardTarget - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for the
osgi.jakartars.whiteboard.target
service property. - java_runtime_version - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
-
The Java runtime version.
- java_specification_version - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
-
The Java specification version.
- java_version - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
-
The Java version.
- java_vm_version - Variable in class org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
-
The Java VM version.
- JDBC_DATABASE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "databaseName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_DATASOURCE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "dataSourceName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_DESCRIPTION - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "description" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_INITIAL_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "initialPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MAX_IDLE_TIME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "maxIdleTime" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MAX_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "maxPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MAX_STATEMENTS - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "maxStatements" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_MIN_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "minPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_NETWORK_PROTOCOL - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "networkProtocol" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_PASSWORD - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "password" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_PORT_NUMBER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "portNumber" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_PROPERTY_CYCLE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "propertyCycle" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling
DataSourceFactory.createConnectionPoolDataSource(Properties)
orDataSourceFactory.createXADataSource(Properties)
on drivers that support this property. - JDBC_ROLE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "roleName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_SERVER_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "serverName" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_URL - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "url" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBC_USER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
The "user" property that DataSource clients should supply a value for when calling
DataSourceFactory.createDataSource(Properties)
. - JDBCConnectionProvider - Interface in org.osgi.service.transaction.control.jdbc
-
A specialized
ResourceProvider
suitable for obtaining JDBC connections. - JDBCConnectionProviderFactory - Interface in org.osgi.service.transaction.control.jdbc
-
A factory for creating JDBCConnectionProvider instances
- JNDI_SERVICENAME - Static variable in class org.osgi.service.jndi.JNDIConstants
-
This service property is set on an OSGi service to provide a name that can be used to locate the service other than the service interface name.
- JNDI_URLSCHEME - Static variable in class org.osgi.service.jndi.JNDIConstants
-
This service property is set by JNDI Providers that publish URL Context Factories as OSGi Services.
- JNDIConstants - Class in org.osgi.service.jndi
-
Constants for the JNDI implementation.
- JNDIContextManager - Interface in org.osgi.service.jndi
-
This interface defines the OSGi service interface for the JNDIContextManager.
- JNDIProviderAdmin - Interface in org.osgi.service.jndi
-
This interface defines the OSGi service interface for the JNDIProviderAdmin service.
- join(long) - Method in interface org.osgi.service.coordinator.Coordination
-
Wait until this Coordination is terminated and all registered Participants have been notified.
- joinGroup(String) - Method in interface org.osgi.service.zigbee.ZigBeeGroup
-
Requests an endpoint to join this group.
- JOULE - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of energy, work, amount of electricity.
- JOULE_PER_CUBIC_METER - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of energy density.
- JOULE_PER_KELVIN - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of heat capacity, entropy.
- JOULE_PER_KILOGRAM - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of specific energy.
- JOULE_PER_KILOGRAM_KELVIN - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of specific heat capacity, specific entropy.
- JOULE_PER_MOLE - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of molar energy.
- JOULE_PER_MOLE_KELVIN - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of molar entropy, molar heat capacity.
- JPA_CAPABILITY_NAME - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The name of the JPA extender capability.
- JPA_SPECIFICATION_VERSION - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The version of the extender capability for the JPA Service specification
- JPA_UNIT_NAME - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The name of the persistence unit.
- JPA_UNIT_PROVIDER - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The class name of the provider that registered the service and implements the JPA javax.persistence.PersistenceProvider interface.
- JPA_UNIT_VERSION - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
-
The version of the persistence unit bundle.
- JPAEntityManagerProvider - Interface in org.osgi.service.transaction.control.jpa
-
A specialized
ResourceProvider
suitable for obtaining JPAEntityManager
instances. - JPAEntityManagerProviderFactory - Interface in org.osgi.service.transaction.control.jpa
-
A factory for creating JPAEntityManagerProvider instances
- JSON - Enum constant in enum class org.osgi.service.feature.FeatureExtension.Type
-
A JSON extension.
- JSONRequired - Annotation Interface in org.osgi.service.jakartars.whiteboard.propertytypes
-
Component Property Type for requiring JSON media type support using the
JakartarsWhiteboardConstants.JAKARTA_RS_MEDIA_TYPE
service property.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form