93949596979899
return new EjbBundleDescriptor(); } @Override public DeploymentDescriptorFile getGFCounterPartConfigurationDDFile(RootDeploymentDescriptor descriptor) { return new GFEjbRuntimeDDFile(); }
122123124125126127128
* @return if exists the DeploymentDescriptorFile responsible for * handling the configuration deployment descriptors */ @Override public DeploymentDescriptorFile getConfigurationDDFile() { return new GFEjbRuntimeDDFile(); }
9596979899100101102103104105
}; } @Override public DeploymentDescriptorFile getConfigurationDDFile(RootDeploymentDescriptor descriptor) { return new GFEjbRuntimeDDFile() { public String getDeploymentDescriptorPath() { return DescriptorConstants.GF_EJB_IN_WAR_ENTRY; } }; }