Errai 3.0.1-SNAPSHOT

org.jboss.errai.cdi.server
Class CDIServerUtil

java.lang.Object
  extended by org.jboss.errai.cdi.server.CDIServerUtil

public class CDIServerUtil
extends Object

Author:
Heiko Braun , Mike Brock

Constructor Summary
CDIServerUtil()
           
 
Method Summary
static QueueSession getSession(Message message)
           
static
<T> T
lookupBean(javax.enterprise.inject.spi.BeanManager beanManager, Class<T> serviceType, Annotation... annotations)
           
static
<T> T
lookupRPCBean(javax.enterprise.inject.spi.BeanManager beanManager, Class beanClass, Annotation[] annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIServerUtil

public CDIServerUtil()
Method Detail

lookupBean

public static <T> T lookupBean(javax.enterprise.inject.spi.BeanManager beanManager,
                               Class<T> serviceType,
                               Annotation... annotations)

getSession

public static QueueSession getSession(Message message)

lookupRPCBean

public static <T> T lookupRPCBean(javax.enterprise.inject.spi.BeanManager beanManager,
                                  Class beanClass,
                                  Annotation[] annotations)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.