|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Reference
Optional Element Summary | |
---|---|
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |