org.apache.aries.blueprint.testbundleb
Class BeanForBeanProcessorTest

java.lang.Object
  extended by org.apache.aries.blueprint.testbundleb.BeanForBeanProcessorTest
All Implemented Interfaces:
ProcessableBean

public class BeanForBeanProcessorTest
extends java.lang.Object
implements ProcessableBean


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.aries.blueprint.testbundlea.ProcessableBean
ProcessableBean.Phase
 
Constructor Summary
BeanForBeanProcessorTest()
           
 
Method Summary
 java.util.List<BeanProcessor> getProcessedBy()
           
 java.util.List<BeanProcessor> getProcessedBy(ProcessableBean.Phase p)
           
 void processAfterDestroy(BeanProcessor bp)
           
 void processAfterInit(BeanProcessor bp)
           
 void processBeforeDestroy(BeanProcessor bp)
           
 void processBeforeInit(BeanProcessor bp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanForBeanProcessorTest

public BeanForBeanProcessorTest()
Method Detail

getProcessedBy

public java.util.List<BeanProcessor> getProcessedBy()
Specified by:
getProcessedBy in interface ProcessableBean

getProcessedBy

public java.util.List<BeanProcessor> getProcessedBy(ProcessableBean.Phase p)
Specified by:
getProcessedBy in interface ProcessableBean

processAfterDestroy

public void processAfterDestroy(BeanProcessor bp)
Specified by:
processAfterDestroy in interface ProcessableBean

processAfterInit

public void processAfterInit(BeanProcessor bp)
Specified by:
processAfterInit in interface ProcessableBean

processBeforeDestroy

public void processBeforeDestroy(BeanProcessor bp)
Specified by:
processBeforeDestroy in interface ProcessableBean

processBeforeInit

public void processBeforeInit(BeanProcessor bp)
Specified by:
processBeforeInit in interface ProcessableBean


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