|
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.BundleDTO
public class BundleDTO
Data Transfer Object for a Bundle.
A Bundle can be adapted to provide a BundleDTO
for the Bundle.
Field Summary | |
---|---|
long |
id
The bundle's unique identifier. |
long |
lastModified
The time when the bundle was last modified. |
int |
state
The bundle's state. |
String |
symbolicName
The bundle's symbolic name. |
String |
version
The bundle's version. |
Constructor Summary | |
---|---|
BundleDTO()
|
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 long id
Bundle.getBundleId()
public long lastModified
Bundle.getLastModified()
public int state
Bundle.getState()
public String symbolicName
Bundle.getSymbolicName()
public String version
Bundle.getVersion()
Constructor Detail |
---|
public BundleDTO()
|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |