|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.osgi.dto.DTO org.osgi.framework.dto.FrameworkDTO
public class FrameworkDTO
Data Transfer Object for a Framework.
The System Bundle can be adapted to provide a FrameworkDTO
for the
framework of the system bundle. A FrameworkDTO
obtained from a
framework will contain only the launch properties of the framework. These
properties will not include the System properties.
Field Summary | |
---|---|
List<BundleDTO> |
bundles
The bundles that are installed in the framework. |
Map<String,Object> |
properties
The launch properties of the framework. |
List<ServiceReferenceDTO> |
services
The services that are registered in the framework. |
Constructor Summary | |
---|---|
FrameworkDTO()
|
Method Summary |
---|
Methods inherited from class org.osgi.dto.DTO |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public List<BundleDTO> bundles
BundleContext.getBundles()
public Map<String,Object> properties
BundleContext.getProperty(String)
public List<ServiceReferenceDTO> services
BundleContext.getServiceReferences(String, String)
Constructor Detail |
---|
public FrameworkDTO()
|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |