| Package | Description |
|---|---|
| org.jboss.osgi.framework.internal | |
| org.jboss.osgi.framework.spi |
| Modifier and Type | Method and Description |
|---|---|
StorageState |
StorageManagerImpl.createStorageState(long bundleId,
String location,
Integer initialStartlevel,
org.jboss.osgi.vfs.VirtualFile rootFile) |
StorageState |
StorageManagerImpl.getStorageState(String location) |
| Modifier and Type | Method and Description |
|---|---|
Set<StorageState> |
StorageManagerImpl.getStorageStates() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.osgi.deployment.deployer.Deployment |
DeploymentProviderImpl.createDeployment(StorageState storageState) |
void |
StorageManagerImpl.deleteStorageState(StorageState storageState) |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.osgi.spi.AttachmentKey<StorageState> |
IntegrationConstants.STORAGE_STATE_KEY
The storage state attachment key
|
| Modifier and Type | Method and Description |
|---|---|
static StorageState |
StorageState.createStorageState(File storageDir) |
static StorageState |
StorageState.createStorageState(File storageDir,
org.jboss.osgi.vfs.VirtualFile rootFile,
Properties props) |
StorageState |
StorageManager.createStorageState(long bundleId,
String location,
Integer initialStartlevel,
org.jboss.osgi.vfs.VirtualFile rootFile) |
StorageState |
StorageManager.getStorageState(String location) |
| Modifier and Type | Method and Description |
|---|---|
Set<StorageState> |
StorageManager.getStorageStates() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.osgi.deployment.deployer.Deployment |
DeploymentProvider.createDeployment(StorageState storageState)
Create a
Deployment from the given bundle storage. |
void |
StorageManager.deleteStorageState(StorageState storageState) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.