|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.osgi.dto.DTO
org.osgi.resource.dto.WiringDTO
org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
public static class BundleWiringDTO.NodeDTO
Data Transfer Object for a BundleWiring node.
The providedWires field must contain an
array of BundleWireDTOs. The requiredWires field must contain an array of BundleWireDTOs.
| Field Summary | |
|---|---|
boolean |
current
The current state of the bundle wiring. |
boolean |
inUse
The bundle wiring's in use setting indicates that the bundle wiring is in use. |
| Fields inherited from class org.osgi.resource.dto.WiringDTO |
|---|
capabilities, id, providedWires, requiredWires, requirements, resource |
| Constructor Summary | |
|---|---|
BundleWiringDTO.NodeDTO()
|
|
| 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 boolean inUse
BundleWiring.isInUse()public boolean current
BundleWiring.isCurrent()| Constructor Detail |
|---|
public BundleWiringDTO.NodeDTO()
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||