?? ReferenceMetadata
Metadata for a reference that will bind to a single matching service in the
service registry.
This is specified by the reference
element.
-
????
???????? org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
???????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
-
????
??????????long
Return the timeout for service invocations when a backing service is unavailable.???????? org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
???????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
-
??????
-
getTimeout
long getTimeout()Return the timeout for service invocations when a backing service is unavailable. This is specified by thetimeout
attribute of the reference.- ??:
- The timeout, in milliseconds, for service invocations when a backing service is unavailable.
-