Uses of Interface
org.jboss.weld.serialization.spi.BeanIdentifier
-
Packages that use BeanIdentifier Package Description org.jboss.weld.manager.api org.jboss.weld.serialization.spi -
-
Uses of BeanIdentifier in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api with parameters of type BeanIdentifier Modifier and Type Method Description javax.enterprise.inject.spi.Bean<?>WeldManager. getPassivationCapableBean(BeanIdentifier identifier) -
Uses of BeanIdentifier in org.jboss.weld.serialization.spi
Methods in org.jboss.weld.serialization.spi that return BeanIdentifier Modifier and Type Method Description BeanIdentifierContextualStore. putIfAbsent(javax.enterprise.context.spi.Contextual<?> contextual)Add a contextual (if not already present) to the store, and return it's id.Methods in org.jboss.weld.serialization.spi with parameters of type BeanIdentifier Modifier and Type Method Description <C extends javax.enterprise.context.spi.Contextual<I>,I>
CContextualStore. getContextual(BeanIdentifier identifier)
-