|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface ReferenceList
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 referencelist |
String |
memberType
the value of the memberType property. |
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. |
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 String memberType
public abstract String id
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |