org.apache.aries.blueprint
Interface ExtendedServiceReferenceMetadata

All Superinterfaces:
ComponentMetadata, Metadata, NonNullMetadata, ServiceReferenceMetadata
All Known Subinterfaces:
ExtendedReferenceListMetadata, MutableReferenceListMetadata, MutableReferenceMetadata, MutableServiceReferenceMetadata
All Known Implementing Classes:
ReferenceListMetadataImpl, ReferenceMetadataImpl, ServiceReferenceMetadataImpl

public interface ExtendedServiceReferenceMetadata
extends ServiceReferenceMetadata

TODO: javadoc

Version:
$Rev: 950985 $, $Date: 2010-06-03 14:19:22 +0100 (Thu, 03 Jun 2010) $

Field Summary
static int PROXY_METHOD_CLASSES
           
static int 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
 int getProxyMethod()
           
 java.lang.Class 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_DEFAULT

static final int PROXY_METHOD_DEFAULT
See Also:
Constant Field Values

PROXY_METHOD_CLASSES

static final int PROXY_METHOD_CLASSES
See Also:
Constant Field Values
Method Detail

getProxyMethod

int getProxyMethod()

getRuntimeInterface

java.lang.Class getRuntimeInterface()


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