Methods Summary |
---|
protected com.sun.enterprise.deployment.ApplicationClientDescriptor | getBundleDescriptor(com.sun.enterprise.deployment.Descriptor descriptor)
return ApplicationClientDescriptor.class.cast(descriptor);
|
protected java.util.Collection | getEntityManagerFactoryReferenceDescriptors(com.sun.enterprise.deployment.Descriptor descriptor)
return ApplicationClientDescriptor.class.cast(descriptor)
.getEntityManagerFactoryReferenceDescriptors();
|
protected java.util.Collection | getEntityManagerReferenceDescriptors(com.sun.enterprise.deployment.Descriptor descriptor)
return ApplicationClientDescriptor.class.cast(descriptor)
.getEntityManagerReferenceDescriptors();
|