| java.lang.Object org.apache.openejb.jee.EnvEntry
EnvEntry | public class EnvEntry implements JndiReference(Code) | | The env-entryType is used to declare an application's
environment entry. The declaration consists of an optional
description, the name of the environment entry, a type
(optional if the value is injected, otherwise required), and
an optional value.
It also includes optional elements to define injection of
the named resource into fields or JavaBeans properties.
If a value is not specified and injection is requested,
no injection will occur and no entry of the specified name
will be created. This allows an initial value to be
specified in the source code without being incorrectly
changed when no override has been specified.
If a value is not specified and no injection is requested,
a value must be supplied during deployment.
This type is used by env-entry elements.
|
EnvEntry | public EnvEntry()(Code) | | |
getEnvEntryType | public String getEnvEntryType()(Code) | | Gets the value of the envEntryType property.
|
setEnvEntryName | public void setEnvEntryName(String value)(Code) | | |
setEnvEntryType | public void setEnvEntryType(String value)(Code) | | |
setEnvEntryValue | public void setEnvEntryValue(String value)(Code) | | |
|
|