Searched defs:DESCRIPTION (Results 1 - 25 of 26) sorted by relevance

12

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DResourceRef.java92 public static final String DESCRIPTION = "description"; field in class:ResourceRef
136 refAddr = new StringRefAddr(DESCRIPTION, description);
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/impl/
H A DTimeStatsMillisImpl.java64 private String DESCRIPTION = "TimeStatistic Milli Seconds"; field in class:TimeStatsMillisImpl
89 return this.DESCRIPTION;
H A DTimeStatsNanosImpl.java62 private String DESCRIPTION = "TimeStatistic Nano"; field in class:TimeStatsNanosImpl
90 return this.DESCRIPTION;
H A DAverageImpl.java84 private String DESCRIPTION = "Average RangeStatistic"; field in class:AverageImpl
171 return this.DESCRIPTION;
H A DCounterImpl.java73 private String DESCRIPTION = "Counter CountStatistic"; field in class:CounterImpl
137 return this.DESCRIPTION;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/runtime/connector/
H A DRoleMap.java61 static public final String DESCRIPTION = "Description"; // NOI18N field in class:RoleMap
H A DResourceAdapter.java61 static public final String DESCRIPTION = "Description"; // NOI18N field in class:ResourceAdapter
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/xml/
H A DPersistenceTagNames.java51 public static String DESCRIPTION = "description"; field in interface:PersistenceTagNames
H A DTagNames.java53 public static final String DESCRIPTION = "description"; field in interface:TagNames
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/beans/
H A DProperty.java57 static public final String DESCRIPTION = "Description"; // NOI18N field in class:Property
67 DESCRIPTION,
99 this.setValue(DESCRIPTION, value);
104 return (String) this.getValue(DESCRIPTION);
145 this.dumpAttributes(DESCRIPTION, 0, str, indent);
/glassfish-3.1.2/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/
H A DAdminObjectManager.java97 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:AdminObjectManager
223 description = (String) attributes.get(DESCRIPTION);
H A DConnectorResourceManager.java78 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:ConnectorResourceManager
204 description = (String) attributes.get(DESCRIPTION);
H A DCustomResourceManager.java77 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:CustomResourceManager
165 description = (String) attributes.get(DESCRIPTION);
H A DJavaMailResourceManager.java73 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:JavaMailResourceManager
216 description = (String) attributes.get(DESCRIPTION);
H A DJndiResourceManager.java74 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:JndiResourceManager
171 description = (String) attributes.get(DESCRIPTION);
H A DConnectorConnectionPoolManager.java91 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:ConnectorConnectionPoolManager
296 description = (String) attrList.get(DESCRIPTION);
H A DCLIConstants.java55 String DESCRIPTION = "description"; field in interface:CLIConstants
/glassfish-3.1.2/tests/community/persistence/servlet-jpa-app/sql/
H A Dcreate_derby.sql2 CREATE TABLE CMP3_ITEM(ITEM_ID INTEGER PRIMARY KEY NOT NULL,ITEM_VERSION INTEGER, DESCRIPTION VARCHAR(255),NAME VARCHAR(255));
/glassfish-3.1.2/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/
H A DJDBCResourceManager.java81 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:JDBCResourceManager
160 description = (String) attributes.get(DESCRIPTION);
H A DJDBCConnectionPoolManager.java71 private static final String DESCRIPTION = ServerTags.DESCRIPTION; field in class:JDBCConnectionPoolManager
307 description = (String) attrList.get(DESCRIPTION);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/
H A DDataSourceSpec.java61 public static final int DESCRIPTION = 8; field in class:DataSourceSpec
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/
H A DRegStoreFileParser.java80 private static final String DESCRIPTION = "description"; field in class:RegStoreFileParser
319 out.println(INDENT[i] + DESCRIPTION +
435 } else if (line.startsWith(DESCRIPTION)) {
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDFDeploymentProperties.java164 return getProperty(DESCRIPTION, "");
169 setProperty(DESCRIPTION, description);
301 public static final String DESCRIPTION = "description"; field in class:DFDeploymentProperties
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/web/
H A DConstants.java80 public static final String DESCRIPTION = "description"; field in class:Constants
186 public static final String TagLib12_DESCRIPTION = DESCRIPTION;
203 public static final String Tag12_DESCRIPTION = DESCRIPTION;
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DDeploymentProperties.java265 return getProperty(DESCRIPTION, "");
270 setProperty(DESCRIPTION, description);
428 keyMap.put(DESCRIPTION, DEPLOY_OPTION_DESCRIPTION_KEY);
429 keyMap.put(DEPLOY_OPTION_DESCRIPTION_KEY, DESCRIPTION);
465 public static final String DESCRIPTION = "description"; field in class:DeploymentProperties

Completed in 791 milliseconds

12