org.jboss.osgi.framework
Interface StorageStateProvider
- All Superinterfaces:
- org.jboss.msc.service.Service<StorageStateProvider>, org.jboss.msc.value.Value<StorageStateProvider>
public interface StorageStateProvider
- extends org.jboss.msc.service.Service<StorageStateProvider>
A provider of StorageState
- Since:
- 12-Apr-2012
- Author:
- thomas.diesler@jboss.com
| Fields inherited from interface org.jboss.msc.service.Service |
NULL, NULL_VALUE |
| Methods inherited from interface org.jboss.msc.service.Service |
start, stop |
| Methods inherited from interface org.jboss.msc.value.Value |
getValue |
getStorageStates
Set<StorageState> getStorageStates()
getByLocation
StorageState getByLocation(String location)
createDeployment
Deployment createDeployment(StorageState storageState)
throws BundleException
- Throws:
BundleException
Copyright © 2012. All Rights Reserved.