Modifier and Type | Optional Element and Description |
---|---|
String |
availability
whether or not a matching service is required at all times.
|
String |
componentName
the
component-name attribute of the service reference. |
String |
description
the description property of the service reference
|
String |
filter
the filter expression that a matching service must match.
|
String |
id
the id for the reference
|
ReferenceListener[] |
referenceListeners
the reference listeners for the service reference, to receive bind and unbind events.
|
Class<?> |
serviceInterface
the interface type that a matching service must support.
|
int |
timeout
the timeout property.
|
public abstract String description
public abstract Class<?> serviceInterface
public abstract String filter
public abstract String componentName
component-name
attribute of the service reference.public abstract String availability
public abstract ReferenceListener[] referenceListeners
public abstract int timeout
definition.public abstract String id
Copyright © 2024. All rights reserved.