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 DMessageDestinationDescriptor.java142 public String getMappedName() { method in class:MessageDestinationDescriptor
H A DEjbAbstractDescriptor.java222 jndiName : getMappedName();
236 public String getMappedName() { method in class:EjbAbstractDescriptor
H A DEnvironmentProperty.java286 public String getMappedName() { method in class:EnvironmentProperty
317 return ( setValueCalled || hasLookupName() || getMappedName().length() > 0);
433 getMappedName().equals(other.getMappedName()));
H A DServiceReferenceDescriptor.java258 public String getMappedName() { method in class:ServiceReferenceDescriptor
/glassfish-3.1.2/jms/admin/src/main/java/org/glassfish/jms/admin/cli/
H A DCreateJMSResource.java156 String raKey = getMappedName(key);
283 public String getMappedName(String key){ method in class:CreateJMSResource

Completed in 16 milliseconds