Package org.osgi.framework.dto
Class BundleDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.framework.dto.BundleDTO
Data Transfer Object for a Bundle.
 
 
 A Bundle can be adapted to provide a BundleDTO for the Bundle.
- Author:
 - $Id: BundleDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe bundle's unique identifier.longThe time when the bundle was last modified.intThe bundle's state.The bundle's symbolic name.The bundle's version. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
id
public long idThe bundle's unique identifier.- See Also:
 
 - 
lastModified
public long lastModifiedThe time when the bundle was last modified.- See Also:
 
 - 
state
public int stateThe bundle's state.- See Also:
 
 - 
symbolicName
The bundle's symbolic name.- See Also:
 
 - 
version
The bundle's version.- See Also:
 
 
 - 
 - 
Constructor Details
- 
BundleDTO
public BundleDTO() 
 -