Searched defs:getMappedName (Results 1 - 5 of 5) sorted by relevance
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ | ||
H A D | MessageDestinationDescriptor.java | 142 public String getMappedName() { method in class:MessageDestinationDescriptor |
H A D | EjbAbstractDescriptor.java | 222 jndiName : getMappedName(); 236 public String getMappedName() { method in class:EjbAbstractDescriptor |
H A D | EnvironmentProperty.java | 286 public String getMappedName() { method in class:EnvironmentProperty 317 return ( setValueCalled || hasLookupName() || getMappedName().length() > 0); 433 getMappedName().equals(other.getMappedName())); |
H A D | ServiceReferenceDescriptor.java | 258 public String getMappedName() { method in class:ServiceReferenceDescriptor |
/glassfish-3.1.2/jms/admin/src/main/java/org/glassfish/jms/admin/cli/ | ||
H A D | CreateJMSResource.java | 156 String raKey = getMappedName(key); 283 public String getMappedName(String key){ method in class:CreateJMSResource |
Completed in 16 milliseconds