org.apache.felix.dm.test.bundle.annotation.aspectlifecycledynamicproxy
Class ServiceProviderAspect

java.lang.Object
  extended by org.apache.felix.dm.test.bundle.annotation.aspectlifecycledynamicproxy.ServiceProviderAspect
All Implemented Interfaces:
InvocationHandler

public class ServiceProviderAspect
extends Object
implements InvocationHandler


Field Summary
protected  boolean m_initCalled
           
protected  Sequencer m_sequencer
           
 
Constructor Summary
ServiceProviderAspect()
           
 
Method Summary
protected  void bind(Sequencer sequencer)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_initCalled

protected boolean m_initCalled

m_sequencer

protected Sequencer m_sequencer
Constructor Detail

ServiceProviderAspect

public ServiceProviderAspect()
Method Detail

bind

protected void bind(Sequencer sequencer)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.