org.jboss.ejb3.mcint.annotationadaptor
Class AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService

java.lang.Object
  extended by org.jboss.ejb3.mcint.annotationadaptor.AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService

public class AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService
extends Object

AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService Service which, upon start, will install "addAnnotationPlugin" as a method callback for the Bean Annotation Adapter. This is to allow annotation plugins to be automatically registered upon their installation into MC

Version:
$Revision: $
Author:
ALR

Constructor Summary
AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService(org.jboss.kernel.Kernel kernel)
           
 
Method Summary
protected  org.jboss.kernel.Kernel getKernel()
           
protected  void setKernel(org.jboss.kernel.Kernel kernel)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService

public AddAnnotationPluginOnBeanAnnotationAdaptorCallbackService(org.jboss.kernel.Kernel kernel)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

getKernel

protected org.jboss.kernel.Kernel getKernel()

setKernel

protected void setKernel(org.jboss.kernel.Kernel kernel)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.