org.apache.aries.jmx.blueprint.codec
Class BPRegistrationListener

java.lang.Object
  extended by org.apache.aries.jmx.blueprint.codec.BPRegistrationListener
All Implemented Interfaces:
TransferObject

public class BPRegistrationListener
extends Object
implements TransferObject


Constructor Summary
BPRegistrationListener(CompositeData listener)
           
BPRegistrationListener(org.osgi.service.blueprint.reflect.RegistrationListener listener)
           
 
Method Summary
 CompositeData asCompositeData()
           
 BPTarget getListenerComponent()
           
 String getRegistrationMethod()
           
 String getUnregistrationMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPRegistrationListener

public BPRegistrationListener(CompositeData listener)

BPRegistrationListener

public BPRegistrationListener(org.osgi.service.blueprint.reflect.RegistrationListener listener)
Method Detail

asCompositeData

public CompositeData asCompositeData()
Specified by:
asCompositeData in interface TransferObject

getListenerComponent

public BPTarget getListenerComponent()

getRegistrationMethod

public String getRegistrationMethod()

getUnregistrationMethod

public String getUnregistrationMethod()


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