org.apache.aries.blueprint.reflect
Class RegistrationListenerImpl
java.lang.Object
org.apache.aries.blueprint.reflect.RegistrationListenerImpl
- All Implemented Interfaces:
- MutableRegistrationListener, org.osgi.service.blueprint.reflect.RegistrationListener
public class RegistrationListenerImpl
- extends Object
- implements MutableRegistrationListener
Implementation of RegistrationListener.
- Version:
- $Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
RegistrationListenerImpl
public RegistrationListenerImpl()
RegistrationListenerImpl
public RegistrationListenerImpl(org.osgi.service.blueprint.reflect.Target listenerComponent,
String registrationMethod,
String unregistrationMethod)
RegistrationListenerImpl
public RegistrationListenerImpl(org.osgi.service.blueprint.reflect.RegistrationListener source)
getListenerComponent
public org.osgi.service.blueprint.reflect.Target getListenerComponent()
- Specified by:
getListenerComponent
in interface org.osgi.service.blueprint.reflect.RegistrationListener
setListenerComponent
public void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)
- Specified by:
setListenerComponent
in interface MutableRegistrationListener
getRegistrationMethod
public String getRegistrationMethod()
- Specified by:
getRegistrationMethod
in interface org.osgi.service.blueprint.reflect.RegistrationListener
setRegistrationMethod
public void setRegistrationMethod(String registrationMethod)
- Specified by:
setRegistrationMethod
in interface MutableRegistrationListener
getUnregistrationMethod
public String getUnregistrationMethod()
- Specified by:
getUnregistrationMethod
in interface org.osgi.service.blueprint.reflect.RegistrationListener
setUnregistrationMethod
public void setUnregistrationMethod(String unregistrationMethod)
- Specified by:
setUnregistrationMethod
in interface MutableRegistrationListener
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.