Skip navigation links
OSGi™ Enterprise
Release 7
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

J

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.
JAX_RS_APPLICATION_BASE - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
Service property specifying the base URI mapping for a JAX-RS application service.
JAX_RS_APPLICATION_SELECT - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
Service property specifying the target application for a JAX-RS resource or extension service.
JAX_RS_APPLICATION_SERVICE_PROPERTIES - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
The property key which can be used to find the application service properties inside an injected Configuration
JAX_RS_BUNDLE_ID - Static variable in interface org.osgi.service.jaxrs.runtime.JaxrsEndpoint
A service property providing the bundle id of the bundle which registered the whiteboard service.
JAX_RS_BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.service.jaxrs.runtime.JaxrsEndpoint
A service property providing the symbolic name of the bundle which registered the whiteboard service.
JAX_RS_BUNDLE_VERSION - Static variable in interface org.osgi.service.jaxrs.runtime.JaxrsEndpoint
A service property providing the bundle version of the bundle which registered the whiteboard service.
JAX_RS_DEFAULT_APPLICATION - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
The name of the default JAX-RS application in every Whiteboard instance.
JAX_RS_EXTENSION - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
Service property specifying that a JAX-RS resource should be processed by the whiteboard.
JAX_RS_EXTENSION_SELECT - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
A Service property specifying one or more target filters used to select the set of JAX-RS extension services required to support this whiteboard service.
JAX_RS_MEDIA_TYPE - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
A service property specifying that a JAX-RS extension service, JAX-RS application service, or JAX-RS Whiteboard implementation provides support for reading from and writing to a specific media type.
JAX_RS_NAME - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
Service property specifying the name of a JAX-RS whiteboard service.
JAX_RS_RESOURCE - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
Service property specifying that a JAX-RS resource should be processed by the whiteboard.
JAX_RS_SERVICE_ENDPOINT - Static variable in class org.osgi.service.jaxrs.runtime.JaxrsServiceRuntimeConstants
JAX-RS Runtime Service service property specifying the endpoints upon which the JAX-RS implementation is available.
JAX_RS_SERVICE_ID - Static variable in interface org.osgi.service.jaxrs.runtime.JaxrsEndpoint
A service property providing the service id of the whiteboard service.
JAX_RS_URI - Static variable in interface org.osgi.service.jaxrs.runtime.JaxrsEndpoint
A service property representing the URI(s) at which this resource or application is available.
JAX_RS_WHITEBOARD_IMPLEMENTATION - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
The name of the implementation capability for the JAX-RS Whiteboard specification
JAX_RS_WHITEBOARD_SPECIFICATION_VERSION - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
The version of the implementation capability for the JAX-RS Whiteboard specification
JAX_RS_WHITEBOARD_TARGET - Static variable in class org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants
Service property specifying the target filter to select the JAX-RS Whiteboard implementation to process the service.
JaxrsApplicationBase - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.application.base service property.
JaxrsApplicationSelect - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.application.select service property.
JaxrsEndpoint - Interface in org.osgi.service.jaxrs.runtime
A JaxrsEndpoint service represents a registered JAX-RS whiteboard resource or application.
JaxrsExtension - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.extension service property.
JaxrsExtensionSelect - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.extension.select service property.
JaxrsMediaType - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.media.type service property.
JaxrsName - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.name service property.
JaxrsResource - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.resource service property.
JaxrsServiceRuntime - Interface in org.osgi.service.jaxrs.runtime
The JaxrsServiceRuntime service represents the runtime information of a JAX-RS Whiteboard implementation.
JaxrsServiceRuntimeConstants - Class in org.osgi.service.jaxrs.runtime
Defines standard names for JAX-RS Runtime Service constants.
JaxrsWhiteboardConstants - Class in org.osgi.service.jaxrs.whiteboard
Defines standard constants for the JAX-RS Whiteboard services.
JaxrsWhiteboardTarget - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for the osgi.jaxrs.whiteboard.target service property.
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) or DataSourceFactory.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) or DataSourceFactory.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) or DataSourceFactory.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) or DataSourceFactory.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) or DataSourceFactory.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) or DataSourceFactory.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
JmxConstants - Class in org.osgi.jmx
Constants for OSGi JMX Specification.
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.
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 JPA EntityManager instances.
JPAEntityManagerProviderFactory - Interface in org.osgi.service.transaction.control.jpa
A factory for creating JPAEntityManagerProvider instances
JSONRequired - Annotation Type in org.osgi.service.jaxrs.whiteboard.propertytypes
Component Property Type for requiring JSON media type support using the JaxrsWhiteboardConstants.JAX_RS_MEDIA_TYPE service property.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
OSGi™ Enterprise
Release 7

Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0