/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
H A D | Addressing.java | 53 private boolean required; field in class:Addressing 63 required = other.required; 72 this.required = req; 85 return required; 88 public void setRequired(boolean required) { argument 89 this.required = required; 106 " required = ").append(required) [all...] |
H A D | EjbIORConfigurationDescriptor.java | 71 private boolean required = false; field in class:EjbIORConfigurationDescriptor 80 if (Boolean.getBoolean("interop.ssl.required")) { 88 required = true; 100 required = true; 107 * @return the value (one of supported, required, none). 115 * @param the value (one of supported, required, none). 129 * @return the value (one of supported, required, none). 137 * @param the value (one of supported, required, none). 151 * @return the value (required, supported, or none) 159 * @param the value (required, supporte [all...] |
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/gadget/ |
H A D | GadgetUserPref.java | 71 @Attribute(value="name", required=true, key=true) 88 @Attribute(value="display_name", required=false) 106 @Attribute(value="urlparam", required=false) 126 @Attribute(value="datatype", required=false) 134 * <p> Getter for the required property.</p> 137 return this.required; 141 * <p> Boolean property indicating if the preference is required. The 144 @Attribute(value="required", required=false, dataType=Boolean.class, defaultValue="false") 145 void setRequired(boolean required) { argument 149 private boolean required; field in class:GadgetUserPref [all...] |
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/ |
H A D | AMXConfigHelper.java | 188 * return true if the Attribute may not be null (is required) 197 * Return whether the attribute is required. This can be implied by several 202 public Boolean required(final String attrName) { method in class:AMXConfigHelper
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ |
H A D | ListCommandDescriptorsCommand.java | 236 required = !p.optional(); 245 " required=" + required + 252 private boolean required; field in class:ListCommandDescriptorsCommand.Option
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/ |
H A D | Extension.java | 52 * Unless required by applicable law or agreed to in writing, software 73 * and return an array of either available or required optional modules 94 * The name of the optional package being made available, or required. 210 * fulfilled is true if all the required extension dependencies have been 227 * (which represents an optional package required by this application) 232 * @param required Extension of the required optional package 234 public boolean isCompatibleWith(Extension required) { argument 239 if (!extensionName.equals(required.getExtensionName())) 242 // Available specification version must be >= required [all...] |
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jauth/ |
H A D | AuthPolicy.java | 141 * @param required boolean value. When true authentication of the source of 142 * the message content is required. When false, content authentication 143 * will not be required and if authentication of the message sender is 144 * required it will remain so. 146 public void setContentAuth(boolean required) { argument 147 if (required) { 158 * @param required boolean value. When true authentication of the message 159 * sender is required. When false, sender authentication will not be 160 * required and if authentication of the message content is required 163 setSenderAuth(boolean required) argument 172 setRecipientAuth(boolean required, boolean beforeContent) argument [all...] |
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
H A D | ConfigBeanJMXSupport.java | 112 * Helps generate required JMX artifacts (MBeanInfo, etc) from a ConfigBean interface, as well 661 d.setField(DESC_REQUIRED, a.required()); 676 d.setField(DESC_REQUIRED, e.required()); 729 if (info.required()) 737 if (info.required()) 922 public abstract boolean required(); method in class:ConfigBeanJMXSupport.MethodInfo 990 public boolean required() method in class:ConfigBeanJMXSupport.ElementMethodInfo 992 return mElement.required(); 1132 public boolean required() method in class:ConfigBeanJMXSupport.AttributeMethodInfo 1134 return mAttribute.required(); [all...] |
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/ |
H A D | jdbc30.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ... |
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/ |
H A D | jdbc40.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ... |