public interface OSGiConstants
| Modifier and Type | Interface and Description |
|---|---|
static class |
OSGiConstants.DeploymentType
The OSGi deployment type
|
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.spi.BundleInfo> |
BUNDLE_INFO_KEY
Attachment key for the
BundleInfo when an OSGi bundle deployment is detected. |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.framework.spi.BundleManager> |
BUNDLE_MANAGER_KEY
Attachment key for the
BundleManager. |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.resolver.XBundleRevision> |
BUNDLE_REVISION_KEY
Attachment key for the installed
XBundleRevision. |
static org.jboss.as.server.deployment.AttachmentKey<Boolean> |
DEFERRED_ACTIVATION_FAILED
Attachment key set when deferred activation failed
|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.deployment.deployer.Deployment> |
DEPLOYMENT_KEY
Attachment key for a bundle deployment.
|
static org.jboss.as.server.deployment.AttachmentKey<OSGiConstants.DeploymentType> |
DEPLOYMENT_TYPE_KEY
Attachment key for a bundle deployment.
|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.resolver.XEnvironment> |
ENVIRONMENT_KEY
Attachment key for the
XEnvironment. |
static org.jboss.msc.service.ServiceName |
ENVIRONMENT_SERVICE_NAME
The
XEnvironment service |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.metadata.OSGiMetaData> |
OSGI_METADATA_KEY
Attachment key for
OSGiMetaData |
static org.jboss.msc.service.ServiceName |
PROVISIONER_SERVICE_NAME
The
XResourceProvisioner service |
static org.jboss.msc.service.ServiceName |
REPOSITORY_SERVICE_NAME
The
XRepository service |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.resolver.XResolver> |
RESOLVER_KEY
Attachment key for the
XResolver. |
static org.jboss.msc.service.ServiceName |
RESOLVER_SERVICE_NAME
The
XResolver service |
static org.jboss.msc.service.ServiceName |
SERVICE_BASE_NAME
Service base name for all OSGi subsystem services.
|
static org.jboss.msc.service.ServiceName |
SUBSYSTEM_STATE_SERVICE_NAME
The
SubsystemState service |
static org.jboss.as.server.deployment.AttachmentKey<org.osgi.framework.BundleContext> |
SYSTEM_CONTEXT_KEY
Attachment key for the OSGi system context.
|
static final org.jboss.msc.service.ServiceName SERVICE_BASE_NAME
static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.spi.BundleInfo> BUNDLE_INFO_KEY
BundleInfo when an OSGi bundle deployment is detected.static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.resolver.XBundleRevision> BUNDLE_REVISION_KEY
XBundleRevision.static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.framework.spi.BundleManager> BUNDLE_MANAGER_KEY
BundleManager.static final org.jboss.as.server.deployment.AttachmentKey<Boolean> DEFERRED_ACTIVATION_FAILED
static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.deployment.deployer.Deployment> DEPLOYMENT_KEY
static final org.jboss.as.server.deployment.AttachmentKey<OSGiConstants.DeploymentType> DEPLOYMENT_TYPE_KEY
static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.resolver.XEnvironment> ENVIRONMENT_KEY
XEnvironment.static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.metadata.OSGiMetaData> OSGI_METADATA_KEY
OSGiMetaDatastatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.osgi.resolver.XResolver> RESOLVER_KEY
XResolver.static final org.jboss.as.server.deployment.AttachmentKey<org.osgi.framework.BundleContext> SYSTEM_CONTEXT_KEY
static final org.jboss.msc.service.ServiceName ENVIRONMENT_SERVICE_NAME
XEnvironment servicestatic final org.jboss.msc.service.ServiceName PROVISIONER_SERVICE_NAME
XResourceProvisioner servicestatic final org.jboss.msc.service.ServiceName RESOLVER_SERVICE_NAME
XResolver servicestatic final org.jboss.msc.service.ServiceName REPOSITORY_SERVICE_NAME
XRepository servicestatic final org.jboss.msc.service.ServiceName SUBSYSTEM_STATE_SERVICE_NAME
SubsystemState serviceCopyright © 2016 JBoss by Red Hat. All rights reserved.