Package | Description |
---|---|
org.ovirt.engine.core.utils.ejb |
Modifier and Type | Field and Description |
---|---|
protected HashMap<BeanType,String> |
EJBUtilsStrategy.beanTypeToJNDINameMap |
Modifier and Type | Method and Description |
---|---|
static BeanType |
BeanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanType[] |
BeanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EJBUtilsStrategy.addBeanJNDIName(BeanType aEnumValue,
String aJNDIName) |
static <T> T |
EjbUtils.findBean(BeanType aBeanEnumValue,
BeanProxyType aType)
looks up a bean
|
<T> T |
EJBUtilsStrategy.findBean(BeanType beanType,
BeanProxyType proxyType)
Finds a bean according to the bean type and proxy type
|
protected String |
EJBUtilsStrategy.getBeanJNDIName(BeanType aEnumValue) |
protected abstract String |
EJBUtilsStrategy.getBeanSuffix(BeanType beanType,
BeanProxyType proxyType) |
protected String |
EngineEJBUtilsStrategy.getBeanSuffix(BeanType beanType,
BeanProxyType proxyType) |
protected String |
JBossEmbeddedEJBUtilsStrategy.getBeanSuffix(BeanType beanType,
BeanProxyType proxyType) |
Copyright © 2012. All Rights Reserved.