Class DiscoveryNamespace
- java.lang.Object
- 
- org.osgi.resource.Namespace
- 
- org.osgi.service.remoteserviceadmin.namespace.DiscoveryNamespace
 
 
- 
 public final class DiscoveryNamespace extends Namespace Remote Services Discovery Provider Capability and Requirement Namespace.This class defines the names for the attributes and directives for this namespace. 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCAPABILITY_PROTOCOLS_ATTRIBUTEThe capability attribute used to specify the discovery protocols supported by this discovery provider.static StringDISCOVERY_NAMESPACENamespace name for Remote Services discovery provider capabilities and requirements.- 
Fields inherited from class org.osgi.resource.NamespaceCAPABILITY_EFFECTIVE_DIRECTIVE, CAPABILITY_USES_DIRECTIVE, CARDINALITY_MULTIPLE, CARDINALITY_SINGLE, EFFECTIVE_ACTIVE, EFFECTIVE_RESOLVE, REQUIREMENT_CARDINALITY_DIRECTIVE, REQUIREMENT_EFFECTIVE_DIRECTIVE, REQUIREMENT_FILTER_DIRECTIVE, REQUIREMENT_RESOLUTION_DIRECTIVE, RESOLUTION_MANDATORY, RESOLUTION_OPTIONAL
 
- 
 
- 
- 
- 
Field Detail- 
DISCOVERY_NAMESPACEpublic static final String DISCOVERY_NAMESPACE Namespace name for Remote Services discovery provider capabilities and requirements.- See Also:
- Constant Field Values
 
 - 
CAPABILITY_PROTOCOLS_ATTRIBUTEpublic static final String CAPABILITY_PROTOCOLS_ATTRIBUTE The capability attribute used to specify the discovery protocols supported by this discovery provider. The value of this attribute must be of typeStringorList<String>.- See Also:
- Constant Field Values
 
 
- 
 
-