Class IASPersistenceManagerDescriptor
java.lang.Object
java.util.Observable
org.glassfish.deployment.common.DynamicAttributesDescriptor
org.glassfish.deployment.common.Descriptor
org.glassfish.ejb.deployment.descriptor.runtime.IASPersistenceManagerDescriptor
- All Implemented Interfaces:
Serializable
public class IASPersistenceManagerDescriptor
extends org.glassfish.deployment.common.Descriptor
This class contains information about the persistent state
(abstract persistence schema)
for EJB2.0 CMP EntityBeans .
- Author:
- Prashant Jamkhedkar
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPersistenceManagerClassGenerator(String pm_class_generator) voidsetPersistenceManagerConfig(String pm_config) voidsetPersistenceManagerIdentifier(String pm_identifier) voidsetPersistenceManagerMappingFactory(String pm_mapping_factory) voidsetPersistenceManagerVersion(String pm_version) Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitMethods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Field Details
-
PM_IDENTIFIER_DEFAULT
- See Also:
-
PM_VERSION_DEFAULT
- See Also:
-
PM_CONFIG_DEFAULT
- See Also:
-
PM_CLASS_GENERATOR_DEFAULT
- See Also:
-
PM_CLASS_GENERATOR_DEFAULT_OLD
- See Also:
-
PM_MAPPING_FACTORY_DEFAULT
- See Also:
-
-
Constructor Details
-
Method Details
-
getPersistenceManagerIdentifier
-
setPersistenceManagerIdentifier
-
getPersistenceManagerVersion
-
setPersistenceManagerVersion
-
getPersistenceManagerConfig
-
setPersistenceManagerConfig
-
getPersistenceManagerClassGenerator
-
setPersistenceManagerClassGenerator
-
getPersistenceManagerMappingFactory
-
setPersistenceManagerMappingFactory
-