org.apache.aries.transaction.parsing
Class AnnotationParser
java.lang.Object
org.apache.aries.transaction.parsing.AnnotationParser
- All Implemented Interfaces:
- org.apache.aries.blueprint.BeanProcessor, org.apache.aries.blueprint.Processor
public class AnnotationParser
- 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 |
AnnotationParser
public AnnotationParser(org.apache.aries.blueprint.ComponentDefinitionRegistry cdr,
org.apache.aries.blueprint.Interceptor i,
TxComponentMetaDataHelper helper)
afterDestroy
public void afterDestroy(Object arg0,
String arg1)
- Specified by:
afterDestroy in interface org.apache.aries.blueprint.BeanProcessor
afterInit
public Object afterInit(Object arg0,
String arg1,
org.apache.aries.blueprint.BeanProcessor.BeanCreator arg2,
org.osgi.service.blueprint.reflect.BeanMetadata arg3)
- Specified by:
afterInit in interface org.apache.aries.blueprint.BeanProcessor
beforeDestroy
public void beforeDestroy(Object arg0,
String arg1)
- Specified by:
beforeDestroy in interface org.apache.aries.blueprint.BeanProcessor
beforeInit
public Object beforeInit(Object arg0,
String arg1,
org.apache.aries.blueprint.BeanProcessor.BeanCreator arg2,
org.osgi.service.blueprint.reflect.BeanMetadata arg3)
- Specified by:
beforeInit in interface org.apache.aries.blueprint.BeanProcessor
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.