public class CdiBeanInfo extends Object implements JndiConsumer
| Modifier and Type | Field and Description |
|---|---|
protected KeyedCollection<String,DataSource> |
dataSource |
protected KeyedCollection<String,EjbLocalRef> |
ejbLocalRef |
protected KeyedCollection<String,EjbRef> |
ejbRef |
protected KeyedCollection<String,EnvEntry> |
envEntry |
protected KeyedCollection<String,MessageDestinationRef> |
messageDestinationRef |
protected KeyedCollection<String,PersistenceContextRef> |
persistenceContextRef |
protected KeyedCollection<String,PersistenceUnitRef> |
persistenceUnitRef |
protected List<LifecycleCallback> |
postActivate |
protected List<LifecycleCallback> |
postConstruct |
protected List<LifecycleCallback> |
preDestroy |
protected List<LifecycleCallback> |
prePassivate |
protected KeyedCollection<String,ResourceEnvRef> |
resourceEnvRef |
protected KeyedCollection<String,ResourceRef> |
resourceRef |
protected SecurityIdentity |
securityIdentity |
protected List<SecurityRoleRef> |
securityRoleRef |
protected KeyedCollection<String,ServiceRef> |
serviceRef |
| Constructor and Description |
|---|
CdiBeanInfo() |
protected KeyedCollection<String,EnvEntry> envEntry
protected KeyedCollection<String,EjbRef> ejbRef
protected KeyedCollection<String,EjbLocalRef> ejbLocalRef
protected KeyedCollection<String,ServiceRef> serviceRef
protected KeyedCollection<String,ResourceRef> resourceRef
protected KeyedCollection<String,ResourceEnvRef> resourceEnvRef
protected KeyedCollection<String,MessageDestinationRef> messageDestinationRef
protected KeyedCollection<String,PersistenceContextRef> persistenceContextRef
protected KeyedCollection<String,PersistenceUnitRef> persistenceUnitRef
protected List<LifecycleCallback> postConstruct
protected List<LifecycleCallback> preDestroy
protected KeyedCollection<String,DataSource> dataSource
protected List<LifecycleCallback> postActivate
protected List<LifecycleCallback> prePassivate
protected List<SecurityRoleRef> securityRoleRef
protected SecurityIdentity securityIdentity
public String getBeanName()
public void setBeanName(String beanName)
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader classLoader)
public void setBeanClass(Class<?> beanClass)
public Collection<EnvEntry> getEnvEntry()
getEnvEntry in interface JndiConsumerpublic Map<String,EnvEntry> getEnvEntryMap()
getEnvEntryMap in interface JndiConsumerpublic Collection<EjbRef> getEjbRef()
getEjbRef in interface JndiConsumerpublic Map<String,EjbRef> getEjbRefMap()
getEjbRefMap in interface JndiConsumerpublic Collection<EjbLocalRef> getEjbLocalRef()
getEjbLocalRef in interface JndiConsumerpublic Map<String,EjbLocalRef> getEjbLocalRefMap()
getEjbLocalRefMap in interface JndiConsumerpublic Collection<ServiceRef> getServiceRef()
getServiceRef in interface JndiConsumerpublic Map<String,ServiceRef> getServiceRefMap()
getServiceRefMap in interface JndiConsumerpublic Collection<ResourceRef> getResourceRef()
getResourceRef in interface JndiConsumerpublic Map<String,ResourceRef> getResourceRefMap()
getResourceRefMap in interface JndiConsumerpublic Collection<ResourceEnvRef> getResourceEnvRef()
getResourceEnvRef in interface JndiConsumerpublic Map<String,ResourceEnvRef> getResourceEnvRefMap()
getResourceEnvRefMap in interface JndiConsumerpublic Collection<MessageDestinationRef> getMessageDestinationRef()
getMessageDestinationRef in interface JndiConsumerpublic Map<String,MessageDestinationRef> getMessageDestinationRefMap()
getMessageDestinationRefMap in interface JndiConsumerpublic Collection<PersistenceContextRef> getPersistenceContextRef()
getPersistenceContextRef in interface JndiConsumerpublic Map<String,PersistenceContextRef> getPersistenceContextRefMap()
getPersistenceContextRefMap in interface JndiConsumerpublic Collection<PersistenceUnitRef> getPersistenceUnitRef()
getPersistenceUnitRef in interface JndiConsumerpublic Map<String,PersistenceUnitRef> getPersistenceUnitRefMap()
getPersistenceUnitRefMap in interface JndiConsumerpublic List<LifecycleCallback> getPostConstruct()
public List<SecurityRoleRef> getSecurityRoleRef()
public SecurityIdentity getSecurityIdentity()
public void setSecurityIdentity(SecurityIdentity value)
public List<LifecycleCallback> getAfterBegin()
public List<LifecycleCallback> getAfterCompletion()
public List<LifecycleCallback> getBeforeCompletion()
public Collection<DataSource> getDataSource()
getDataSource in interface JndiConsumerpublic Map<String,DataSource> getDataSourceMap()
getDataSourceMap in interface JndiConsumerpublic String getJndiConsumerName()
getJndiConsumerName in interface JndiConsumerpublic Class<?> getBeanClass()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.