org.apache.aries.blueprint.reflect
Class RegistrationListenerImpl

java.lang.Object
  extended by 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) $

Constructor Summary
RegistrationListenerImpl()
           
RegistrationListenerImpl(org.osgi.service.blueprint.reflect.RegistrationListener source)
           
RegistrationListenerImpl(org.osgi.service.blueprint.reflect.Target listenerComponent, String registrationMethod, String unregistrationMethod)
           
 
Method Summary
 org.osgi.service.blueprint.reflect.Target getListenerComponent()
           
 String getRegistrationMethod()
           
 String getUnregistrationMethod()
           
 void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)
           
 void setRegistrationMethod(String registrationMethod)
           
 void setUnregistrationMethod(String unregistrationMethod)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.