org.apache.aries.transaction.parsing
Class AnnotationParser

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.apache.aries.blueprint.BeanProcessor
org.apache.aries.blueprint.BeanProcessor.BeanCreator
 
Constructor Summary
AnnotationParser(org.apache.aries.blueprint.ComponentDefinitionRegistry cdr, org.apache.aries.blueprint.Interceptor i, TxComponentMetaDataHelper helper)
           
 
Method Summary
 void afterDestroy(Object arg0, String arg1)
           
 Object afterInit(Object arg0, String arg1, org.apache.aries.blueprint.BeanProcessor.BeanCreator arg2, org.osgi.service.blueprint.reflect.BeanMetadata arg3)
           
 void beforeDestroy(Object arg0, String arg1)
           
 Object beforeInit(Object arg0, String arg1, org.apache.aries.blueprint.BeanProcessor.BeanCreator arg2, org.osgi.service.blueprint.reflect.BeanMetadata arg3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParser

public AnnotationParser(org.apache.aries.blueprint.ComponentDefinitionRegistry cdr,
                        org.apache.aries.blueprint.Interceptor i,
                        TxComponentMetaDataHelper helper)
Method Detail

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.