org.apache.aries.blueprint
Interface ExtendedReferenceListMetadata

All Superinterfaces:
ComponentMetadata, ExtendedServiceReferenceMetadata, Metadata, NonNullMetadata, ReferenceListMetadata, ServiceReferenceMetadata
All Known Subinterfaces:
MutableReferenceListMetadata
All Known Implementing Classes:
ReferenceListMetadataImpl

public interface ExtendedReferenceListMetadata
extends ReferenceListMetadata, ExtendedServiceReferenceMetadata

TODO: javadoc

Version:
$Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Field Summary
static int PROXY_METHOD_GREEDY
           
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
USE_SERVICE_OBJECT, USE_SERVICE_REFERENCE
 
Fields inherited from interface org.apache.aries.blueprint.ExtendedServiceReferenceMetadata
PROXY_METHOD_CLASSES, PROXY_METHOD_DEFAULT
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
 
Method Summary
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
getMemberType
 
Methods inherited from interface org.apache.aries.blueprint.ExtendedServiceReferenceMetadata
getProxyMethod, getRuntimeInterface
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
 

Field Detail

PROXY_METHOD_GREEDY

static final int PROXY_METHOD_GREEDY
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.