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$, $Date$

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
 org.osgi.framework.BundleContext getBundleContext()
           
 int getProxyMethod()
           
 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

Class getRuntimeInterface()

getBundleContext

org.osgi.framework.BundleContext getBundleContext()


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