public interface GraviaConstants
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
ENVIRONMENT_SERVICE_NAME
The name for the
Environment service |
static org.jboss.msc.service.ServiceName |
GRAVIA_BASE_NAME
The base name for all gravia services
|
static org.jboss.msc.service.ServiceName |
GRAVIA_SUBSYSTEM_SERVICE_NAME
The name for the gravia subsystem service
|
static org.jboss.msc.service.ServiceName |
MODULE_CONTEXT_SERVICE_NAME
The name for the
ModuleContext service |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.runtime.Module> |
MODULE_KEY
The
Module attachment key |
static org.jboss.msc.service.ServiceName |
PROVISIONER_SERVICE_NAME
The name for the
Provisioner service |
static String |
REPOSITORY_CONTENT_FILE_NAME |
static String |
REPOSITORY_CONTENT_FILE_SUFFIX
The deployment names for repository content deployments
|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.repository.Repository> |
REPOSITORY_KEY
The
Repository attachment key |
static org.jboss.msc.service.ServiceName |
REPOSITORY_SERVICE_NAME
The name for the
Repository service |
static org.jboss.msc.service.ServiceName |
RESOLVER_SERVICE_NAME
The name for the
Resolver service |
static org.jboss.msc.service.ServiceName |
RESOURCE_INSTALLER_SERVICE_NAME
The name for the
ResourceInstaller service |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.resource.Resource> |
RESOURCE_KEY
The
Resource attachment key |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.runtime.Runtime> |
RUNTIME_KEY
The
Runtime attachment key |
static org.jboss.msc.service.ServiceName |
RUNTIME_SERVICE_NAME
The name for the
Runtime service |
static final org.jboss.msc.service.ServiceName GRAVIA_BASE_NAME
static final org.jboss.msc.service.ServiceName GRAVIA_SUBSYSTEM_SERVICE_NAME
static final org.jboss.msc.service.ServiceName ENVIRONMENT_SERVICE_NAME
Environment servicestatic final org.jboss.msc.service.ServiceName MODULE_CONTEXT_SERVICE_NAME
ModuleContext servicestatic final org.jboss.msc.service.ServiceName PROVISIONER_SERVICE_NAME
Provisioner servicestatic final org.jboss.msc.service.ServiceName REPOSITORY_SERVICE_NAME
Repository servicestatic final org.jboss.msc.service.ServiceName RESOLVER_SERVICE_NAME
Resolver servicestatic final org.jboss.msc.service.ServiceName RESOURCE_INSTALLER_SERVICE_NAME
ResourceInstaller servicestatic final org.jboss.msc.service.ServiceName RUNTIME_SERVICE_NAME
Runtime servicestatic final String REPOSITORY_CONTENT_FILE_SUFFIX
static final String REPOSITORY_CONTENT_FILE_NAME
static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.repository.Repository> REPOSITORY_KEY
Repository attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.runtime.Runtime> RUNTIME_KEY
Runtime attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.resource.Resource> RESOURCE_KEY
Resource attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.gravia.runtime.Module> MODULE_KEY
Module attachment keyCopyright © 2014 JBoss by Red Hat. All Rights Reserved.