org.apache.aries.blueprint
Interface ExtendedServiceReferenceMetadata

All Superinterfaces:
org.osgi.service.blueprint.reflect.ComponentMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
All Known Subinterfaces:
ExtendedReferenceListMetadata, MutableReferenceListMetadata, MutableReferenceMetadata, MutableServiceReferenceMetadata
All Known Implementing Classes:
ReferenceListMetadataImpl, ReferenceMetadataImpl, ServiceReferenceMetadataImpl

public interface ExtendedServiceReferenceMetadata
extends org.osgi.service.blueprint.reflect.ServiceReferenceMetadata

TODO: javadoc

Version:
$Rev: 1179099 $, $Date: 2011-10-05 09:26:48 +0100 (Wed, 05 Oct 2011) $

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.