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

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DJmsDestinationReferenceDescriptor.java167 public void checkType() { method in class:JmsDestinationReferenceDescriptor
H A DEnvironmentProperty.java131 checkType(type);
169 private void checkType(String type) { method in class:EnvironmentProperty
239 checkType(type);
H A DResourceReferenceDescriptor.java502 public void checkType() { method in class:ResourceReferenceDescriptor
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/
H A DPathnameParser.java350 private static void checkType(final String type) method in class:PathnameParser
380 checkType(type);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DTypeTable.java261 public Type checkType(String name) method in class:TypeTable
297 public Type checkType(Class clazz) method in class:TypeTable
365 Type numberType = checkType("java.lang.Number"); //NOI18N
366 Type characterType = checkType("java.lang.Character"); //NOI18N
448 Type collectionType = checkType("java.util.Collection"); //NOI18N
459 Type mathType = checkType("java.lang.Math"); //NOI18N
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/
H A DMappingGenerator.java545 return checkType(jdbcType, numericMap);
554 return checkType(jdbcType, characterMap);
563 return checkType(jdbcType, blobMap);
572 return checkType(jdbcType, timeMap);
575 private static boolean checkType(int jdbcType, Map jdbcTypes) { method in class:MappingGenerator.SQLTypeUtil
/glassfish-3.1.2/admingui/common/src/main/resources/js/
H A Dadminjsf.js2030 checkType: function( typeId, alertMsg){

Completed in 327 milliseconds