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.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The bundle's unique identifier.long
The time when the bundle was last modified.int
The bundle's state.The bundle's symbolic name.The bundle's version. -
Constructor Summary
-
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()
-