org.apache.aries.blueprint.mutable
Interface MutableRegistrationListener

All Superinterfaces:
RegistrationListener
All Known Implementing Classes:
RegistrationListenerImpl

public interface MutableRegistrationListener
extends RegistrationListener

A mutable version of the RegistrationListener that allows modifications.

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

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

Method Detail

setListenerComponent

void setListenerComponent(Target listenerComponent)

setRegistrationMethod

void setRegistrationMethod(java.lang.String registrationMethodName)

setUnregistrationMethod

void setUnregistrationMethod(java.lang.String unregistrationMethodName)


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