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

Field Summary
 
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
 
Method Summary
 Deployment createDeployment(StorageState storageState)
           
 StorageState getByLocation(String location)
           
 Set<StorageState> getStorageStates()
           
 
Methods inherited from interface org.jboss.msc.service.Service
start, stop
 
Methods inherited from interface org.jboss.msc.value.Value
getValue
 

Method Detail

getStorageStates

Set<StorageState> getStorageStates()

getByLocation

StorageState getByLocation(String location)

createDeployment

Deployment createDeployment(StorageState storageState)
                            throws BundleException
Throws:
BundleException


Copyright © 2012. All Rights Reserved.