public interface XEnvironment
| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_IDENTITY_TYPES |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.resource.Wiring |
createWiring(XResource res,
List<org.osgi.resource.Wire> required,
List<org.osgi.resource.Wire> provided) |
List<org.osgi.resource.Capability> |
findProviders(org.osgi.resource.Requirement req) |
Collection<XResource> |
getResources(String... types) |
Map<org.osgi.resource.Resource,org.osgi.resource.Wiring> |
getWirings() |
void |
installResources(XResource... resources) |
Long |
nextResourceIdentifier(Long value,
String symbolicName) |
void |
uninstallResources(XResource... resources) |
Map<org.osgi.resource.Resource,org.osgi.resource.Wiring> |
updateWiring(Map<org.osgi.resource.Resource,List<org.osgi.resource.Wire>> delta) |
static final String[] ALL_IDENTITY_TYPES
void installResources(XResource... resources)
void uninstallResources(XResource... resources)
Collection<XResource> getResources(String... types)
List<org.osgi.resource.Capability> findProviders(org.osgi.resource.Requirement req)
Map<org.osgi.resource.Resource,org.osgi.resource.Wiring> updateWiring(Map<org.osgi.resource.Resource,List<org.osgi.resource.Wire>> delta)
org.osgi.resource.Wiring createWiring(XResource res, List<org.osgi.resource.Wire> required, List<org.osgi.resource.Wire> provided)
Map<org.osgi.resource.Resource,org.osgi.resource.Wiring> getWirings()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.