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