|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.webbeans.ResinCdiProducer
@Singleton public class ResinCdiProducer
Resin CDI producer for the main singletons.
Constructor Summary | |
---|---|
ResinCdiProducer()
|
Method Summary | |
---|---|
CacheManager |
createCacheManager()
|
static java.lang.Class<?> |
createResinValidatorProducer()
Adds the bean validation producer to CDI. |
void |
destroy(ConversationContext conversation)
|
ConversationContext |
getConversation()
Returns the web beans conversation controller |
javax.management.MBeanServer |
getMBeanServer()
Returns the MBeanServer |
java.security.Principal |
getPrincipal()
Returns the ScheduledExecutorService |
java.util.concurrent.ScheduledExecutorService |
getScheduledExecutorService()
Returns the ScheduledExecutorService |
TransactionSynchronizationRegistry |
getSyncRegistry()
Returns the TransactionSynchronizationRegistry |
TransactionManager |
getTransactionManager()
Returns the TransactionManager |
UserTransaction |
getUserTransaction()
Returns the UserTransaction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResinCdiProducer()
Method Detail |
---|
@Produces @Named(value="javax.enterprise.context.conversation") @RequestScoped public ConversationContext getConversation()
public void destroy(@Disposes@Named(value="javax.enterprise.context.conversation") ConversationContext conversation)
@Produces public javax.management.MBeanServer getMBeanServer()
@Produces public TransactionManager getTransactionManager()
@Produces public UserTransaction getUserTransaction()
@Produces public TransactionSynchronizationRegistry getSyncRegistry()
@Produces @ContextDependent public java.util.concurrent.ScheduledExecutorService getScheduledExecutorService()
@Produces @ContextDependent public java.security.Principal getPrincipal()
public static java.lang.Class<?> createResinValidatorProducer()
@Singleton @Produces public CacheManager createCacheManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |