org.apache.aries.blueprint.mutable
Interface MutableRegistrationListener

All Superinterfaces:
org.osgi.service.blueprint.reflect.RegistrationListener
All Known Implementing Classes:
RegistrationListenerImpl

public interface MutableRegistrationListener
extends org.osgi.service.blueprint.reflect.RegistrationListener

A mutable version of the RegistrationListener that allows modifications.

Version:
$Rev$, $Date$

Method Summary
 void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)
           
 void setRegistrationMethod(String registrationMethodName)
           
 void setUnregistrationMethod(String unregistrationMethodName)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.RegistrationListener
getListenerComponent, getRegistrationMethod, getUnregistrationMethod
 

Method Detail

setListenerComponent

void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)

setRegistrationMethod

void setRegistrationMethod(String registrationMethodName)

setUnregistrationMethod

void setUnregistrationMethod(String unregistrationMethodName)


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