org.apache.webbeans.ejb.plugin
Class OpenWebBeansEjbLCAPluginImpl

java.lang.Object
  extended by org.apache.webbeans.spi.plugins.AbstractOwbPlugin
      extended by org.apache.webbeans.ejb.plugin.OpenWebBeansEjbLCAPluginImpl
All Implemented Interfaces:
OpenWebBeansEjbLCAPlugin, OpenWebBeansPlugin

public class OpenWebBeansEjbLCAPluginImpl
extends AbstractOwbPlugin
implements OpenWebBeansEjbLCAPlugin

EJB Plugin for EJB related components.

Version:
$Rev$ $Date$

Constructor Summary
OpenWebBeansEjbLCAPluginImpl()
           
 
Method Summary
 Class<? extends Annotation> getAroundTimeoutClass()
           
 Class<? extends Annotation> getPostActivateClass()
           
 Class<? extends Annotation> getPrePassivateClass()
           
 
Methods inherited from class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
getSupportedService, isManagedBean, shutDown, startUp, supportService, supportsJavaEeComponentInjections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
getSupportedService, isManagedBean, shutDown, startUp, supportService, supportsJavaEeComponentInjections
 

Constructor Detail

OpenWebBeansEjbLCAPluginImpl

public OpenWebBeansEjbLCAPluginImpl()
Method Detail

getPrePassivateClass

public Class<? extends Annotation> getPrePassivateClass()
Specified by:
getPrePassivateClass in interface OpenWebBeansEjbLCAPlugin

getPostActivateClass

public Class<? extends Annotation> getPostActivateClass()
Specified by:
getPostActivateClass in interface OpenWebBeansEjbLCAPlugin

getAroundTimeoutClass

public Class<? extends Annotation> getAroundTimeoutClass()
Specified by:
getAroundTimeoutClass in interface OpenWebBeansEjbLCAPlugin


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