| java.lang.Object org.netbeans.modules.j2ee.sun.persistence.mapping.ejb.EJBDevelopmentInfoHelper
EJBDevelopmentInfoHelper | public class EJBDevelopmentInfoHelper implements EJBInfoHelper(Code) | | This is a class which implements the EJBInfoHelper interface
based on EjbJar and other DDAPI classes.
author: Rochelle Raccah |
EJBDevelopmentInfoHelper | public EJBDevelopmentInfoHelper(SunCmpMappings mappings, SourceFileMap sourceFileMap)(Code) | | Creates a new instance of EJBDevelopmentInfoHelper
Parameters: mappings - the SunCmpMappings which helps force relevantschemas into the cache. Parameters: sourceFileMap - the SourceFileMap which helps look upsource roots in the project. |
EJBDevelopmentInfoHelper | EJBDevelopmentInfoHelper(SunCmpMappings mappings, SourceFileMap sourceFileMap, DevelopmentNameMapper nameMapper, Model model)(Code) | | Creates a new instance of EJBDevelopmentInfoHelper
Parameters: mappings - the SunCmpMappings which helps force relevantschemas into the cache. Parameters: sourceFileMap - the SourceFileMap which helps look upsource roots in the project. |
createConversionHelper | public ConversionHelper createConversionHelper()(Code) | | |
getAvailableSchemaNames | public Collection getAvailableSchemaNames()(Code) | | Gets a collection of names of schemas defined in this
ejb jar.
a collection schema names |
getClassLoader | public ClassLoader getClassLoader()(Code) | | Gets the class loader which corresponds to this ejb bundle.
the class loader which corresponds to this ejb bundle |
getEjbJarDisplayName | public String getEjbJarDisplayName()(Code) | | Gets the name of the ejb bundle.
the name of the ejb bundle |
getModel | public Model getModel()(Code) | | |
getSchema | public SchemaElement getSchema(String schemaName)(Code) | | Gets the schema with the specified name, loading it if necessary.
This implementation uses the file object source roots as the extra
context information used to load.
Parameters: schemaName - the name of the schema to be loaded the schema object |
getSchemaNameToGenerate | public String getSchemaNameToGenerate()(Code) | | |
|
|