|
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.wiring.dto.BundleWiringDTO
public class BundleWiringDTO
Data Transfer Object for a BundleWiring graph.
An installed Bundle can be adapted to provide a BundleWiringDTO
for
the current wiring Bundle. BundleWiringDTO
objects for all in use
wirings of the Bundle can be obtained by adapting the bundle to
BundleWiringDTO[]
.
Nested Class Summary | |
---|---|
static class |
BundleWiringDTO.NodeDTO
Data Transfer Object for a BundleWiring node. |
Field Summary | |
---|---|
long |
bundle
The id of the bundle associated with the bundle wiring graph. |
Set<BundleWiringDTO.NodeDTO> |
nodes
The set of wiring nodes referenced by the wiring graph. |
Set<BundleRevisionDTO> |
resources
The set of resources referenced by the wiring graph. |
int |
root
The identifier of the root wiring node of the bundle wiring graph. |
Constructor Summary | |
---|---|
BundleWiringDTO()
|
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 bundle
BundleReference.getBundle()
public int root
WiringDTO.id
public Set<BundleWiringDTO.NodeDTO> nodes
All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.
public Set<BundleRevisionDTO> resources
All resources referenced by resource identifiers in the wiring graph are contained in this set.
Constructor Detail |
---|
public BundleWiringDTO()
|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |