Forge - Addon Container 2.0.0.Alpha3

org.jboss.forge.container.services
Class LocalServiceInjectionPoint

java.lang.Object
  extended by org.jboss.forge.container.services.LocalServiceInjectionPoint
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionPoint

public class LocalServiceInjectionPoint
extends Object
implements javax.enterprise.inject.spi.InjectionPoint

Author:
Lincoln Baxter, III

Constructor Summary
LocalServiceInjectionPoint(javax.enterprise.inject.spi.InjectionPoint wrapped, Class<?> serviceType)
           
 
Method Summary
 javax.enterprise.inject.spi.Annotated getAnnotated()
           
 javax.enterprise.inject.spi.Bean<?> getBean()
           
 Member getMember()
           
 Set<Annotation> getQualifiers()
           
 Type getType()
           
 boolean isDelegate()
           
 boolean isTransient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServiceInjectionPoint

public LocalServiceInjectionPoint(javax.enterprise.inject.spi.InjectionPoint wrapped,
                                  Class<?> serviceType)
Method Detail

getType

public Type getType()
Specified by:
getType in interface javax.enterprise.inject.spi.InjectionPoint

getQualifiers

public Set<Annotation> getQualifiers()
Specified by:
getQualifiers in interface javax.enterprise.inject.spi.InjectionPoint

getBean

public javax.enterprise.inject.spi.Bean<?> getBean()
Specified by:
getBean in interface javax.enterprise.inject.spi.InjectionPoint

getMember

public Member getMember()
Specified by:
getMember in interface javax.enterprise.inject.spi.InjectionPoint

getAnnotated

public javax.enterprise.inject.spi.Annotated getAnnotated()
Specified by:
getAnnotated in interface javax.enterprise.inject.spi.InjectionPoint

isDelegate

public boolean isDelegate()
Specified by:
isDelegate in interface javax.enterprise.inject.spi.InjectionPoint

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.enterprise.inject.spi.InjectionPoint

Forge - Addon Container 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.