org.apache.webbeans.resource.spi.se
Class StandaloneResourceInjectionService

java.lang.Object
  extended by org.apache.webbeans.resource.spi.se.StandaloneResourceInjectionService
All Implemented Interfaces:
ResourceInjectionService

public class StandaloneResourceInjectionService
extends Object
implements ResourceInjectionService


Constructor Summary
StandaloneResourceInjectionService()
           
 
Method Summary
 void clear()
           
<X,T extends Annotation>
X
getResourceReference(ResourceReference<X,T> resourceReference)
           
 void injectJavaEEResources(Object managedBeanInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneResourceInjectionService

public StandaloneResourceInjectionService()
Method Detail

getResourceReference

public <X,T extends Annotation> X getResourceReference(ResourceReference<X,T> resourceReference)
Specified by:
getResourceReference in interface ResourceInjectionService

injectJavaEEResources

public void injectJavaEEResources(Object managedBeanInstance)
                           throws Exception
Specified by:
injectJavaEEResources in interface ResourceInjectionService
Throws:
Exception

clear

public void clear()
Specified by:
clear in interface ResourceInjectionService


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