org.apache.aries.blueprint.testbundlea
Class BeanProcessorTest
java.lang.Object
org.apache.aries.blueprint.testbundlea.BeanProcessorTest
- All Implemented Interfaces:
- org.apache.aries.blueprint.BeanProcessor, org.apache.aries.blueprint.Processor
public class BeanProcessorTest
- extends Object
- implements org.apache.aries.blueprint.BeanProcessor
| Nested classes/interfaces inherited from interface org.apache.aries.blueprint.BeanProcessor |
org.apache.aries.blueprint.BeanProcessor.BeanCreator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanProcessorTest
public BeanProcessorTest()
beforeInit
public Object beforeInit(Object bean,
String beanName,
org.apache.aries.blueprint.BeanProcessor.BeanCreator beanCreator,
org.osgi.service.blueprint.reflect.BeanMetadata beanData)
- Specified by:
beforeInit in interface org.apache.aries.blueprint.BeanProcessor
afterInit
public Object afterInit(Object bean,
String beanName,
org.apache.aries.blueprint.BeanProcessor.BeanCreator beanCreator,
org.osgi.service.blueprint.reflect.BeanMetadata beanData)
- Specified by:
afterInit in interface org.apache.aries.blueprint.BeanProcessor
beforeDestroy
public void beforeDestroy(Object bean,
String beanName)
- Specified by:
beforeDestroy in interface org.apache.aries.blueprint.BeanProcessor
afterDestroy
public void afterDestroy(Object bean,
String beanName)
- Specified by:
afterDestroy in interface org.apache.aries.blueprint.BeanProcessor
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.