|
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.CapabilityDTO
public class CapabilityDTO
Data Transfer Object for a Capability.
| Field Summary | |
|---|---|
Map<String,Object> |
attributes
The attributes for the capability. |
Map<String,String> |
directives
The directives for the capability. |
int |
id
The unique identifier of the capability. |
String |
namespace
The namespace for the capability. |
int |
resource
The identifier of the resource declaring the capability. |
| Constructor Summary | |
|---|---|
CapabilityDTO()
|
|
| 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 int id
This identifier is transiently assigned and may vary across restarts.
public String namespace
Capability.getNamespace()public Map<String,String> directives
Capability.getDirectives()public Map<String,Object> attributes
The value type must be a numerical type, Boolean, String, DTO or an array of any of the former.
Capability.getAttributes()public int resource
ResourceDTO.id,
Capability.getResource()| Constructor Detail |
|---|
public CapabilityDTO()
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||