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

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DJMXUtil.java454 @param propertyKey
460 final String propertyKey,
470 final String value = objectName.getKeyProperty(propertyKey);
458 findByProperty( final Set<ObjectName> objectNames, final String propertyKey, final String propertyValue) argument
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/constraint/
H A DConstraintNode.java60 public int hasProperty(int propertyKey) { argument
H A DConstraintOperation.java72 public int hasProperty(int propertyKey) { argument
75 if (propertyKey == PROP_ORDERBY) {

Completed in 79 milliseconds