org.ow2.util.ee.metadata.common.api.enc
Interface IENCBinding<T>
- Type Parameters:
T - the given type
public interface IENCBinding<T>
JNDI Binding used in ENC for a given type (like persistence context, ejb, etc.).
- Author:
- Florent BENOIT
DEFAULT_NS_PREFIX
static final String DEFAULT_NS_PREFIX
- See Also:
- Constant Field Values
NS_JAVA_COMP_PREFIX
static final String NS_JAVA_COMP_PREFIX
- See Also:
- Constant Field Values
NS_JAVA_GLOBAL_PREFIX
static final String NS_JAVA_GLOBAL_PREFIX
- See Also:
- Constant Field Values
NS_JAVA_APP_PREFIX
static final String NS_JAVA_APP_PREFIX
- See Also:
- Constant Field Values
NS_JAVA_MODULE_PREFIX
static final String NS_JAVA_MODULE_PREFIX
- See Also:
- Constant Field Values
getName
String getName()
- Returns:
- the name used for the ENC.
getValue
T getValue()
- Returns:
- the object associated to the ENC name.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.