org.jboss.errai.cdi.server
Class QueueSessionBeanStore
java.lang.Object
org.jboss.weld.context.beanstore.AttributeBeanStore
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)
|
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 |
QueueSessionBeanStore
public QueueSessionBeanStore(org.jboss.weld.context.beanstore.NamingScheme namingScheme,
org.jboss.errai.bus.server.util.SessionContext ctx)
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.