org.jboss.errai.cdi.server
Class QueueSessionBeanStore

java.lang.Object
  extended by org.jboss.weld.context.beanstore.AttributeBeanStore
      extended by org.jboss.errai.cdi.server.QueueSessionBeanStore
All Implemented Interfaces:
Iterable<String>, org.jboss.weld.context.beanstore.BeanStore, org.jboss.weld.context.beanstore.BoundBeanStore

public class QueueSessionBeanStore
extends org.jboss.weld.context.beanstore.AttributeBeanStore

Author:
Mike Brock .

Constructor Summary
QueueSessionBeanStore(org.jboss.weld.context.beanstore.NamingScheme namingScheme, org.jboss.errai.bus.server.util.SessionContext ctx)
           
 
Method Summary
protected  Object getAttribute(String prefixedId)
           
protected  Collection<String> getAttributeNames()
           
protected  void removeAttribute(String prefixedId)
           
protected  void setAttribute(String prefixedId, Object instance)
           
 
Methods inherited from class org.jboss.weld.context.beanstore.AttributeBeanStore
attach, clear, contains, detach, get, getNamingScheme, getPrefixedAttributeNames, isAttached, iterator, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueSessionBeanStore

public QueueSessionBeanStore(org.jboss.weld.context.beanstore.NamingScheme namingScheme,
                             org.jboss.errai.bus.server.util.SessionContext ctx)
Method Detail

getAttribute

protected Object getAttribute(String prefixedId)
Specified by:
getAttribute in class org.jboss.weld.context.beanstore.AttributeBeanStore

removeAttribute

protected void removeAttribute(String prefixedId)
Specified by:
removeAttribute in class org.jboss.weld.context.beanstore.AttributeBeanStore

getAttributeNames

protected Collection<String> getAttributeNames()
Specified by:
getAttributeNames in class org.jboss.weld.context.beanstore.AttributeBeanStore

setAttribute

protected void setAttribute(String prefixedId,
                            Object instance)
Specified by:
setAttribute in class org.jboss.weld.context.beanstore.AttributeBeanStore


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