Searched defs:EnvironmentProperty (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEnvironmentProperty.java56 ** The EnvironmentProperty class hold the data about a single environment entry for J2EE components.
60 public class EnvironmentProperty extends Descriptor implements InitializationParameter, ContextParameter, ApplicationParameter, WebDescriptor, EnvironmentEntry, InjectionCapable { class in inherits:Descriptor,InitializationParameter,ContextParameter,ApplicationParameter,WebDescriptor,EnvironmentEntry,InjectionCapable
90 new LocalStringManagerImpl(EnvironmentProperty.class);
100 public EnvironmentProperty(EnvironmentProperty other) { method in class:EnvironmentProperty
111 public EnvironmentProperty() { method in class:EnvironmentProperty
118 public EnvironmentProperty(String name, String value, String description) { method in class:EnvironmentProperty
128 public EnvironmentProperty(String name, String value, String description, String type) { method in class:EnvironmentProperty
325 if (other instanceof EnvironmentProperty &&
326 this.getName().equals( ((EnvironmentProperty) othe
[all...]

Completed in 8 milliseconds