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.DescriptorThis class contains information about the persistent state (abstract persistence schema) for EJB2.0 CMP EntityBeans .- Author:
- Prashant Jamkhedkar
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPM_CLASS_GENERATOR_DEFAULTstatic StringPM_CLASS_GENERATOR_DEFAULT_OLDstatic StringPM_CONFIG_DEFAULTstatic StringPM_IDENTIFIER_DEFAULTstatic StringPM_MAPPING_FACTORY_DEFAULTstatic StringPM_VERSION_DEFAULT
-
Constructor Summary
Constructors Constructor Description IASPersistenceManagerDescriptor()IASPersistenceManagerDescriptor(String id, String ver, String conf, String generator, String factory)The copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanclassesChanged()Called from EjbCMPEntityDescriptor when some classes in this object are updated.StringgetPersistenceManagerClassGenerator()StringgetPersistenceManagerConfig()StringgetPersistenceManagerIdentifier()StringgetPersistenceManagerMappingFactory()StringgetPersistenceManagerVersion()voidsetPersistenceManagerClassGenerator(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, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Field Detail
-
PM_IDENTIFIER_DEFAULT
public static final String PM_IDENTIFIER_DEFAULT
- See Also:
- Constant Field Values
-
PM_VERSION_DEFAULT
public static final String PM_VERSION_DEFAULT
- See Also:
- Constant Field Values
-
PM_CONFIG_DEFAULT
public static final String PM_CONFIG_DEFAULT
- See Also:
- Constant Field Values
-
PM_CLASS_GENERATOR_DEFAULT
public static final String PM_CLASS_GENERATOR_DEFAULT
- See Also:
- Constant Field Values
-
PM_CLASS_GENERATOR_DEFAULT_OLD
public static final String PM_CLASS_GENERATOR_DEFAULT_OLD
- See Also:
- Constant Field Values
-
PM_MAPPING_FACTORY_DEFAULT
public static final String PM_MAPPING_FACTORY_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPersistenceManagerIdentifier
public String getPersistenceManagerIdentifier()
-
setPersistenceManagerIdentifier
public void setPersistenceManagerIdentifier(String pm_identifier)
-
getPersistenceManagerVersion
public String getPersistenceManagerVersion()
-
setPersistenceManagerVersion
public void setPersistenceManagerVersion(String pm_version)
-
getPersistenceManagerConfig
public String getPersistenceManagerConfig()
-
setPersistenceManagerConfig
public void setPersistenceManagerConfig(String pm_config)
-
getPersistenceManagerClassGenerator
public String getPersistenceManagerClassGenerator()
-
setPersistenceManagerClassGenerator
public void setPersistenceManagerClassGenerator(String pm_class_generator)
-
getPersistenceManagerMappingFactory
public String getPersistenceManagerMappingFactory()
-
setPersistenceManagerMappingFactory
public void setPersistenceManagerMappingFactory(String pm_mapping_factory)
-
classesChanged
public boolean classesChanged()
Called from EjbCMPEntityDescriptor when some classes in this object are updated.
-
-