| java.lang.Object org.ow2.easybeans.deployment.enc.ENCBinding
ENCBinding | public class ENCBinding implements IBinding<T>(Code) | | JNDI Binding used in ENC for a given type (like persistence context, ejb,
etc.).
< Parameters: T - > the given type author: Florent BENOIT |
Constructor Summary | |
public | ENCBinding(String name, T value) Build the given ENC binding. |
ENCBinding | public ENCBinding(String name, T value)(Code) | | Build the given ENC binding.
Parameters: name - the given name. Parameters: value - the given value. |
getName | public String getName()(Code) | | the name used for the ENC. |
getValue | public T getValue()(Code) | | the object associated to the ENC name. |
|
|