public class ExtraJCacheExtension extends Object implements javax.enterprise.inject.spi.Extension
Constructor and Description |
---|
ExtraJCacheExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addJCacheBeans(javax.enterprise.inject.spi.AfterBeanDiscovery afterBeanDiscovery) |
void |
destroyIfCreated(javax.enterprise.inject.spi.BeforeShutdown beforeShutdown) |
<A> void |
processBean(javax.enterprise.inject.spi.ProcessBean<A> processBeanEvent) |
public <A> void processBean(@Observes javax.enterprise.inject.spi.ProcessBean<A> processBeanEvent)
public void addJCacheBeans(@Observes javax.enterprise.inject.spi.AfterBeanDiscovery afterBeanDiscovery)
public void destroyIfCreated(@Observes javax.enterprise.inject.spi.BeforeShutdown beforeShutdown)
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.