xdoclet.modules.hp.hpas.ejb
Class HPASSubTask
AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.hp.hpas.ejb.HPASSubTask
public class HPASSubTask
extends AbstractEjbDeploymentDescriptorSubTask
Creates hp-ejb-jar.xml deployment descriptor for HPAS.
- display-name = "HP AS"
name = "hpas"
parent = "xdoclet.modules.ejb.EjbDocletTask"
persistenceClass
protected String persistenceClass
persistenceProduct
protected String persistenceProduct
persistenceSuffix
protected String persistenceSuffix
persistenceVersion
protected String persistenceVersion
sfsbPassivationRoot
protected String sfsbPassivationRoot
HPASSubTask
public HPASSubTask()
getPersistenceClass
public String getPersistenceClass()
Gets the PersistenceClass attribute of the HPASSubTask object
- The PersistenceClass value
getPersistenceProduct
public String getPersistenceProduct()
Gets the PersistenceProduct attribute of the HPASSubTask object
- The PersistenceProduct value
getPersistenceSuffix
public String getPersistenceSuffix()
Gets the PersistenceSuffix attribute of the HPASSubTask object
- The PersistenceSuffix value
getPersistenceVersion
public String getPersistenceVersion()
Gets the PersistenceVersion attribute of the HPASSubTask object
- The PersistenceVersion value
getSfsbPassivationRoot
public String getSfsbPassivationRoot()
Gets the SfsbPassivationRoot attribute of the HPASSubTask object
- The SfsbPassivationRoot value
setPersistenceClass
public void setPersistenceClass(String persistenceClass)
Only applies when using CMP. Specifies the class that implements the persistence manager interface.
persistenceClass
- The new PersistenceClass value
- No,defaultis
com.hp.mwlabs.j2ee.containers.ejb.persistence.vxml.CMPPersistenceManager
.
setPersistenceProduct
public void setPersistenceProduct(String persistenceProduct)
Only applies when using CMP. Specifies the name of a third party persistence manager product.
persistenceProduct
- The new PersistenceProduct value
setPersistenceSuffix
public void setPersistenceSuffix(String persistenceSuffix)
Only applies when using CMP. Specifies a suffix to be appended to the abstract bean class name to obtain the
generated bean class name.
persistenceSuffix
- The new PersistenceSuffix value
setPersistenceVersion
public void setPersistenceVersion(String persistenceVersion)
Only applies when using CMP. Specifies the version of the third party product.
persistenceVersion
- The new PersistenceVersion value
setSfsbPassivationRoot
public void setSfsbPassivationRoot(String sfsbPassivationRoot)
The path to a local directory indicating where the container should passivate Stateful Session Bean instances.
sfsbPassivationRoot
- The new SfsbPassivationRoot value
- "No, only if
hpas.bean passivation='true'
tag is used on a stateful
session bean. Default is ''."