Package | Description |
---|---|
org.ovirt.engine.core.utils.ejb |
Modifier and Type | Field and Description |
---|---|
protected HashMap<ContainerManagedResourceType,String> |
EJBUtilsStrategy.resourceTypeToJNDINameMap |
Modifier and Type | Method and Description |
---|---|
static ContainerManagedResourceType |
ContainerManagedResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerManagedResourceType[] |
ContainerManagedResourceType.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.addResourceJNDIName(ContainerManagedResourceType aResourceEnumValue,
String aJNDIName) |
<T> T |
EJBUtilsStrategy.findResource(ContainerManagedResourceType resourceValue)
Finds a bean according to its JNDI name
|
static <T> T |
EjbUtils.findResource(ContainerManagedResourceType aResourceValue)
Finds a resource managed by the container (data source, transaction manager...)
|
protected String |
EJBUtilsStrategy.getResourceJNDIName(ContainerManagedResourceType aResourceEnumValue) |
Copyright © 2012. All Rights Reserved.