org.jboss.errai.cdi.server
Class QueueSessionContext
java.lang.Object
org.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractManagedContext
org.jboss.errai.cdi.server.QueueSessionContext
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context, org.jboss.weld.context.BoundContext<org.jboss.errai.bus.client.api.Message>, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.SessionContext
public class QueueSessionContext
- extends org.jboss.weld.context.AbstractManagedContext
- implements org.jboss.weld.context.SessionContext, org.jboss.weld.context.BoundContext<org.jboss.errai.bus.client.api.Message>
- Author:
- Mike Brock .
Methods inherited from class org.jboss.weld.context.AbstractManagedContext |
activate, cleanup, deactivate, invalidate, setActive |
Methods inherited from class org.jboss.weld.context.AbstractContext |
destroy, get, get, getContextual, getId, getServiceRegistry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.weld.context.ManagedContext |
activate, deactivate, invalidate |
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get |
QueueSessionContext
public QueueSessionContext()
associate
public boolean associate(org.jboss.errai.bus.client.api.Message storage)
- Specified by:
associate
in interface org.jboss.weld.context.BoundContext<org.jboss.errai.bus.client.api.Message>
dissociate
public boolean dissociate(org.jboss.errai.bus.client.api.Message storage)
- Specified by:
dissociate
in interface org.jboss.weld.context.BoundContext<org.jboss.errai.bus.client.api.Message>
getBeanStore
protected org.jboss.weld.context.beanstore.BeanStore getBeanStore()
- Specified by:
getBeanStore
in class org.jboss.weld.context.AbstractContext
getQueueSession
public org.jboss.errai.bus.server.api.QueueSession getQueueSession()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope
in interface javax.enterprise.context.spi.Context
isActive
public boolean isActive()
- Specified by:
isActive
in interface javax.enterprise.context.spi.Context
- Overrides:
isActive
in class org.jboss.weld.context.AbstractManagedContext
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.